• Hi, I am new here and am busy trying to learn WordPress.
    Thank you for making such a great software πŸ˜€

    Is there a plug-in or other way that I can have a seperate link page instead of the links showing in the sidebar? With the layout that looks like http://www.startpage.co.za/ , but uses the template, header, sidbar and footer so the page looks like the rest of WordPress?
    With looks like http://www.startpage.co.za/ I mean that it is in boxes / tables.

Viewing 8 replies - 1 through 8 (of 8 total)
  • yes
    you need a lot of link categories
    Admincenter=Links=>Link categories
    you need this plugin
    read and understand πŸ˜‰ get links

    go to Admincenter=>write=>new page
    write in the text area =>activate the php exec plugin please!
    an example:


    <ul class="friends">
    <li><h2>Friends</h2></li>
    <ul><?php get_links(4, '
    <li>', '</li>
    ', '', TRUE, 'url', FALSE); ?>
    </ul>
    if the linkcategory for your 'friend links' has he ID 4
    <ul class="power">
    <li><h2>Power</h2></li>
    <ul><?php get_links(4, '
    <li>', '</li>
    ', '', TRUE, 'url', FALSE); ?>
    </ul>

    now use the class ‘friends’ and ‘power’ to create inline unordered lists via css.

    regards
    Monika

    Thread Starter john24

    (@john24)

    Monika, thank you for your reply.

    I tried it, but it does not seem to work.

    Thread Starter john24

    (@john24)

    Does anyone else have a solution?

    john24
    I know that it works πŸ˜‰

    ‘it doesn’t seem to work’

    explain it please

    regards
    Monika

    Thread Starter john24

    (@john24)

    Monika, I am probally doing something wrong.

    I went to admin, made a new page.

    In the html area of the page I put the code <ul classs=”friends”> till..

    All I get is a new page with blank area. No links page.

    Thank you for taking time to help πŸ˜€

    john24
    I know that you have done something wrong, πŸ˜‰

    plugin phpexec active?
    you have a linkcategory with the ID 4?

    are there any link in this linkcategory

    don’t copy and paste the code above

    or would you like to resign?
    πŸ™

    regards
    Monika

    Thread Starter john24

    (@john24)

    Monika,

    I have been away for 2 weeks and how now retried the code. I really don’t know why it is not working. Do you have a example on your or other wordpress blogs?

    Thank you

    Thread Starter john24

    (@john24)

    Goy it to work πŸ˜€

    Thanks Monika

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Custom links page?’ is closed to new replies.