/ 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');
You need to login to post a comment.
