WooCommerce Multilingual translated variations’ quantity out of sync fix
This PHP script may help if WooCommerce Multilingual product variation quantities are getting out of sync. Basically what it does…
This PHP script may help if WooCommerce Multilingual product variation quantities are getting out of sync. Basically what it does…
To add custom fields under wordpress general settings without hacking core code use this as example. Of course you can…
Just a small example of how to build custom menu output in WordPress. $menu_args = array(‘menu’ => ‘Main menu’, ‘echo’…
To use wordpress update and install plugins without ftp add following line to wp-config.php. define(‘FS_METHOD’, ‘direct’); Read more about proper…
Ever had a situation where you have given admin right to the client? What usally happens is that client will…
MailChimp List Subscribe Form plugin for WordPress. Can be found https://wordpress.org/extend/plugins/mailchimp/
GeoMashup plugin usage in WordPress template files. <?php echo GeoMashup::map(); ?>
Standard solution for developing WordPress header. SEO friendly and can be copied every time new template is created. <!DOCTYPE html…
Often we have custom fields in containers ( DIV, SPAN etc. ) designed by CSS. Here’s a solution for displaying…