peacefrog67
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home page being redirected to recent postHey guys,
Thanks for the help, that worked! I discovered that a redirect plugin I had installed was suddenly redirecting from the home page. The strange thing is, I have not touched the settings of this plugin for weeks yet all of a sudden a redirect was put in. Could this have been a security breach?
Thanks.
Forum: Fixing WordPress
In reply to: Home page being redirected to recent postHey Dave,
Thanks for replying. I actually don’t want a redirect, that is the problem, when you visit the home page it is redirected to the 2nd url. So I deleted the post, and now the home page shows instead but it is still trying to redirect to the new post (even though I deleted it). Make sense?
Here is the index.php –
<?php
/**
* @package WordPress
* @subpackage SpywareFix
*/
?>
<?php get_header(); ?><div id=”content”>
<?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?></div>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Change Permalink Structure Of PagesI am not sure that will matter because I need to change the permalink structure for my pages not posts.
So there is no way to do this?
Forum: Fixing WordPress
In reply to: Clipmarksanybody?