Author: Taylor Drayson

  • Dynamic Currency Switcher for ACF

    Dynamic Currency Switcher for ACF

    I was asked by a friend if I knew of a way to create a currency switcher with ACF since he was creating a property website, and the plugin he was trying to use wasn’t working and the developer wasn’t very helpful with his response. So I thought this would be a fun little challenge…

  • [Fix] Author Archive Page

    The Issue A known bug confirmed by the Oxygen Team is that Author Archive pages don’t work properly. If the user doesn’t have any posts attached to their account/profile, when you visit their profile URL – mydomain.com/author/{username} and are using the dynamic data → display name. It will output the first user in your website.…

  • Integrating OMDb API with WordPress and ACF/Meta Box

    Integrating OMDb API with WordPress and ACF/Meta Box

    I have wanted to connect to OMDb API for a long time. The main reason was to be used on my personal website. This idea was to be able to give a rating on movies that I have seen. This tutorial pulls the data straight into Advanced Custom Fields when you save the post.  Click here to skip…

  • How to Customize Live Search Plugin’s Results via Functionality Plugin

    How to Customize Live Search Plugin’s Results via Functionality Plugin

    I wanted a nice and easy way for users to be able to search my podcast website and have the ability to see the results in an AJAX dropdown with more than just the title of the post. I found a plugin called SearchWP Live Search. This did everything that I needed apart from being…