add adsense between "More info" and "Map"

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 7 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #341275

    Ding Hua
    Expired Member
    Post count: 152

    Hi,

    I have disabled the tab mode for detail page.
    Now my detail page has no tab and show all as one page.

    Is there any way can I put adsense between “More info” and “Map” ? Thanks.

    Rgds,
    YC

    #341283

    Kor
    Moderator
    Post count: 16516

    Hi YC,

    Try using the code snippet below and see if it’s what you’re looking for.

    
    
    add_action('geodir_after_detail_page_more_info' , 'add_adsense', 10);
    function add_adsense(){
    echo "adsense code here";
    } 

    Thanks!

    #341305

    Ding Hua
    Expired Member
    Post count: 152

    HI Kor Chung,

    It goes below category of right side bar on detail pages, refer attached file.

    Rgds,
    YC

    #341309

    Kor
    Moderator
    Post count: 16516

    Hi YC,

    Sorry, I just noticed that you’re an expired member. I am sorry, but I can only provide support for Free Users (non members) with a website where only the core plugin is installed and used. If addons are installed and used (even only one addon), the user will have to subscribe again before being able to receive support. Please let us know how it goes.

    Thanks

    https://wpgeodirectory.com/support-policy/

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