WordPress Tips
Latest News
26 Ways To Make Quick Money (2025)
Making money is a constant concern for many. While most of us have regular jobs with a monthly paycheck, expenses like bills, household needs, and savings can quickly drain our…
How to Fix the Username Enumeration Vulnerability in WordPress
The vulnerability you’re facing is related to WordPress’ REST API endpoint /wp-json/wp/v2/users/, which allows anyone to enumerate usernames. This is known as Username Enumeration and can be exploited to discover…
Verpex Hosting Review 2024
Verpex web hosting is a new player in the web hosting industry, but they started back in 2019. They are becoming very famous in terms of providing hosting services, including…
How to disable a Code Snippet from Database in WordPress
Everyone think that code snippets plugin is something that you can use to install any PHP code on WordPress without breaking the site. I encountered an issue today, when I…
How to Use Linux Terminal in WordPress Dashboard
If you want to use Linux terminal in WordPress dashboard then you are on the right page, I will show you how you can execute Linux commands using WordPress dashboard….
How to Block Unwanted Query Strings URLs in WordPress
If you are getting page indexing issue i.e., Duplicate without user-selected canonical on Google Search Console, then you are going to get an answer in this article. I’m writing a…
How to allow PHP in Posts/Pages/CPT in WordPress
PHP is server scripting language used by million of websites online. Even WordPress is created with PHP programming language. In WordPress, we use plugins to perform specific tasks and those…
Brief Introduction to Custom Post Types
Note: This intro is going to be using words “post” and “posts” to explain topic at hand. Which is going to cause readers confuse the said words with “blog post”. So unless I…