ardvark
Forum Replies Created
-
Super helpful. Thank you for this! I ran into this exact issue and saw multiple swipebox containers but wasn’t sure how to fix it.
Assuming you’re using a blog page and the blog template, you can edit tpl_blog.php
Here’s one way to do it. Hopefully it points you in the right direction. Just before the last </div> in the file, put the following:
<a href="#"><?php next_posts_link('←Older') ?></a> <a href="#"><?php previous_posts_link('Newer→') ?></a>
Forum: Fixing WordPress
In reply to: 2.9.2 site hackedI got it again with WP 3.0. I’m on Dreamhost and not sure what to do to prevent this. Sure, the fix seems to work, but I have pushing out these hacks to site visitors and I would like to resolve this once and for all.
I have changed all my hosting passwords as well as my WP administrative passwords and they are extremely secure.
Forum: Fixing WordPress
In reply to: 2.9.2 site hacked@dd,
Thanks a bunch for that script. That really helped.
MattForum: Fixing WordPress
In reply to: 2.9.2 site hackedI’m on Dreamhost, and the links above are exactly the issue.
Also:
https://www.wpsecuritylock.com/breaking-news-wordpress-hacked-with-zettapetta-on-dreamhost/Forum: Fixing WordPress
In reply to: 2.9.2 site hackedFYI, I don’t have any indication that my hosting password was compromised, since it was very secure and I haven’t seen damage apart from the WP site.
Forum: Fixing WordPress
In reply to: Error in Link Categories (Dashboard)I saw this in 2.8 after a migration from Drupal to WordPress and finally had enough so I hooked up an IDE with a debugger. I finally narrowed it down to a problem with the default links category. Try going into Settings – Writing and specifying default categories for posts and links. Even if they’re already selected, click “Save Changes” anyway.
This worked for me.