How to Create WordPress Pagination for Custom Post Types

WordPress Custom Post Type Pagination

Creating pagination for custom post types should not be a challenge since you can repurpose the same idea we used here – how to create custom query pagination in WordPress. We need to query the custom post type then display the queries posts that in that post type or in several post types. In this post, I am going to show you how to create WordPress pagination for the custom post types. The pagination will be similar to this numeric pagination. We will create a …

Read more

How to Remove Product Image WooCommerce

remove product image woocommerce

Are you looking for a quick and easy way to remove product images from WooCommerce,  in this post I will share with you an excellent solution that will quickly help you to always remove the product image from the single product template?  I run into the same problem when I was creating a custom product page for the WooCommerce services website, I came up with the ‘remove product image WooCommerce code snippet’ that you too can use to resolve this issue. Remove Product Image WooCommerce …

Read more

How to Display Stock Availability Text in WooCommerce

Display the In stock Text in WooCommerce

Do you want to display the stock text in the WooCommerce theme that does not show this text by default? In stock or stock availability, the text is not shown by default on the Storefront theme and you may want to show this text. In this quick tutorial, I will guide you on how to show in-stock text in the WooCommerce theme. First, you need to understand how inventory management works in WooCommerce. When you are publishing a product in WooCommerce it is possible to …

Read more

How to Fix Billing Postcode is Not a Valid Postcode / ZIP

How to Fix Billing Postcode is Not a Valid Postcode / ZIP

If you are looking for a quick way to fix this common WooCommerce checkout error – Billing Postcode is not a valid postcode / ZIP, this quick tutorial will show you how you can get rid of this postcode validation. This error may cause your customers to be frustrated and can lead to a decrease in the conversions of your visitors to customers. Ideally, you need to make the checkout process smooth for all your customers. If possible, you need to use a plugin that …

Read more

How to Change Return to Shop Link in Woocommerce

change woocommerce return to shop link

After completing the WooCommerce setup one of the most common things that you will want to change or remove is the ‘Return to Shop’ link redirection. Finding a quick solution for this problem can be difficult for WooCommerce beginners but after reading this post you will realize that this is a very simple issue that you can solve without the need of a WooCommerce developer. For those curious users who don’t want to just copy-paste the code in the function.php but want to understand what …

Read more

How to Create WooCommerce After Login Redirect to Homepage

WooCommerce After Login Redirect to Homepage

If you want the user to be redirected to homepage after login on your WooCommerce store, this is a quick guide on how to create WooCommerce After Login Redirect to Homepage.  I have recently explained how you can create WooCommerce redirect after checkout and also shared with you the ultimate WooCommerce logout redirect guide. Now I want to show you how to quickly  add WooCommerce after login redirect to homepage snippet that will work seamlessly with your WooCommerce theme. WooCommerce After Login Redirect to Homepage …

Read more