WordPress: Load Custom Post Type Template from Plugin

So while developing a new plugin for restaurant website design platform, I ran into a scenario where I needed to load a custom post type template from a WordPress plugin. Reason being, is because my plugin was registering a custom post type and I needed a way to load a […]

Display Audio Attachment URL in WordPress Template

When designing the music page for my site iHipHopMusic.com, I had hit a roadblock. When users uploaded music to the site, I was using the update_post_meta function to pass the audio to a custom field so I could call the URL directly. But for some reason I didn’t want to […]