Author Archive

Remove item from Dashboard menu

Jun 24 2015

WordPress Admin Area Customization You can use this snippet to remove the item from WordPress admin dashboard…just replace file URL to match your case: function remove_acf_menu() {         remove_menu_page(‘edit.php?post_type=acf’);…

WordPress – change existing featured image size in child theme

Jun 22 2015

The simplest way to create your own sizes inside your child theme is to remove using “remove_theme_support” and set it again “add_theme_support” like following: function remove_featured_images_from_child_theme() { // This will…

WordPress- disable plugin update

Jun 22 2015

Add this code in your plugin root file. It will prevent plugin updates notifications.   add_filter(‘site_transient_update_plugins’, ‘remove_update_notification’); function remove_update_notification($value) {      unset($value->response[ plugin_basename(__FILE__) ]);      return $value; }   Other…

Woocommerce – Featured Image URL and Gallery images

Nov 28 2014

Get Woocommerce Gallery Images :                     <?php  global $product;                          $attachment_ids = $product->get_gallery_attachment_ids();                         foreach(…

WooCommerce enable Reviews for all products

Feb 03 2014

With WooCommerce, there is an option to enable/disable reviews for each product. Unfortunately, the checkbox doesn’t come checked by default.  This box being checked depends on whether or not you…

Shortcode in a WordPress Template

Oct 01 2013

Shortcodes in WordPress are bits of text you can use in the content area to invoke some kind of function to accomplish certain tasks. You can write your own shortcodes,…

Jquery detect orientation change

Aug 11 2013

Detect a orientation change of portable device with jQuery: function orient() { var mobh1 = jQuery(window).height(); var mobw1 = jQuery(window).width(); if(mobh1 > mobw1) {              pos =…

The Juicery World

Aug 08 2013

New site for The Juicery World presenting new Toronto branch. Enjoy!  http://thejuiceryworld.com/

Isle of wight printing

Aug 08 2013

Just finished a new layout for http://isleofwightprinting.co.uk/