wordpress coding question, help if you can

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    wordpress coding question, help if you can

    i am trying to insert a piece of html code before the months archives

    <?php get_archives('postbypost', '5', '', '<br>&nbsp;&nbsp;&raquo;&nbsp;'); ?>

    i can do that for post by post.

    works fine but when i goto list the months

    <?php wp_get_archives('type=monthly&limit=20&format=html '); ?>

    i tried putting the html code before wp_get_archives but doesnt seem to work.

    if anyone has a hint how to do it, would be greatful.

    thx
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    <?php get_archives('monthly', '', 'html', '<li>&raquo;', '</li>', TRUE); ?>

    even though we talked on ICQ about it I figured someone else might need the info too

    Comment

    Working...