【发布时间】:2011-10-01 00:07:47
【问题描述】:
更新日期:2010 年 5 月 8 日
WordPress 现在添加了一项附加技术,如果帖子类型设置为分层,则可以显示自定义帖子类型中的项目。
不过,我想做的是使帖子项目在导航中选择时具有 .current_page_item 类。
有谁知道实现这个功能的功能吗?
<?php
$args = array(
'post_type'=>'testimonials',
'title_li'=> __('Testimonials')
);
wp_list_pages( $args );
?>
谢谢, 乔治
【问题讨论】:
-
愿意支付 100 美元来修复此问题,Paypal 会将其提供给第一个提供有效解决方案的人!
标签: wordpress wordpress-theming custom-post-type