wp_list_bookmarks question
-
Hi,
I have a quick question about wp_list_bookmarks() I would like to display links from more than one specific category. So for example:
category 1 OR category 2 OR category 3
How do I do that within this setup:
<?php $link_args = array(
‘category’ => 10,
‘orderby’ => ‘name’,
‘order’ => ‘DESC’,
‘categorize’ => 0,
‘title_li’=> __(”),
‘show_description’ => 1,
‘class’ => ‘link_test’,
);?>Thank You
Nadine.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_list_bookmarks question’ is closed to new replies.