• I would sort my link category, where should I edit?
    And, I used <?php get_links_list(); ?> to make a links page but I would change the
    <li> style to a picture, where should I edit?</li>

Viewing 2 replies - 1 through 2 (of 2 total)
  • First: Sorting links, you don’t say how.

    If you mean sorting the display of categories in your links list, you need to show each category individually. You could display this in your sidebar as;
    <li id="friends">Friends
    <ul><?php wp_get_links(11); ?></ul>
    </li>

    where 11 is the category ID of your friends category

    To make a link an image, scroll down on the Link cat page and the entry details are there.

    Thread Starter danryan

    (@danryan)

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sory of link category’ is closed to new replies.