Forums

[resolved] Problem with monthly Archive (5 posts)

  1. daanial
    Member
    Posted 3 months ago #

    I copied Archive template i had to my new WP theme and its working well when I am showing all posts archive with

    <?php wp_get_archives("type=postbypost"); ?>

    the problem is for monthly and yearly archive its working well but when i am clicking on them its going to my first page.
    I thing there is lack of one specific page template or...

    please help me if you know,
    I am searching hard and I dont know what I can do...

    <h2>Archives by Month</h2>
    					<ul class="archives">
    						<?php wp_get_archives("type=monthly"); ?>
    					</ul>
    
    					<h2>Archives by Year</h2>
    					<ul class="archives">
    						<?php wp_get_archives("type=yearly"); ?>
    					</ul>

    thanks
    Danial

  2. MichaelH
    moderator
    Posted 3 months ago #

    Review the Template_Hierarchy

  3. daanial
    Member
    Posted 3 months ago #

    Thank you very much MichaelH, that solved my problem!

  4. dstern2
    Member
    Posted 2 months ago #

    Hello daanial, wat was your exact solution? Can you share it with us???

  5. MichaelH
    moderator
    Posted 2 months ago #

    dstern2 - the trick is creating the correct Templates in your theme folder to handle display of archives.

    Review Template Hierarchy to understand how it works.

Reply

You must log in to post.

About this Topic