WordPress custom post type or custom archive page pagination 404 issue

Recently I have faced a pagination problem with the custom post type on the custom archive page. It was showing a 404 page when I select page/2. I have Googled…

Read More

Easy and simple way to add CSRF protection in you website

Cross-Site Request Forgery (CSRF) is a web security vulnerability attack that occurs when a malicious website or program causes a user's web browser to perform an unwanted action on a…

Read More

PDO Wrapper Class

When it comes to database operations in PHP, PDO provides a lot of advantages. PDO is a database access tool in PHP that enables uniform access across multiple databases, Error…

Read More