fliphambone
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Theme similar to this website?Checkout this theme here. I think it fits what you’re looking for:
themeforest.net/item/mercina-multipurpose-wordpress-theme/2056656Forum: Plugins
In reply to: Online Form to Export or change JSONThat sounds like something you’ll have to code by hand.
Forum: Fixing WordPress
In reply to: Error 404 On Post Update (word -> from)You may want to download a clean version of WordPress to replace on top of your old one. The latest version will work with PHP 5.5.
Forum: Localhost Installs
In reply to: Redirect loop instead of search resultsHave you tried resetting permalinks? Here’s a good resource: http://www.blogfin.com/the-ultimate-reset-guide-of-best-wordpress-permalink-structure/
Forum: Fixing WordPress
In reply to: Robots.txt, WordPress and Google Webmaster ToolsHow do you know your site was blocked? Do you mean the robots.txt file blocked Google from indexing your site?
Forum: Fixing WordPress
In reply to: Delete media via bulk select only deletes half of the selected filesI would bet your server has a script timeout limit set for PHP and the script for deleting all the media is taking longer than the allowed limit for the PHP installation on the server. Are you hosting the site on a shared server, virtual server, or dedicated? If you’re not sure what type, it’s likely a shared server and you could contact your hosting provider to see if they can raise the limit on your PHP execution time.