Pass PHP variables between template files

If you need to pass a variable between template files, there will be many ways to do that. one more common way, not preferable way according to me is using Global variables. For example you have instance of class, save it in Global variable and now you will be able to use it throughout the […]

Change WordPress language

If you want install WordPress in your language, you need to download WordPress language version form WordPress. For example to install WordPress in Spanish you need to download WordPress version in Spanish from http://es.wordpress.org/. But if you have already installed WordPress, its also possible to convert your WordPress blog into your preffered language. these are few […]

Overrding woocommerce templates in theme folder

Woocommerce is definately a perfect plugin for WordPress to use as e-commerce solution. it have lot of space of ability to extend and modify its features to use for our purpose. One of its great feature is overriding its templates, this features works in the same way like WordPress child themes work. In the same […]