| bio | website | jleuze.com |
|---|---|---|
| location | Minnesota | |
| age | 34 | |
| visits | member for | 2 years, 8 months |
| seen | Mar 3 '11 at 15:59 | |
| stats | profile views | 16 |
WordPress enthusiast, Web designer, and newbie gardener.
|
Mar 6 |
awarded | Self-Learner |
|
Jan 24 |
awarded | Popular Question |
|
Aug 22 |
awarded | Popular Question |
|
Jun 26 |
awarded | Popular Question |
|
Jun 18 |
awarded | Student |
|
Nov 29 |
comment |
Configure paragraph style without editing CSS So you are talking about adding a style for a specific paragraph rather than a global style for all the paragraphs? You'd probably need to do some custom CSS in your stylesheet to achieve that, but the nice thing is you'd only have to do it once and after that you could apply it to any paragraph with a class. |
|
Nov 26 |
comment |
Best way to filter featured image text for a custom post type? @Jan: I haven't been able to get all the filters to work for just one post type and I haven't had a chance to try doing this with jQuery yet. |
|
Nov 23 |
answered | Is there a WordPress widget for my webpage? |
|
Nov 23 |
answered | Configure paragraph style without editing CSS |
|
Nov 19 |
comment |
Best way to filter featured image text for a custom post type? Cool, I'll try that, thanks! |
|
Nov 18 |
comment |
Best way to filter featured image text for a custom post type? Nothing particularly wrong with the jQuery method. I use jQuery for interactivity and animation, using it for editing content like this just seems weird. But if it's easier and it works, why not! Ah, I did forget to globalise the $post_type, but it doesn't seem to have any effect in this case. |
|
Nov 18 |
asked | Best way to filter featured image text for a custom post type? |
|
Nov 9 |
comment |
Adding CSS to custom post type admin page causes error Thanks for the info t31os, I'll try it out! I tried to use admin_print_styles before, but had trouble getting it to work with custom posts types. |
|
Oct 22 |
comment |
Adding CSS to custom post type admin page causes error Thanks again John, running wp_enqueue_style on admin_enqueue_scripts worked perfectly. Now I've got all the stylesheets in my plugin properly enqueued! |
|
Oct 21 |
awarded | Supporter |
|
Oct 21 |
accepted | Adding CSS to custom post type admin page causes error |
|
Oct 21 |
comment |
Adding CSS to custom post type admin page causes error And thanks for the heads up on wp_enqueue_style, I am using wp_enqueue_script on all my JavaScript, but I was unaware that this existed for stylesheets. It didn't work for me on the first go, but I'll have to read up on it and figure it out. |
|
Oct 21 |
comment |
Adding CSS to custom post type admin page causes error Thanks so much John, it makes sense that I need to check that before using it, and this totally solved the error that I was getting. |
|
Oct 21 |
asked | Adding CSS to custom post type admin page causes error |
|
Oct 21 |
awarded | Scholar |