• Hello! I am using a child theme for Thematic. I am using the custom permalink setting /%year%/%monthnum%/%postname%/. For some reason, when you scroll down and click “older posts” I get a 404 page. I am new to customization and learning as I go, any help would be much much appreciated. My website is gayvorites.com.

    Thank you, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JennRost

    (@jennrost)

    Hello,
    I am using 1and1 and my mod_rewrite is on, I don’t know why this is happening, please anyone that could help me I would really appreciate it!

    Thread Starter JennRost

    (@jennrost)

    I’ve tried-

    deleting my htcassess, disabling all my plugins, changing the custom permalink settings to include %post_id%, every single plugin that exists, changing my reading settings.

    the code in my blog template is

    <?php
    $wp_query = new WP_Query();
    $wp_query->query( array( ‘posts_per_page’ => get_option( ‘posts_per_page’ ), ‘paged’ => $paged ) );
    $more = 0;
    ?>

    do i have to change it to match my reading settings which are 5 posts per page?

    please someone help! I’d be so thankful!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalink not working for archives’ is closed to new replies.