StyledThemes

Remove page title

Home Forums Main Forum General Topics Remove page title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #14062
    stefano
    Member

    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

    Stefano

    #18215
    Sushil Adhikari
    Moderator

    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?

    #18216
    stefano
    Member

    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

    #18217
    Sushil Adhikari
    Moderator

    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:

    #18224

    Hello,

    ‘Remove Widget Titles’ plugin does not work with my wordpress 3.6
    I’m trying in the ‘Showcase Front Page’ with Widgetkit

    Any idea?

    Thanks

    #18226
    Sushil Adhikari
    Moderator

    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

    #18228
    stefano
    Member

    I went with the edit in content-page.php, which did the trick just fine.
    And from now on I’ll post from wordpress.org
    Thanks again
    ciao

    #14063
    Sushil Adhikari
    Moderator

    Ah, that works too. Cheers!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.