/ Published in: PHP
Expand |
Embed | Plain Text
/*--------------------------------------------------*/ /* remove category archive headline */ /*--------------------------------------------------*/ function default_archive_intro($output) { return $output; } add_filter('thesis_archive_intro','default_archive_intro');
Comments
Subscribe to comments
You need to login to post a comment.

I made an account just to say thank you for this code. Spent ages trying to find something that will remove certain headlines. Thanks a lot :)