Can you look into this...I have a 404 page but when I make a mistake with my url it goes to my products page? Any thoughts on this...I think it's the plugin. Thanks.
www.in2organization.com
PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<?php get_header(); ?>
<div id="main-content" class="fullwidth">
<div class="container clearfix">
<div id="entries-area">
<div id="entries-area-inner">
<div id="entries-area-content" class="clearfix">
<div id="content-area">
<div class="entry post clearfix">
<div class='et-box et-info'>
<div class='et-box-content' style="height:280px !important;">
<div class='one_half'>
<h1>404</h1>
</div>
<div class='one_half last'>
<h2>Sorry, the page you are looking for cannot be found</h2><br />
<p><strong>We apologize for this error.</strong><br />In the meantime, please check out these links:<br />
<ul>
<li><a href="http://site.com">Site home page</a></li>
<li><a href="http://site.com/wp-login.php?action=register">Register a <strong>free</strong> account</a></li>
<li><a href="http://site.com/membershipoptionspage">Our PRO membership plans</a></li>
</ul>
</p>
</div>
</div>
</div>
<div class='clear'></div>
</div> <!-- end .entry -->
</div> <!-- end #content-area -->
</div> <!-- end #entries-area-content -->
</div> <!-- end #entries-area-inner -->
</div> <!-- end #entries-area -->
</div> <!-- end .container -->
</div> <!-- end #main-content -->
<?php get_footer(); ?>
Users browsing this forum: Google [Bot] and 2 guests