Forums

how to archive by YEAR not MONTH . (4 posts)

  1. Loersian
    Member
    Posted 1 year ago #

    Hey everybody :)
    just a little question
    in the widget there's that block called "archive".
    it's great , but I just want it to show the posts by year instead of monnths.
    so is it possible ?
    thanx for reading.

  2. t-p
    Member
    Posted 1 year ago #

    <?php wp_get_archives('type=yearly'); ?>

  3. Loersian
    Member
    Posted 1 year ago #

    thanx t-p for passing by,
    but please how can you tell me how to use this as a widget ?
    I tried to copy it , but didn't work, I think widgets don't allow php code in 'em

  4. t-p
    Member
    Posted 1 year ago #

    try this in your sidebar.php where you want it:

    <li id="archives" class="widget-container">
    				<h3 class="widget-title"><?php _e( 'Yearly Archives', 'twentyten' ); ?></h3>				
    
    <?php wp_get_archives('type=yearly'); ?>
    </li>

Topic Closed

This topic has been closed to new replies.

About this Topic