remove_action not working
-
Hi
I am using thematic to build a child template. I want to remove the blog title and description (I know there are others ways, but I want to get this one to work…)
the functions file in my childtheme includes:
add_action('thematic_header', 'mbn_add_header_image',2); remove_action('thematic_header', 'thematic_blogtitle',3); remove_action('thematic_header', 'thematic_blogdescription',5);
and the image is added but the title and description remain
I guess i am doing something wrong –
any help appreciates
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove_action not working’ is closed to new replies.