by Raj | Jun 24, 2014 | Uncategorized, Wordpress
Sometimes, you don’t find “kitchen sink” in your WordPress Admin panel. Most likely, this is due to some conflict with the plugins. An easy way around to solve this error: Insert this code into functions.php file: function unhide_kitchensink( $args )...
by Raj | Jun 14, 2014 | Uncategorized, Wordpress
While using WordPress, you may need to exclude or hide certain categories from the categories widget. There are some plugins available to achieve this, but inserting suitable code is advisable. Here is the code: function exclude_widget_categories($args){ $exclude =...
by Raj | Jun 13, 2014 | Google Analytics, Uncategorized, Wordpress
I came across this technical challenge of setting Google Analytics goal with contact form 7 plugin. I browsed many forums and finally derived a solution – though it would be useful for any one struggling with it. In Google Analytics account: Go to Admin >>...
by Raj | Sep 24, 2013 | General, Google Adwords, Google Analytics, SEO, Uncategorized, Wordpress
Welcome to Web Mantra!