Forums

How-to: show today posts in sidebar (2 posts)

  1. Zhak
    Member
    Posted 4 years ago #

    VoilĂ , I want to list today posts in my sidebar. How can I do this? maybe with a query_posts or get_posts function?..

    Thank you

  2. MichaelH
    Member
    Posted 4 years ago #

    Look at the template tag, wp_get_archives(), and put that in your sidebar.php.

    <?php wp_get_archives('type=daily&limit=1'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags