Dossey02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create directoryYou won’t do this from WordPress, but from the control panel of your hosting account.
So, you’ll want to log into your control panel, select the File Manager, then navigate to the themes folder in your WP installation. There should be a button to create a new folder at the top of your File Navigator. Once you’re in the theme folder, just follow the directions you linked to.
Eric
Forum: Fixing WordPress
In reply to: How to force www without logging into to dashboard?You should be able to edit this via phpMyAdmin:
http://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: WP Blog: Network Violation Resource Over-Utilization with GodaddyI’ll take a stab at a few of these:
1: I’d check your raw access logs and AWStats to see what IP addresses are accessing your site, the block those individually.
2:What cron jobs are you running?
3: Unattached only means it’s not inserted into a post or page, not that it’s not being used. But, this shouldn’t impact your CPU/RAM usage, only your webhosting size. One option, though, would be to offload those images to AmazonS3, there are a number of plugins that will do that for you.
4:Not an expert on this, but if you’re in a shared hosting environment, GoDaddy should handle the upgrade, not you…?Maybe I’m wrong there.Good luck,
EricForum: Fixing WordPress
In reply to: Older WP version Website Hacked… How to upgrade?Zee,
You can try this link to recover a lost admin password:
http://www.mydigitallife.info/2008/06/26/how-to-reset-wordpress-password-to-recover-forgotten-secret/Good luck,
Eric
Forum: Themes and Templates
In reply to: Thesis question, tweaking before going live?Hey Richard,
Thesis disables the editor feature in WordPress, you do the editing through the hooks and CSS in the Thesis framework.
I’d recommend a free plugin called Thesis OpenHook. It allows you to do all your editing from the WP backend, no need to open the .css from your Cpanel.
You can always install Thesis on a test blog to get the styling worked out.
Hope that helps.
Forum: Plugins
In reply to: [Posterous] WordPress plugin for pushing to Posterous?Hey Vurtomatic,
I see this listed as resolved…can you provide your solution?Eric