Helen Hou-Sandi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin only linksYou might try the Widget Logic plugin to have a widget that only shows to an admin: http://wordpress.org/extend/plugins/widget-logic/
The check for an admin would be something like
current_user_can('administrator')Forum: Fixing WordPress
In reply to: HELP – blog and wp-admin URL not workingDid you try deactivating all the plugins by renaming the plugins folder?
Forum: Fixing WordPress
In reply to: List pages and subpagesI believe get_page_children will get all children, which includes grandchildren, and so they show again at the bottom because they are a part of your $program_children array.
Seems to me that you should be able to use get_pages for $all_wp_pages (though then should rename your variable) so you’re not retrieving all the pages with your query, as it’s unnecessarily expensive. I could be wrong about the type it returns vs. the type get_page_children expects, though. I actually strongly suspect that there might be a better way entirely to do this, and may think on it some more.
Forum: Fixing WordPress
In reply to: Press Page FiascoSounds like this is the theme, but just so you know, that last link is a link to the “Press” category. It’s not a separately created page. If you change your permalink structure to something “prettier”, you should see a clearer difference. Since you purchased the theme, I’d use their support: https://www.elegantthemes.com/forum/
Forum: Fixing WordPress
In reply to: List pages and subpagesIs there a reason you aren’t using the
wp_list_pagesfunction? http://codex.wordpress.org/Function_Reference/wp_list_pages
Perhaps I’m not understanding exactly what you’re using this code for.Forum: Fixing WordPress
In reply to: Can't log in after changing serversThe amount that WordPress tried to allocate at that moment pushed it above the limit, e.g. the straw on the camel’s back. Try upping your PHP memory limit as suggested.
Forum: Fixing WordPress
In reply to: I have problems accessing my new website and cant access word pressIt means you have an extra
}right at the top of the functions.php file. Try deleting that, or you can copy the contents of your functions.php file into http://pastebin.com/ and share that here.Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogOh great, glad you got it sorted!
Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogGot it – you can rename the arras folder(s) back now if you want your site to show for the moment. Be extra sure to do the wp-admin folder – the error message is looking for a function called wp_menu_unfold(), which is found in wp-admin/includes/misc.php, not the file the error message is referencing.
Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogThat’s a good question – I’m not sure what it will do. It might default back to another theme, but it might not. If it doesn’t let you into your admin, you can change the folder name back. It should be quick, but I can’t promise that it won’t disrupt anything.
Other than that, I’m not really sure what else could be going wrong besides missing files. Which version are you uploading? I’m guessing that there are no plugins, either?
Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogI’m not asking for a pass, and I am also not asking for a lecture. Let’s stop spending time going on about a few subjective words. I personally don’t take or use “first of all” as a snarky thing, but I suppose I can see how it could be taken that way. Let’s just try to get your site fixed.
Did you follow the manual update instructions? The error indicates that something is still not being found, so perhaps something in the wp-admin folder. http://codex.wordpress.org/Updating_WordPress#Manual_Update
Also, there have been reports that the Arras theme does not play nice with 3.2. It may or may not be related, but you might try renaming that theme’s folder to something else and seeing if that lets you into the admin.
Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogYou know, my intention was to be clear, not rude, but by the same token, you should be aware that we are volunteers answering your questions and that we need as much specific information as you can possibly give in order to help you quickly.
Your original posts weren’t clear – not being able to get into your blog can mean any number of things, having errors is not the same as vanished, and a database upgrade is not exactly the same as a WordPress upgrade.
In any case, it sounds like you’re still missing WordPress files somehow. How are you doing the folder-by-folder reinstallation?
Forum: Fixing WordPress
In reply to: I tried to upgrade and poof went my blogFirst of all, WordPress does not ever force you to do an upgrade. It only suggests. Second, what do you mean by vanished? A white screen? An error? And third, I see your site and your admin login page just fine, so really, you need to be more specific about what exactly and where this vanishing is happening.
Forum: Fixing WordPress
In reply to: my site is completely goneNo problem, glad it’s working!
Forum: Fixing WordPress
In reply to: my site is completely goneWell, it means that the directory is writeable by everybody but it shouldn’t have any effect on your site. You should change the permissions on the wp-content folder but to be honest, I’m not sure if/how that affects WordPress installs on GoDaddy.