Matt Jones | Multimedia Specialist

Tag: wordpress

  • Enqueue Stylesheets in a WordPress Block Theme

    Enqueue Stylesheets in a WordPress Block Theme

    Today we’re going to take a look at how to enqueue stylesheets in a WordPress block theme. My main stylesheet for a newly created custom WordPress block theme wasn’t loading after several tries and I couldn’t figure out what was going on. Every search result was just saying , “Oh, you gotta enqueue your stylesheet,…

  • Using WP_Query() to sort datetime meta_value

    Using WP_Query() to sort datetime meta_value

    Just like the title suggests, I’ve spent the last several hours struggling with meta_query to return CPTs based on some datetime picker meta_value. Let me explain my setup. I’m writing a plugin that stores data from a custom_post_type for gym classes with a handful of custom fields put into place using ACF. One of those…

  • Divi Visual Builder Not Loading

    Divi Visual Builder Not Loading

    Divi Visual Builder Not Loading… Divi Visual Builder not loading? I recently installed Divi on a new server and realized that in doing so, I strangely couldn’t access the Divi Visual Builder anymore… The Divi Visual Builder just sat there and spun forever. So upon further inspection… I open up the console to see what…

  • What is HTML?

    What is HTML?

    What is HTML? Hypertext Markup Language is the standard way to format text for use on web pages. So if you ever find yourself needing to edit a webpage or create one from scratch, this is the most basic way to display anything on a page. Basic Structure HTML is broke up into several different…