• Resolved asaracena

    (@asaracena)


    How can I not show the homepage title? I can’t see a choice kind of template for the homepage.

    thanks,
    alison

Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to select Front page displays => A static page from Reading settings and you will have homepage title available. Otherwise you have your latest post and this is not a page, so you don’t have a title.

    Thread Starter asaracena

    (@asaracena)

    Sorry my question wasn’t clear. I don’t want the word “Home” to display in the text (as the title/name of the page) on the homepage (which is already a page and selected as the homepage).

    You could hide the title using custom CSS or child theme. You need to add:

    home .entry-title {
        display: none;
    }

    in your CSS which will hide the homepage title.
    Let me know if you need more help on this

    EnnisP, I saw your message from the email, but now I see that you’ve deleted it. Do you still have this issue and can I help you with something else?

    For showing post title in from tent u just need to write a function in side the loop and the function is <?php the_title(); ?>

    Kishor Meher, you are right in general, but Masonry displays the Homepage title if you have a static page set as Front Page in Reading settings. In the new version of the theme (it will be update soon :)), we’ve added an option to display/hide the title in front page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘not show home page title’ is closed to new replies.