Return to Snippet

Revision: 45354
at April 28, 2011 20:02 by psteinweber


Initial Code
/*--------------------------------------------------*/
/* remove page headline */
/*--------------------------------------------------*/


function hide_headline_compact() {
	return (is_page()) ? false : true;
}

add_filter('thesis_show_headline_area', 'hide_headline_compact');

Initial URL


Initial Description


Initial Title
Thesis: remove page headline

Initial Tags
page, wordpress

Initial Language
PHP