How to add some text to a sidebar list
-
I have a list of “most recent posts” in my sidebar, and right now it just goes BULLET+HEADLINE. What I’d really like is if it instead said BULLET+X+HEADLINE.
More specifically, it’s now “=> VCR”, and then “=> Brush”… what I need instead is, “=> Definition of VCR” and then “=> Definition of Brush”.
How could I add just that text so it appears before each item in the list?
The code I’m working with is this:
<?php wp_get_archives(‘type=postbypost&limit=10’); ?>And the site is https://www.thebabydictionary.com, if it helps.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add some text to a sidebar list’ is closed to new replies.