Displaying a Custom Post Type Archive on the Front Page

Most developers use a custom page template if they need to display a custom post types on the front/home page. This is fairly easy to do using a new WP_QUERY: However, WordPress still treats this as a page rather than archive, which can be problematic if you have specific styles or scripts that only load … Continue reading Displaying a Custom Post Type Archive on the Front Page