Jump to Main Content
Capabilities
Front-end Development
CRO Web Design
Speed Optimization
Competency
Portfolio
Blog
About
Contact
Search
WordPress
Escape Fields in ACF
Sometimes you want to prevent users, either on the backend or frontend from inputting JS, HTML and other things that may cause problems into you custo
…
Read more
Remove admin menu items from WordPress
Add and alter the highlighted items to whatever admin pages you want to hide. This removes them for all users. For more flexibility and less coding, u
…
Read more
Create an Options Page (ACF 5+)
To create an options page in WordPress using Advanced Custom Fields use this code and alter the highlighted as needed: add_action( 'admin_menu', 'add_
…
Read more
Conditional Statement: if the children of this parent page
Sometimes all you want to do is write a statement for every child of a particular parent page. Instead of listing all the ID for each child page in
…
Read more
ACF repeater field code
Here’s the Advanced Custom Field code for a repeater field: <?php if( have_rows('slider') ): ?> <?php // stuff before repeater ?> &l
…
Read more
1
2
3
Capabilities
Front-end Development
CRO Web Design
Speed Optimization
Competency
Portfolio
Blog
About
Contact