Recent Posts

Check if it is WooCommerce Page

Check if it is WooCommerce Page

Default WooCommerce function is_woocommerce  return true for only that pages which use WooCommerce templates. Cart, Checkout,My Account … etc page are standard pages with shortcodes so that are not checked by that function. is_realy_woocommerce_page is wrapper of is_woocommerce function and also check if the page is 

Fix for WordPress SEO (by Yoast) bbPress breadcrumbs issue

Fix for WordPress SEO (by Yoast) bbPress breadcrumbs issue

By default wordpree-seo plugin disable bbPress default breadcrumbs. When i open any topic page, I expected the plugin to do this: Home > Forums > Parent Forum > Child Forum >Topic Instead it did this: Home > Topics > Child Forum > Topic It gives 

Fix for yum-complete-transaction command not found

Fix for yum-complete-transaction command not found

Following command snippets is fix for issue yum-complete-transaction command not found 

wget -c ftp://ftp.muug.mb.ca/mirror/centos/6.5/os/i386/Packages/yum-utils-1.1.30-14.el6.noarch.rpm

yum localinstall yum-utils-1.1.30-14.el6.noarch.rpm

yum-complete-transaction –cleanup-only