wp_list_bookmarks formatting question
-
Hello,
I’m using the below wp_list_bookmarks() function to display my links
<?php wp_list_bookmarks('title_li=&categorize=0&category=2&show_description=1'); ?>
The current format is:
LINK_NAME1 Description1
LINK_NAME2 Description2
etc..I would like to display the link as:
LINK_NAME1 – Description1
LINK_NAME2 – Description2
etc..Does anyone know how I can modify the wp_list_bookmarks() function to display the ‘ – ‘? I don’t want to add ‘ – ‘ to the description.
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp_list_bookmarks formatting question’ is closed to new replies.