Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello! I’m having a similar problem.

    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 using 1and1 and my mod_rewrite is on, I don’t know why this is happening.

    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.

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

    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;
    ?>

    please help!! I’d be so thankful!

    Hi!

    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 using 1and1 and my mod_rewrite is on, I don’t know why this is happening.

    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.

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

    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;
    ?>

    please help!! I’d be so thankful!

    Hi!

    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 using 1and1 and my mod_rewrite is on, I don’t know why this is happening.

    ‘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’ve been posting about this for weeks without any help! I’d be so thankful!

    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!

    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!

Viewing 5 replies - 1 through 5 (of 5 total)