I would like the recent posts to have an icon…
-
I have a WP blog at https://www.fighting-breast-cancer.com
The theme is “reflections” and this is the way the code looks for the “most recent entries” on the sidebar:
<td class=”header”>Journal Entries</td>
</tr>
<tr>
<td><ul tag>
<li tag ><?php get_archives(‘postbypost’,’50’,’html’); ?></end li>
</ end ul>
</td>
</tr>Anyway, I would like to put an icon next to each of the “most recent entries” / archives. I want to put a breast cancer ribbon next to each entry title.
I tried this:
<li tag> XXX <?php get_archives(‘postbypost’,’50’,’html’); ?></ ending li>
but all it did was put the XXX one time and it was actually on top of the list (like the first item) instead of next to the item.I promise, I searched the archives and couldn’t find anything regarding this specifically.
Thank you in advance!!!
- The topic ‘I would like the recent posts to have an icon…’ is closed to new replies.