CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

wordpress

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 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 […]

Scroll to top