Blank sign in page
is your site working? or problem it’s just with admin? try to review apache access & error logs for possible clues. Try also to review htaccess, bad rewrite could break your site
is your site working? or problem it’s just with admin? try to review apache access & error logs for possible clues. Try also to review htaccess, bad rewrite could break your site
As a temporary (but poor fix) the below code can be added to “functions.php”. //Remove nofollow function rm_nofollow($txt){ $txt=str_replace(‘ rel=”nofollow”‘,”,$txt); return $txt; } add_filter(‘bbp_get_topic_content’,’rm_nofollow’,20); add_filter(‘bbp_get_reply_content’,’rm_nofollow’,20);
Unable to load Posts list & Getting error 500 error
It is possible that one of your plugins may be causing an issue. So one suggestion would be to try disabling all plugins, then if the problem has disappeared you can try enabling the plugins one by one until you find the issue.
404 error when opening Singe Portfolio pages
Actually, you have a db_version in a “_options” table, also there are information about installed plugins and themes. With information about dates when website was disrupted you can get back to approximate versions of plugins. With these assumptions you can recover the most appropriate version of WP where that version of a plugin works correctly … Read more
You don’t need a new directory for your subdomain. Both your main URL (www.americanthought.org) and your subdomain URL (www.technology.americanthought.org) should point to the same directory. Multisite will serve the sites from the same set of WordPress files. (I took a quick peek, and it appears that you’ve got your subdomain’s DNS entry pointing at an … Read more
The menu can be be removed by following methods CSS – display:none; Check in menu section of wordpress and check if you ticked multiple menu’s Modifiy functions.php and remove the the menu
I believe you’re looking for VaultPress from Automattic – here’s their guide to one-click restore (con: it’s not a free plugin).
How can I figure out what is making my WordPress site so slow?