• I’m trying to alphabetize a link category on a page,the only plugin I found for that is great. It shows links in multi-column, but it seems to be oudated and the exclude function which I really need doesn’t work. I would like to only include certain link categories in the list.

    Was wondering if it is possible to write a code on pages.php, specifying that if the page is ____ , then get the function to show the links from a certain category in an alphabetized list.

    I’m not familiar with php, so I’m not sure how to get it done. Would appreciate any tips.

    if is_page('Column'); <?php wp_list_bookmarks('categorize=0&category=2&before=<span>&after=</span>&show_images=1&show_description=0&orderby=url'); ?>

    Thank you!

  • The topic ‘Alphabetize Links on Pages’ is closed to new replies.