Supreme Directoryy Listings H1

This topic contains 4 replies, has 3 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #189288

    Brett Hemphill
    Expired Member
    Post count: 55

    I would like the listings page/s to have a H1 heading as the CTP | Category | Site_name for readability and SEO.

    Suggestions on how to achieve this please

    #189329

    Kor
    Moderator
    Post count: 16516

    Hi Brett,

    You can try inserting the title on every page and wrap it in H1 tag. Apply this into your header.php . Let us know if it’s what you’re looking for.

    <h1><?php wp_title(); ?></h1>

    Thanks!

    #189580

    Paolo
    Site Admin
    Post count: 31206

    Actually it’s there, but hidden for layout purposes.

    Just add this to gd > design > scripts > custom css

    
    
    body.sd #geodir_content > header.entry-header {
        display: block;
    }

    It should add it back.

    Thanks

    #189725

    Brett Hemphill
    Expired Member
    Post count: 55

    It acutall needed
    body.sd #geodir_content > header.entry-header {
    display: block;
    }

    Thanks

    #189727

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

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

Open Support Ticket