Hello again.
I was looking for a way to remove the page title. Example: http://northstarcomputers.ie/testimonials/
The word Testimonials appears just below the breadcrumbs.
I looked in page.php but nothing obvious.
Any suggestions?
Thank you
Hi Stefano…first, just a note that I have moved all support for my theme Lite versions to the wordpress.org website which can be accessed off the theme pages I have there.
However, I will help out on this one here. Are you just wanting to remove that one title or titles from “all” pages?
You actually said that in the previous support ticket, sorry i didn’t look.
Yes, from all pages. But also from a single page if the option is there.
Thanks
This one is a simple one by creating a new css style like this:
.type-page .entry-title {display:none;}
That targets all “pages” that have the heading with the class “entry-title” but will ignore the blog titles. The other method would be to totally delete the code for the title in the /partials/content-page.php file, and including the “templates” folder in the theme too:
Unless I missed something, the code I gave you above is what will remove the page titles as you wanted…not a plugin. You add that css code to your style.css