Adding formatting to a template tag
-
I’ve found this code to bring in the titles and links to the latest three blogs on our site:
<div class=”latest-blogs”>
<?php wp_get_archives(‘type=postbypost&limit=3&format=latest-blog’); ?>
</div>I need to know how to add formatting so that each title is on its own line, separated either by a <p> or a
- (preferably a
- )
Can anybody tip me off on how to do this?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Adding formatting to a template tag’ is closed to new replies.