The WordPress Loop is the code that displays content on a website. The loop can be used to display blog posts or other types of work depending on what you need it for, and will usually start from the beginning until there are no more entries left. WordPress’s Loop is a versatile and complex function […]
ACF Take the contents of a text area, de-dupe, remove blanks and sort list.
If you have a list of companies, materials, names or any list which one you constantly updating. This simple function will help you remove duplicates and remove blanks and sort list in alphabetical order. text_list name of your ACF Text Area field. ACF New Lines set to Automatically add paragraphs. /** * Take the contents […]
Advance custom Fields bxSlider full middle image and a half left and right images
Beautiful and simple bxSlider full middle image and a half left and right images. To make it easier for a customer to use I added Advance custom Fields. […]
Hide the ACF menu and show for a specific user only
When delivering a website to a client, it may be beneficial to hide the Advanced Custom Fields menu item. This will prevent your client from changing/deleting fields and will keep the website running smoothly. […]