janfred
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageThanks KariG!
You are my hero. It worked like a charm.
Dave
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageThanks ebiladdress
My htaccess file does not have any of the referenced code. I guess I am just stuck for now.
Thanks again,
Dave
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageGreatly Appreciated!
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageThis bit of code is at the bottom of index.php. Is there any way to alter this code to make it redirect back to my static home page?
<?php
// END of: If there are any posts
// If there are no posts:
else :
?>
<h2><?php _e(‘Not Found’,’atahualpa’); ?></h2>
<p><?php _e(“Sorry, but you are looking for something that isn’t here.”,”atahualpa”); ?></p>
<?php endif; ?>
<?php get_footer(); ?>Just a thought.
Dave
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageWith the default theme I can’t even get the comments box to show.
Dave
Forum: Fixing WordPress
In reply to: Comments Problem – Static Main PageNo, I am not using any comment plugins nor have I every with this install.
I’ve only been working with WordPress and CSS for a couple weeks, but it seems that whatever code re-directs after comments are submitted can’t find the main page because of it’s status as a static page.
If I am not am making sense, please let me know.