Overview: In this tutorial I'll explain how you can list posts under a category on a WordPress page with the same name as that of the category. We will use Custom Page Templates to achieve …
How to save WooCommerce custom checkout fields with the wordpress user meta
Overview: In a previous post - How to reconfigure and rearrange WooCommerce checkout fields – Part 1, I explained the process of creating custom fields that can be used on the WooCommerce checkout …
Continue Reading about How to save WooCommerce custom checkout fields with the wordpress user meta →
How to reconfigure and rearrange WooCommerce checkout fields – Part 2
Rearranging WooCommerce Checkout Fields To rearrange the woocommerce checkout fields which include any custom fields we will need to override form-billing.php by copying it out from the …
Continue Reading about How to reconfigure and rearrange WooCommerce checkout fields – Part 2 →
How to reconfigure and rearrange WooCommerce checkout fields – Part 1
In this tutorial I'll talk about reordering WooCommerce checkout fields using php which also include custom WooComerce fields. The solution had worked for me for WooCommerce 2.x and works on the …
Continue Reading about How to reconfigure and rearrange WooCommerce checkout fields – Part 1 →
Using ACF – Bidirectional Relationships to show linked Custom Post Type in Posts – Part 2
Overview In Part 1 we created a bidirectional relationship between a Custom Post Type - Videos and a Post and also between Videos and another Custom Post Type -Events. So eventually a post …
Using ACF – Bidirectional Relationships to show linked Custom Post Type in Posts – Part 1
Overview This tutorial will cover the concept of bidirectional relationships using ACF to link a Custom Post Type and a Post in WordPress. We will then display additional information under a post (or …