Title not in title bar on listings page. Twice on details page

This topic contains 3 replies, has 2 voices, and was last updated by  Simone 8 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #41440

    Josh Elledge
    Expired Member
    Post count: 11

    Check out the attached pictures.

    I’d like the title to appear in the title bar for listing pages. Currently, you’ll see the bar is blank – although this doesn’t happen anywhere else.

    Also – on the detail page, it appears twice which is unnecessary. Once in the title bar – and once in the content area.

    #41476

    Simone
    Expired Member
    Post count: 3515

    Hello Josh, this is happening due to your theme’s settings , it is displaying the post/page title in the bar, and so it is duplicating the title in the detail page.
    You can hide the duplicated title adding the following in your style.css (inside your child theme’s folder)

    
    
    h1.entry-title.fn {
    display:none;
    }
    #41498

    Josh Elledge
    Expired Member
    Post count: 11

    Perfect. Any ideas on the title bar on the listing & search results pages?

    #41518

    Simone
    Expired Member
    Post count: 3515

    The title is missing in those pages because maybe your theme does not recognize them as real “pages” and it doesn’t see the title they have.

    Technically speaking, these are like “templates” and they output the title using the wordpress function

    <?php the_title(); ?>
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket