View Single Post
  #4  
Old 11-11-2012, 07:22 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

this needs to be added differently. The is_page/is_category conditionals don't have anything to work with till after teh query is built.
PHP Code:
add_action'genesis_after_post_content''child_maybe_show_skitter');
function 
child_maybe_show_skitter() {
    if( 
is_page() && is_category('photo') )
        
show_skitter();

__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series