How to use ‘format=other’ with HTML codes
-
Hey, all —
I’m trying to do what I think is a simple thing: Create a list of links to monthly archives using wp_get_archives, and put a bullet (• or •) after each month.
Trouble is, I can’t seem to figure how to include the HTML code in the arguments.
Right now I’m trying this:
<?php wp_get_archives('type=monthly&format=other&before=&after=•'); ?>
…but obviously that doesn’t work. I’m sure the answer is simple, but I can’t figure it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to use ‘format=other’ with HTML codes’ is closed to new replies.