compmech
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Which directoryI would do as esmi has suggested.
Usually you would only install wordpress into a sub directory if you don’t want WordPress to be in your root, eg. you want your blog or WordPress site to be loacted such as http://www.yourdomain.com/blog and not http://www.yourdomain.comForum: Fixing WordPress
In reply to: Cant access siteCan you access the site via FTP?
Forum: Fixing WordPress
In reply to: How can I hide a post on the homepage?This may be the answer:
Forum: Fixing WordPress
In reply to: wp 3.2.1 can't find upgradeFollow the link as esmi described.
A manual upgrade should sort out the issue.
As a side note, it is a good idea to keep up to date with version of WordPress used as functionality and security are improved.
Forum: Plugins
In reply to: [Redirection] How to redirect entire blog during site migration?Check out this website. Scroll down to the ‘Redirect’ heading. Should answer your query.
http://codegarage.com/blog/2011/03/how-to-301-redirect-your-wordpress-blog-to-a-new-url/
Removing the white space at the end of my functions.php file resolved this issue for me.
I add inadvertently left the white space after inserting and later removing a function.