Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Upgrade menu in DashboardYou might have a corrupt update and should try manually updating the site with a fresh copy of WordPress.
Forum: Fixing WordPress
In reply to: Using WordPress with content from another SQL databaseNo you will need to migrate the content to the new WordPress database.
No
Forum: Fixing WordPress
In reply to: My Website vanished! (all white)In my wordpress.com account there is a red sign with an exclamation mark next to the domain, but it doesn’t say what’s wrong or how to fix it.
Is the site self hosted or on wordpress.com?
Either way restore the header file or switch themes to the default to get back in.
Forum: Hacks
In reply to: Add Links to Footer of Every WPMU website of mineMake a Child Theme and then create a customer footer.php in that child theme. Use the Child theme on all the sites.
Appearance>Menus in the Dashbioard
Create a menu and place it in the location made available by the Theme.
Forum: Fixing WordPress
In reply to: new post/Edit post validationNeed way more information!
Forum: Everything else WordPress
In reply to: adobe sliced imageUploaded them using the Media Library and insert them in the Home page using the Page editor.
Forum: Fixing WordPress
In reply to: HTACCESS causing www. sub domain problemTry deleting the htaccess file then reset the permalinks by clicking save again. You might change them to default , save, test, change them back to %Post%, save test again.
Settings>Permalinks
Forum: Fixing WordPress
In reply to: Can't Log In to BlogI’d try a manual update and test again.
Forum: Fixing WordPress
In reply to: How to download the full history of views for my blog?I’d suggest a Google Analytic plugin. Yoast has one.
Forum: Fixing WordPress
In reply to: Automatic User Registration ProblemUnder the Settings>General tab uncheck anyone can register
Forum: Fixing WordPress
In reply to: Website Won't Load & Can't Log Into The Back-endWhat is the URL of the site? Do you have FTP access to the server?
Forum: Themes and Templates
In reply to: [Nirvana] Different Primary Menus for Different PagesI’d try by passing the cryout hooks and just put the menu code for the footer menu in your header page based on the codex instructions.
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>Forum: Fixing WordPress
In reply to: Disabling wp-loginThe blacklisting is working. But the bot switches IP addresses and just keeps coming.
I’ve offered you two solutions to this and it appears that you are not interested in exploring them. You can delete all the files on your site and the Bots will still probe the site. Perhaps someone else might be able to give you what you are looking for.