WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress admin running extremly slow!Since you found out that it is definitely your theme, that is already a good start. To start troubleshooting this you can:
1. Check if ALL pages in the admin panel are slow or not. If not, check what these pages are using related to your theme.
2. If all pages are slow, might as well strip all of your theme and start building it slowly and test the admin panel each time.
Forum: Fixing WordPress
In reply to: Home Page and Post PageThe two options for a WordPress front page are:
1. Static page
2. List of all blog postsHaving said that, you can copy the content from a blog post to the main page (though avoid having duplicate content).
Alternatively you can always edit the index.php file manually to have your own page and include anything you want, such as menus etc.
Forum: Fixing WordPress
In reply to: Viewing themesDid you contact the theme developer to confirm that the theme is indeed compatible with the theme editor in WordPress?
Forum: Fixing WordPress
In reply to: Notification to someone who has left a commentContact the theme developer maybe he can implement such functionality for you.
Forum: Fixing WordPress
In reply to: Really odd wordpress/cache issue. Help :)Do you have any cache running on the server or some cache plugin? Start by clearing the cache on the server (if you have any) and by disabling the plugins 1 by 1 until you find the culprit.
Forum: Installing WordPress
In reply to: Mydomainhere.com/wp-login.php gives 404 errorCan you confirm that the file /wp-admin/login.php exists on your server? Try amanual upgrade of WordPress. Follow the below procedure:
1. Download the latest version of WordPress from here
2. Make a backup of all your WordPress files and MySQL database.
3. Delete the directories wp-admin and wp-includes.
4. Delete all files from the root of your website starting with “wp-” except the wp-config.php file.
5. Extract the downloaded version of WordPress and upload all files and directories except the wp-content directory and the wp-config.php file.
6. To perform the upgrade, navigate to http://yoursitename/wp-admin/upgrade.php and follow the on screen steps.
That should do the trick.
Forum: Fixing WordPress
In reply to: Invalid argumentCan you try and delete the Hero theme directory from the /wp-content/themes directory to confirm that it is the theme giving the problem?
Forum: Installing WordPress
In reply to: Admin Help!Your login page seems to be working now ay?
The error you were getting is because the WordPress upgrade was not completed.
Forum: Installing WordPress
In reply to: Upgraded and now can't access Site AdminGo for a manual upgrade of WordPress. Follow the below procedure:
1. Download the latest version of WordPress from here
2. Make a backup of all your WordPress files and MySQL database.
3. Delete the directories wp-admin and wp-includes.
4. Delete all files from the root of your website starting with “wp-” except the wp-config.php file.
5. Extract the downloaded version of WordPress and upload all files and directories except the wp-content directory and the wp-config.php file.
6. To perform the upgrade, navigate to http://yoursitename/wp-admin/upgrade.php and follow the on screen steps.
That should do the trick.
Forum: Fixing WordPress
In reply to: Different Information on CategoriesYou can simply:
1. Create a WordPress menu from the Appearance > Menus node
2. Add that menu to the sidebar as a widget (custom menus)Forum: Fixing WordPress
In reply to: Display A List of Categories in a Page for Navigation1. Login to your WordPress dashboard
2. Navigate to Appearance > Menus node
3. Create a new menu and add ONLY the categories you want from the left hand side column.Forum: Fixing WordPress
In reply to: Home Page and Post PageIdeally the home page should be the FQDN (full URL only). From there then you can work out the SEO to boost the other page.
Although if you write proper content, page title and headers you should not need to promote another page rather than the homepage.
Forum: Fixing WordPress
In reply to: Notification to someone who has left a commentYou need to add the functionality in the theme so users who leave a comment can opt to be notified upon someone replies to their comment.
Forum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare the_editor()Did you upgrade WordPress from the dashboard? If so, go for a manual upgrade of WordPress. Follow the below procedure:
1. Download the latest version of WordPress from here
2. Make a backup of all your WordPress files and MySQL database.
3. Delete the directories wp-admin and wp-includes.
4. Delete all files from the root of your website starting with “wp-” except the wp-config.php file.
5. Extract the downloaded version of WordPress and upload all files and directories except the wp-content directory and the wp-config.php file.
6. To perform the upgrade, navigate to http://yoursitename/wp-admin/upgrade.php and follow the on screen steps.
That should do the trick.
Forum: Fixing WordPress
In reply to: Problem with 404.phpThe 404 error page does not show up when you search for something that does not exist. That only works when someone requests a URL directly which does not exist.
If that URL does not exist and you request it, the 404 page is triggered.
If you want to show something when search does not find anything, you have to modify the search output.