I need to be able to hide the page title on this theme. It just does not look that professional having it show on the actual page itself http://www.tdlblog.todayslogo.com/
I need to be able to hide the page title on this theme. It just does not look that professional having it show on the actual page itself http://www.tdlblog.todayslogo.com/
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(); }
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>This topic has been closed to new replies.