Get meta data from wp_options table
In wordpress wp_options table, option_values are(some values) saved as serialized.So directly we can’t get those values. Now i’ll tell you easy method to get meta data from wp_options table. I want to get option name – ” tax_meta_25 “, values. …
How to display products on magento home page
The common method to display products on magento home page is to use block code and we can display mainly three types of products in any page by default one is the newly added products second is all the products …
jQuery ajax and php to fetch data from a mysql database
In this post we are discussing on ajax and php to fetch data from a mysql database. The main application is that using ajax we can update a page’s content without reloading the page. In order to do that we …
How to display products from a category in magento
In this article we are covering the area of how to display products from a category in magento and this is as easy if you have basic knowledge in magento you can just write the code given below in the …
