Custom Cron Schedules on a Plugin
<?php /* Plugin Name: Mustek WooCommerce Stock Updater Plugin URI : https://api.mustek.co.za Description: This plugin is used to update...
TO , CC , BCC in PHP mail()
Using mail() function to send mail with to , cc and bcc $to = 'nate@wpfixxyz.com'; $from = 'nate@yopmail.com'; $bcc =...
Writing Custom Scroll Bar CSS
Ever thought of a custom scroll bar with same theme as site color simple easy elegant Simple and Flat ::-webkit-scrollbar { width: 10px;...
Change the Slug of a Custom Post Type [CPT]
Its most required and desired functionality needed in word press when we create a custom post type and we need to change the slug...
Writing Media Queries in CSS
@media screen and (max-width: 1920px) { } @media screen and (max-width: 1680px) { } @media screen and (max-width: 1600px) { } @media...
Connect Mail chimp With Contact Form 7 with API and Without any other Plugin
Mail chimp is a very popular marketing email blast platform consisting of Audience(List Previously) and we can connect our contact form 7...
Adding theme options with Advance Custom Fields Pro
Advance Custom Fields Pro allows you to create amazing option to create theme options you can start with basic structure by adding...
Creating a page template on WP
Creating a custom page template on word press is too easy with few lines of code and crate a new file as page-home.php and add following...
Add Featured Image to Posts Grid/Column in Back-end for Custom Post Types [CPT]
Here we are going to show you how to add a column of features image in Custom Post Type Grid in back end Here is corresponding code to...
Change slug of [Custom Taxonomy] on fronted
This is very curious code as you we end up creating taxonomies like "product-cat" or "product_cat" so following code come to rescue...
Add a Blank Select Option to CF7
You can add a blank option to contact form 7 select box using following and That appears in front end as below
Forcefully Load Changed JS and CSS
There are instance when client are not able to see changes that we are able to see because they are cached on browser and only way to fix...
wp_localize_script / pass dynamic variables to js files
wp_localize_script is used to pass dynamic values to custom js files. The version is used in a way that it adds a timestamp to the...