Viewing 3 replies - 1 through 3 (of 3 total)
  • Mr E

    (@ebiladdress)

    I am also looking for this. I wanted to make a working replacement based on <?php if (is_front_page() ) { /*Do nothing*/ } else { the_title(); }

    Mr E

    (@ebiladdress)

    Should have posted, the theme is arras ??

    If you’re only trying to hide the title individual pages you can just add this to the HTML portion of the page post:

    <style>
    .entry-title {display:none;}
    </style>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Arras theme] Hide Page Title’ is closed to new replies.