Tag Archive: meta

Facebook showing incorrect thumbnails from my WordPress site
Whenever I post a link for my wordpress blog on my facebook wall, it shows the wrong thumbnail. The solution is simple, install a plugin called Add Facebook Share Thumbnail + Meta and make sure that you have a Featured Image set. Once you have those two set, then you need to clear the Facebook […]
How to update pricings for all products in jigoshop
REMEMBER to backup your database before making any changes!!! In order to change the prices for all products in your store, you will need to get into your database (mysql) and run an SQL statement. Here’s an example to change the prices for ALL PRODUCTS to 90% of the original price: update wp_postmeta set meta_value […]
WordPress problem when moving folders
I tried moving my WordPress folder to the root of my hosting account and things went pear shaped. After some debugging, I noticed that in the database stored the URL of the website. This meant I had to change most of the data entries in the database. I knew nothing about SQL queries but […]

CSV Import for Jigoshop WordPress plugin
Jigoshop must be one of the easiest and most comprehensive e-commerce wordpress plugins available on the market. I started using this plugin and love the way you can just purchase and install themes for Jigoshop. Adding products to Jigoshop is very easy and straight forward but what happens when you want to import hundreds of […]