Vue.js has emerged as one of the leading JavaScript frameworks for developing modern web applications. As applications grow in complexity, effectively managing state becomes essential [Read More…]
Category: Web Development

2 Ways to Display PHP Errors and Warnings (Without Modifying php.ini)
If you want to see all the PHP errors and warnings, in order to debug the codes and easily pinpoint the line no of error [Read More…]

Converting string to Date and DateTime in PHP (Fast & Easy Way)
Recently we were working on Computer Institute’s Web Application and there we need to display the upcoming fees list of students… …so for that we [Read More…]

If Post ID Matches These ID’s Then Do This (WordPress)
If you want to check whether the post id, page id, thumbnail id, or custom post id is same to the number which you want [Read More…]

Limit Search Results to Custom Post, Category & Specific Post Type (WP)
If you want to exclude your custom post type’s posts from search results so the users can only get your pages, posts or category data? [Read More…]

Use Bootstrap Pagination in WordPress Site (Without Plugin) Fast ✌️
If you want to use Bootstrap Pagination styles in your WordPress posts pagination? Then you land at the right place. Here: We have posted simple [Read More…]

Enqueue jQuery in Footer of WordPress Site (Without Plugin) – Load Fast
As you know that WordPress by default load jQuery library in the header and it is not good when you need your website to load [Read More…]
![Redirect User After login [in WordPress] to Homepage or Specific Page✊ image](https://www.extracatchy.net/wp-content/uploads/2018/03/redirect-user-after-login-wordpress-400x150.png)
Redirect User After login [in WordPress] to Homepage or Specific Page✊
Do you want to redirect the user to login to your WordPress site to a specific page or Home Page? Then you land at the [Read More…]

Enable .htaccess Gzip Compression in WordPress & Non-WP
Do you want to speed up your entire WordPress website by compressing all files and reduce HTTP response time? Then you land at the right [Read More…]

How to Remove Empty ‘P’ and ‘BR’ Tags from Contact Form 7 (WordPress)
Do you want to remove the empty <p> and <br> Tags from the Contact Form 7 (fields) that are automatically added when you insert an [Read More…]