• 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 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add some text to a sidebar list’ is closed to new replies.