• Hello. I hope someone can help. I haven’t found the a solution for what I want to do on the forums.

    How can I limit the number of links listed in the sidebar links list and also how can I choose which link categories appear there?

    I am aware I can choose the visibilty in the admin panel, however, I have a static page where one can view the full list of links and I want everything visible there. I am using the get_links_list function on this static page.

    I hope my question is clear. Thank you for your help.

Viewing 1 replies (of 1 total)
  • You should be able to find everything you need here…

    https://codex.www.ads-software.com/Template_Tags

    …in the ‘Links Manager Tags’ section.

    For example, you can pass arguments to the ‘get_links’ tag to show only links from a certain category. The number of links to show from each category is set within WordPress, under ‘Links > Link Categories’.

    You can use the ‘get_links_list’ function for the static page, as you said, but it wont display any links you have chosen to be invisible. Your best bet is probably to keep them all visible, and use the other tags elsewhere on the site to only display the ones you want.

    Hope this helps. (This is my first attempt at support!)

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Links List’ is closed to new replies.