Similar Posts
How to add, remove, replace a classes in image using the_post_thumbnail()?
How to add, remove, replace a classes in image using the_post_thumbnail()? Let’s say we have this classes in image object. To replace the class name “to-be-replace”, copy this code to your functions.php Output is:
Genesis category with featured image after header
Copy the codes below and follow the instructions. FOR SPECIFIC CATEGORY 1. Install Category Featured Images plugin. 2. Add an image to your category post. 3. Create a file that named category-7.php ( NOTE : The “7” in category-7.php is the category ID of your specific category ). 4. Copy and paste the codes in…
How to replace Woocommerce placeholder image URL?
How to replace Woocommerce placeholder image URL? Just copy the codes below.
The7 pagination in custom WP_Query
The7 pagination in custom WP_Query, just copy the code below and paste it in your functions.php.
How to fix Woocommerce shipping zone in the same country (example is UK)?
Hi guys, this is the problem I got during this issue. Problem: I tried using 3 zone of UK country, but if do search a specific postcode, it only shows the Mainland UK shipping method. Example if I search a postcode near in Northern Ireland, I expected to see Standard Delivery shipping method only but…