Show X only on Top Detail

This topic contains 5 replies, has 3 voices, and was last updated by  Paolo 9 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #65598

    algmed
    Buyer
    Post count: 30

    Hi

    I wanted to add content to the top region of the details page so I’ve put

    add_action('geodir_top_content' , 'my_function',30);

    to my functions.php. This works so far, however, it shows on every page and not only the details page.

    Any idea which snippet I’m missing here?

    Thank you!

    #65614

    Guust
    Moderator
    Post count: 29970

    I think it would be better to go to
    GD > design > detail and enable “Detail top section”.
    Then go to your widgets and add the content there to the “Detail top section”.

    Let me know if I misunderstood.

    https://wpgeodirectory.com/docs/core-design/#typical

    #65616

    algmed
    Buyer
    Post count: 30

    The top section would be always related to the current listing. I got it working but I get a “empty” area shown on listing or search page as well. I was looking for something to modify the hook so I could add the function only to detail page.

    #65688

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this is the correct way of handling this action:

    
    
    add_action('geodir_top_content','details_content_only',10,1);
    function details_content_only($page){
        if($page=='details-page'){echo '###details page###';}
    
    }
    

    Let us know how you went.

    Thanks

    #65713

    algmed
    Buyer
    Post count: 30

    Perfect Paolo, this works as wished, the function details_content_only was the missing part 😉

    Thank you!

    #65719

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount