ink_before and link_after not working with wp_list_pages
-
Hi all,
I have successfully create a link pages using the following:
<?php wp_list_pages('link_before=<b>&link_after=</b>&title_li='); ?>
The wraps my title with <b>Tags</b>
For some reason, the same method cannot be using for categories, i.e.
<?php wp_list_categories('link_before=<b>&link_after</b>&title_li='); ?>
I am a newbie when it comes to WordPress, but CSS, HTML I am comfortable with. With this feature only recently being introduced, does this not yet work with categories, if so, is there a workaround?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘ink_before and link_after not working with wp_list_pages’ is closed to new replies.