-
Remove Genesis Page Title from Entry Header?
Add the following code in the child or genesis functions.php //remove post tile remove_action( ‘genesis_entry_header’, ‘genesis_do_post_title’ ); The above action…
-
USB Pen drive Showing Empty? Try this to solve
Follow these simple steps: 1) Click on the USB Drive and make sure the files/folders are not hidden by checking…
-
Add Admin User in WordPress Database using phpMyAdmin
Follow this to insert a new entry in wp_users table: ID – pick a number next coming digit basically user_login…
-
Printable Coupon WordPress Plugin
Do you have coupon in your website and you want to individually able to print whenever you customer click on…
-
Premium Theme Modifications
Most of the function is very difficult to locate on a premium themes but here are few of theme so…
-
How to add Excerpt Section for page in WordPress?
Add these block of code in your theme’s functions.php add_action(‘init’, ‘add_excerpt_pages’); function add_excerpt_pages() { add_post_type_support( ‘page’, ‘excerpt’ ); }
-
How to get a Mobile SMS from Email?
If you want to get a mobile sms when you visitor fill the form on your website? You can implement…
-
Why need to refresh your website?
First of all you make sure your customers feel confident with your business from their very first impression, and an…


