Details Wordpress Version: 3.4 Theme Deadline Version 1.2 Site URL: http://www.littlenomads.com
Plugin being used to create the Custom Posts Types
- "http://wp-types.com/home/types-manage-post-types-taxonomy-and-custom-fields/"
- "http://wordpress.org/extend/plugins/custom-post-template/"
Problem: I have created a custom post type called "Accommodation" which is working fine. However I can't seem to get the custom post types to show up with the categories it shares and on the home page under one of my blocks.
This piece of code works on the block, however it only pullsthe custom post type and not the other posts that are also tagged under "pictures".
$tz_recent_posts = new WP_Query(); $tz_recent_posts->query('offset=1&post_type=Accommodation,page,post&caller_get_posts=1&posts_per_page=' . $tz_recent_number . '');
Any assistance that anyone can provide is appreciated.