Combining two categories into one list
-
Hopefully the last problem before I can let my site go live.
currently I list my links using this code
<?php wp_get_linksbyname('Favorites') ?>
Can I combine two categories into one list?
I think the code would look something like:
<?php wp_get_linksbyname('Favorites' || 'other') ?>
please correct me if im wrong, or let me know if im correct
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Combining two categories into one list’ is closed to new replies.