Ultimate Member Not Showing Users in Member Directory
Recently we ran into an issue with the Ultimate Member plugin on WordPress where our imported members were not showing up on the Member Directory pages. Doing some Google searching…
Recently we ran into an issue with the Ultimate Member plugin on WordPress where our imported members were not showing up on the Member Directory pages. Doing some Google searching…
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.