Outputting the First or Last Repeater Row in ACF to a Widget in WordPress
This guide follows on from a previous one using ACF Pro repeater field group to output rows of Testimonials on a WordPress page instead of using a custom post type single/archive structure. What I wanted to also show is how you can take one of these testimonial data rows and display it in a widget…
Read MoreGet PHP and Shortcode to Work in WordPress Widgets
Getting PHP Working in Widgets By default any PHP code won’t execute in WordPress widgets or sidebars, you can probably get by with a plugin but you can also add a function in your themes function.php file to allow PHP to run, what you need to declare is a custom function and filter. //Allow PHP to…
Read MoreHow to Change the Footer Appearance in Thesis 1.8 WordPress Theme
To change the footer element in Thesis 1.8 theme for WordPress you need to take care of a couple of things, there are two links in the footer that need to be removed, custom CSS and HTML then need to be added to complete the process. (a) First up is to enable the custom directory…
Read More