• Resolved A. Parikh

    (@a-parikh)


    I have installed the Wen Associate theme for my site: https://helplink.000webhostapp.com/.

    I am having a problem where the page/post titles are not displaying anywhere (pages, posts, search results). I don’t want the page title to appear on my static home page but I do want the title to appear everywhere else. Help!

    I am a WordPress novice (not a PHP developer by any means) but was able to customize the theme using the following plugins:

    • Hide Title: Allows me to hide the page title on the home page (somehow it is also doing so on all other pages and posts – even though I don’t want that to happen)
    • WP Posts Lite: allows me to show lists of posts on a page with a certain category
    • KingComposer: allows me to format the layout of the static home page the way I need it to be
    • Theme Tweaker: Allows me to change the theme colors to match our branding
    • Would appreciate any insight on how to make those titles appear again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • remove this from style.css of your theme:

    .entry-header .entry-title, .entry-header .entry-title  a {
        display: none;
    }

    no idea where this came from, but it is definitively hiding all page and post titles.

    double check that your ‘Hide Title’ plugin does its job well;

    if not, you could add this CSS (possibly via the ‘Additional CSS’ of ‘Customize’):

    .home .entry-header .entry-title, .home .entry-header .entry-title  a {
        display: none;
    }
    Thread Starter A. Parikh

    (@a-parikh)

    Hi Michael,
    Thank you for your post.

    I removed the line from the style.css of the theme but the page and post titles still are hiding.

    I get the feeling that the Title is there on the page/post but it is being covered up by the main content panel (but I have no idea how to uncover it). Also, don’t understand why the titles don’t show up in searches either.

    ??

    I see the titles again –

    after changes to the CSS, it always makes sense to clear the browser cache
    reload the page, or do whatever your browser needs…

    Thread Starter A. Parikh

    (@a-parikh)

    Thank you!!!
    I thought I was going crazy.

    Hello @a.Parikh,

    We are glad that your issue has already been fixed.
    Please let us know if you have any issue further.
    Also for quick response, please post your queries in our support forum at https://themepalace.com/support-forum.
    Best Regards!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page and Post Titles Hidden – even search results’ is closed to new replies.