![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I added this to the functions.php at http://studio55design.com
/** Customize the post image function */ add_filter( 'genesis_post_content', 'post_image_filter' ); function post_image_filter() { if (! is_category( '14' )) { remove_action( 'genesis_post_content', 'genesis_do_post_image' ); } } It works pretty much, it lets the blog page (which only has 1 category #14), but it also leaves one double image here http://studio55design.com/portfolio/ and here http://studio55design.com/portfolio2/ but only on the first image. Any ideas why it doesn't work on the 1st image?
__________________
Bill http://studio55design.com http://absotivelydogs.com |
|
#2
|
|||
|
|||
|
you can close this....fixed it
__________________
Bill http://studio55design.com http://absotivelydogs.com |
| Thread Tools | |
| Display Modes | |
|
|
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us