JennRost
Forum Replies Created
-
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesHello! 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!
Forum: Fixing WordPress
In reply to: permalink wrote my .htaccess wrong or???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!
Forum: Fixing WordPress
In reply to: "Page not found" for page permalinkHi!
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!
Forum: Fixing WordPress
In reply to: Permalink not working for archivesI’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!
Forum: Fixing WordPress
In reply to: Permalink not working for archivesHello,
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!