Removing the Previous and Next post links from details pages

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

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

Open Support Ticket
  • Author
    Posts
  • #533745

    Mark
    Full Member
    Post count: 9

    I have been using Geodirectory for about 3 years now and I think it’s great. I am hoping that you can help me with a simple request.

    I would like to remove the “Previous” and the “Next” links from the bottom of the details pages. I’m sure it’s an easy matter of entering some custom code somewhere in the program but I haven’t been able to accomplish it.

    A detailed reply that walks me through the steps would be greatly appreciated.

    Thank you in advance for your help.

    Mark

    #533750

    Kor
    Moderator
    Post count: 16516

    Hi Mark,

    Thanks for your post. Could you please share the URL of the page here in question so that I could provide you the custom CSS code to achieve this?

    Thanks!

    #533809

    Mark
    Full Member
    Post count: 9
    This reply has been marked as private.
    #533822

    Kor
    Moderator
    Post count: 16516

    Hi Mark,

    Thanks for your reply. You can use the custom CSS code below to achieve this. Insert into WP > Appearance > Customize > Additional CSS.

    .geodir-pos_navigation {
        display:none;
    }
    #533840

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can remove it completely by editing the GD Details Template and removing the shortcode for gd_single_next_prev

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