Archive for May 2018
Adding a Geo based Conditional
Using Toolbox it is very easy to add any kind of filter. A location-based filter for instance is very easy to add. You will need to install a plugin like GeoIP Detectection from the WordPress Repository. When you’ve done so, you can add the following code to your functions.php or into your own plugin. [pastacode lang=”php”…
Read MoreAdding a repeater Accordion module
Ever wondered if it was possible to add an ACF Repeater as the source for – for example – an Accordion module? Well.. you can. Here’s how: There are a few things you need to do in preparation: Set up the a repeater-field with it’s subfields on the page, post or CPT Add a connections…
Read More