Advanced Custom Fields Get Select Label
Here is how to get the select label in an advanced custom fields output. Change "Type" to the field name and you are good to go.
Change the Number of Related Products in Woocommerce
The following bit of code will change the number of related products that are displayed on a Woocommerce single product page. Add this to your functions.php file. /* Woocommerce change…
Add Gravity Forms Placeholder Text
The following code placed in functions.php will add placeholder text to your gravity forms: // Gravity Forms Placeholder Text ------------------------------- /* Add a custom field to the field editor (See…
Advanced Custom Fields Options If Statement
This is an if statement for ACF options page. Only show this content if the field exists