• Is it possible to list your links on a seperat page insted of a widget like I have now? I expect to get a lot of links in the future, and I would like to be able to put them on a seperat page.

    My site is: https://www.techwork.dk

    Any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just create a page , say usefull links and manually insert anchor text and give it a link

    simple as 1 2 3

    With regards

    sribharath

    Thread Starter x-tra

    (@x-tra)

    Thank you for your reply.

    Well I was hopping to be able to add all the links I have created with my WordPress admin tool to a new page. Of cource I can just start creating them manually, but I hoping for a more dynamic solution like a plugin or somthing. I mean all the link is already in my mysql database, I just want to present them on a new page dynamically.

    Hi,

    have a look at this

    https://techthinker.com/displaying-blogroll-on-a-wordpress-page-using-custom-page-template/

    might help you in some way

    with regards

    sribharath

    Hi there,

    the simplest way is to create a new template. then add the following code.

    <?php wp_list_pages('title_li='); ?>

    After that create a new page and use the template you just created.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links on a new page insted of widget?’ is closed to new replies.