WordPress Function to Check if Current Post is a Specific Post Type

I’m not very sure how to phrase the title of this post but this a function that basically checks if the post type of the current post or of a given post matches the post type you have specified. I created this function to check post-type in my single.php. I had a custom post type called ...

Beginner’s Guide While Learning PHP

Is back to the classroom, as we take a look at the five ‘most’ basic tips that will help you in your PHP lessons. Hypertext Preprocessor or PHP is one of the most commonly used programming languages on the web, PHP is a valuable skill for any young developers to posses. Most popular ...