Conversation
review · 1 starsat first I thought this plugin was great, would do exactly what i wanted. But it messed up my database and all my pages were gone. None of the links worked. After a big scare, uninstalling this plugin restored my site. Use at you own risk!
This Plugin doesn’t interact with the database, other than to store/retrieve its own wp_options entry. It does not, and cannot, do anything to your static Pages. It merely filters the posts query via pre_get_posts , for certain contexts (blog posts index, archive index, category index, etc.) Could you describe your problem in more detail, so I can help you resolve it? What Theme are you using, and what Plugins do you have active? I suspect that either your Theme or an active Plugin is improperly using query_posts() , which resulted in what you observed.
This Plugin doesn’t interact with the database, other than to store/retrieve its own wp_options entry. It does not, and cannot, do anything to your static Pages. It merely filters the posts query via pre_get_posts , for certain contexts (blog posts index, archive index, category index, etc.) Could you describe your problem in more detail, so I can help you resolve it? What Theme are you using, and what Plugins do you have active? I suspect that either your Theme or an active Plugin is improperly using query_posts() , which resulted in what you observed.