using wp_list_bookmarks on single.php pages
-
I’ve implemented custom single.php pages (single-10.php for example) and I’m trying to pull links based on the same category using the following…
<?php wp_list_bookmarks('categorize=0&category=10&title_li'); ?>
While this works on other pages it does not on the custom single pages, no links are displayed. Does the wp_list_bookmarks work on single.php pages?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘using wp_list_bookmarks on single.php pages’ is closed to new replies.