Tecca
Forum Replies Created
-
Forum: Plugins
In reply to: [Attachment Pages Redirect] why pluginThat works perfectly. Thanks for that, zabatonni.
Forum: Plugins
In reply to: [Attachment Pages Redirect] why pluginThat didn’t work on my end; it created a redirect that looped forever.
I used this:
<?php header ('HTTP/1.1 301 Moved Permanently'); header ('Location: '.get_permalink($post->post_parent)); ?>Forum: Fixing WordPress
In reply to: Had to change MySql database password. Now Blog won’t work.EDIT: Whoops, disregard this. Figured it out.
Forum: Themes and Templates
In reply to: Text under images (and not beside them)Thanks. I feel kind of dumb for not noticing that, but again, thank you. =)
Forum: Fixing WordPress
In reply to: Malicious site (virus).Thanks a lot, guys.
I also noticed that there were many more items placed into my files, so I deleted everything (including the database) as a precaution. Lots of work gone, but at least I’ve learned a lot from this experience. =)
I probably could have found everything, but I’d rather not take any chances, hence my quickness to delete everything.
Forum: Fixing WordPress
In reply to: Malicious site (virus).Thanks. Looks like there were a few added into my theme templates, so I had to re-upload the theme again (which now needs to be edited as I didn’t have any backups).
Hopefully that was all. I couldn’t find anything else out of the ordinary in any of the other files.
I’m unsure of how to do this, but I wanted this exact thing.
What I did, instead, was went into the nextgen gallery folder and edited the file ‘nggallery.php’ and simply deleted the lines of code that pertained to creating galleries.
Then, to create my own galleries, I simply did it manually via
FTP.Not the greatest way, but it works if you’re the only one that creates the gallery folders.