DetailsWordpress版本:3.4主题截止日期版本1.2站点URL:littlenomads
用于创建自定义帖子类型的插件
1.Types Plugin – Custom Post Types, Taxonomies and Custom Fields 2.Custom Post Template
Problem: 我已经创建了一个名为“住宿”的自定义帖子类型,它运行良好。然而,我似乎无法让自定义帖子类型与它共享的类别一起显示在主页上我的一个块下。
这段代码可以在块上工作,但是它只提取自定义的帖子类型,而不提取在“图片”下标记的其他帖子。
$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 . \'\');
感谢任何人提供的任何帮助。