Combine 3 bookmark lists
-
Hello,
I have 3 bookmark lists that I am trying to combine and display in descending order.
Right now I have different CSS being applied for 2 of the 3 sections of the list. My problem Is that the order is not in descending according to URL.
Here is the code I am using to display the 3 lists, Im just not sure how to combine them and also get the sorting descending by URL.
Code:
<?php wp_list_bookmarks('title_li=&categorize=0&category=16&before=<li> <span class="soonBadge">Soon</span>&after=</p></li>&show_images=1&orderby=name&order=desc&show_description=1&between=<p class="discogNavTitle">'); ?> <?php wp_list_bookmarks('title_li=&categorize=0&category=3&before=<li> <span class="newBadge">New</span>&after=</p></li>&show_images=1&orderby=name&order=desc&show_description=1&between=<p class="discogNavTitle">'); ?> <?php wp_list_bookmarks('title_li=&categorize=0&category=8&before=<li>&after=</p></li>&show_images=1&orderby=name&order=desc&show_description=1&between=<p class="discogNavTitle">'); ?>Thanks for your time!
The topic ‘Combine 3 bookmark lists’ is closed to new replies.