Return to Snippet

Revision: 45353
at April 28, 2011 20:01 by psteinweber


Initial Code
/*--------------------------------------------------*/
/* remove category archive headline */
/*--------------------------------------------------*/
function default_archive_intro($output) { 
$output = str_replace('','','',$output); 
return $output; 
} 

add_filter('thesis_archive_intro','default_archive_intro');

Initial URL


Initial Description


Initial Title
Thesis: remove headline from category page/archive

Initial Tags
wordpress, category

Initial Language
PHP