Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The WordPress default search doesn’t include a custom post type in search results.so if you need to include a custom post type you can modify the query with pre_get_posts in just one minute using this code snippet. Steps to include…
WordPress has a page called “options.php” where have a complete list of all the settings you have within your database related to your WordPress site so if you need to add an additional option to your settings menu with a…
WordPress dashboard has widgets for admin like the quick press, recent comments, and WordPress news so if you need to remove it from WordPress in just one minute using this code snippet. Steps to disable dashboard widgets: Open WordPress admin…
Do you need to check if shortcode already exists in WordPress if you need that you can do it in just one minute using this code snippet. Steps to check shortcode in WordPress: Open WordPress admin panel then go to…
Do you need to add HTML5 Figure in WordPress if you need that you can do it in just one minute using this code snippet where let you filter by WordPress built-in hooks image_send_to_editor Steps to use figure and caption…
If you need to add nofollow to all links in WordPress at just one minute using this code snippet where let you filter by WordPress built-in hooks the_content. Steps to nofollow links in WordPress: Open WordPress admin panel then go…