How to Expire an Advanced Custom Fields Field
Expiring an advanced custom field can come in handy when you have an announcement field or some other set of data that you only want to show for a certain…
Expiring an advanced custom field can come in handy when you have an announcement field or some other set of data that you only want to show for a certain…
The following snippet is for Advanced Custom Fields and will echo the field if it exists.
The following snippet will remove the annoying Metabox on your pages that Slider Revolution adds. Just add this to your functions.php and watch the metabox dissappear. /** * Remove Rev…
Here is how to get the Advanced Custom Fields Gallery type to display in the Justified Image Grid plugin. Got the original code for this from https://snippets.khromov.se/integrating-advanced-custom-field-galleries-into-existing-themes-easily/ and modified it…
Here is some code that will use the Advanced Custom Fields file field and output the filename with a link to the file as well.