/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*--------------------------------------------------*/ /* remove category archive headline */ /*--------------------------------------------------*/ function default_archive_intro($output) { return $output; } add_filter('thesis_archive_intro','default_archive_intro');