[WP Review Pro] Disable Reviews For a Specific Post Type

Looking for a way to disable reviews for a specific post type? Not sure why My Theme Shop has not added the ability to do this from the WP Review Pro plugin’s UI. There is a way to get this done with a simple snippets. In WP Review Pro, to […]

Remove Jetpack Install Banner From WordPress Dashboard

Remove Jetpack Install Banner Have you been annoyed by that thirsty banner that Jetpack keeps throwing at the top of your dashboard and plugin page? Me too. It drives me crazy when I login to my client’s websites and they’re overrun by upgrade banners. It’s one of the worst parts […]

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 […]

Animate.css & Fullscreen Videos

You may have run into an issue, specifically in Google Chrome where your screen videos aren’t truly fullscreen. Things like other elements from your site are on top of the player while in full-screen mode. Essentially, any element with a position relative and set z-index. Surprisingly, the culprit is the […]

Camera made from Pure CSS

Cool retro style camera made purely with HTML and CSS.

jQuery: How To Target Image By src

In most cases, you’ll have various options available to you for targeting an image, but if for some reason you have no other way of getting to an image, and you have access to the header data information then you can use some jQuery magic. Below is the one line […]

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 […]