/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/*--------------------------------------------------*/
/* remove page headline */
/*--------------------------------------------------*/
function hide_headline_compact() {
return (is_page()) ? false : true;
}
add_filter('thesis_show_headline_area', 'hide_headline_compact');
Comments
 Subscribe to comments
                    Subscribe to comments
                
                