duplicate bookmark links
-
Hello,
I have 2 categories for bookmarks.
- Discography
- New Releases
Some items in my bookmarks belong to both categories.
What I would like to do is to show the new releases first then show the rest of the discography.Here is what I am using right now which gives me duplicates on the page for those bookmarks that belong to both categories.
<?php wp_list_bookmarks('title_li=&categorize=0&category=3&before=<div class="discogNav"><div class="discogNavImg">&after=</p></div></div>&show_images=1&orderby=name&order=desc&limit=2&show_description=1&between=<p class="discogNavTitle">'); ?> <?php wp_list_bookmarks('title_li=&categorize=0&category=8&before=<div class="discogNav"><div class="discogNavImg">&after=</p></div></div>&show_images=1&orderby=name&order=desc&limit=5&show_description=1&between=<p class="discogNavTitle">'); ?>You can see the code in action here
Thanks for your help!
The topic ‘duplicate bookmark links’ is closed to new replies.