When I open my WordPress site, I saw below message on the Dashboard. Initially I do not understand what exactly it is, and the way to fix this. After reading the issue, carefully; I understood that, the issue is because of the old version of PHP running on my server. PHP Update Required Warning: PHP […]
WordPress – How to fix “blog post showing extra HTML code after AddThis plugin activated”?
When I installed AddThis Share buttons plug-in in one of my WordPress site; and once I have activated it, I saw extra HTML code in the blog posts. Share buttons are appearing on my site, but this extra HTML code on each post also appearing when AddThis plugin was activated. I was seeing below HTML […]
WordPress – Import WordPress content
We have discussed exporting All content from the WordPress site in the Article “WordPress – How to Export All content from WordPress site?“. And also discussed how to export partial content from WordPress in the previous Article “WordPress – Export the Posts, Pages or Media content“. In this article, I would like to go through […]
WordPress – Export the Posts, Pages or Media content
We have discussed how to export all content of the WordPress site in our previous Article “WordPress – How to Export All content from WordPress site?“. There was a problem when we export all content at a time; because depending on the size of the content, PHP consumes more memory and some of the hosting […]
WordPress – How to Export All content from WordPress site?
WordPress provides a feature to allow us to Export the content of the WordPress site into an XML file. This is an important feature when you move your WordPress site to a different hosting provider or when you want to take the backup of your site content. We will go through the below steps; explain […]
WordPress – Find the list of Users who have posted the content – using SQL
WorPress is the famous content management system allowed to post Blog content. When we post the content in WordPress sites; the details of the content and the publisher (author) who posted the content; will be stored in the WordPress’s back-end database(s). If you allowed to EveryOne to register and post the content into your WordPress […]
WordPress – Gutenberg Editor – How to disable it to use the Classic Editor?
WordPress – Gutenberg Editor, is the new WordPress Editor, which enables to add of rich content; allows to create media-rich layout; provide the features to manage the content in blocks; etc., As this Editor is not officially released; we may see some issues, when start using it. I started using it and faced some issues, […]
cPanel : How to rename cPanel Account Username where WordPress is already installed ?
I recently did an Activity to rename the cPanel Account’s Username. It is not so easy to do this if we simply rename the Username; the website which is already installed in cPanel Account, may not work as expected. This is the challenging thing. We need to consider so many things before we rename the […]
WordPress 3.x: How to resolve “414 Request-URI Too Large” error while deleting the users?
“414 Request-URI Too Large” error happens when the URL is too large. Usually when we select multiple users in WordPress and apply bulk delete action on selected users; WordPress will form the URL with all the selected users and send the URL to the server to delete the selected users from the WordPress database. There […]
WordPress 3 – Post Revisions
WordPress provides the flexibility to store revisions of posts. That means, WordPress stores the posts into post revisions whenever you modify the post. This really helps to retrieve the post information from post revisions when you miss some information in the current post. WordPress stores all the post revisions into the database like it stores […]