change html to archive widget
-
l use the archive in widget.it’s output is that (in chinese)
<ul> <li> <a href="https://localhost/eager/2016/03/">2016年三月</a> </li> </ul>
but l wanna use bootstrap,so l need to change that html;like this :
<ul class="blog_archieve"> <li> <a href="#"> <i class="fa fa-angle-double-right"></i> 2016年三月 <span class="pull-right">(count)</span> </a> </li> </ul>
how?l find a hook “get_archives_link”,use in add_filter.but sorry my php,l don’t know how to add the count of post.anybody can help me?
- The topic ‘change html to archive widget’ is closed to new replies.