How to change price range in Woocommerce variable products to something like “From $50”
Here’s the plugin that does this perfectly: Variation Price Display Range for WooCommerce
Here’s the plugin that does this perfectly: Variation Price Display Range for WooCommerce
I have created CSS code for you to make your featured images show up in the corners of Blog post thumbnail feed. Just add an additional CSS code to your WordPress theme (Apperance –> Custom CSS) /* featured image left of content on blogs page */ [class=”attachment-full wp-post-image”] { height:40%; max-width:40%; float: left; margin-right:20px; padding-right: … Read more
You can achieve this by using a plugin called “Conditional Widgets”. Here are the steps to follow: 1. Install and activate the “Conditional Widgets” plugin. 2. Go to “Appearance” > “Widgets”. 3. Add a new Text widget to your sidebar or any other widget area you want to use. 4. Edit the content of the … Read more
It’s actually pretty simple, you just need to add custom CSS for featured images. Trust me, it’s not as scary as it sounds. This piece of code will do the thing: [class=”attachment-full wp-post-image”] { height:50%; max-width:50%; float: left; margin-right:20px; padding-right: 20px; } Of course in your case the class might be different, depending on your … Read more
Hey guys and gals, I’m back! =) Lately I’ve been deploying WordPress on Ubuntu servers with nginx quite often. It’s not complicated at all when you got the hang of it but can be a little bit overwhelming at first. So I decided to create a step-by-step tutorial for you guys. First off we need … Read more
It’s been a while since I’ve been using WordPress. It’s still my favourite blogging platforms, so I didn’t hesitate and chosen WP for my new blog that you are reading right now. I also really recommend it to anyone who want to create their own blog or website. It’s great! Now on to the issue … Read more