Thesis: remove page headline


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*--------------------------------------------------*/
  2. /* remove page headline */
  3. /*--------------------------------------------------*/
  4.  
  5.  
  6. function hide_headline_compact() {
  7. return (is_page()) ? false : true;
  8. }
  9.  
  10. add_filter('thesis_show_headline_area', 'hide_headline_compact');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.