分类类别类别.php不起作用

时间:2013-10-08 作者:Storm3y

我已经创建了自定义的帖子类型、分类法和类别。查看类别时,它似乎在使用索引。php并忽略WordPress模板层次结构。

任何想法为什么分类。php,类别-{id}。php等不适用于自定义帖子类型类别,但适用于常规帖子?

谢谢

add_action(\'init\', \'collegestampede_register\');

function collegestampede_register() {

    $labels = array(
        \'name\' => \'College Stampede\', \'post type general name\',
        \'singular_name\' => \'Member\', \'post type singular name\',
        \'add_new\' => \'Add New\', \'stampede item\',
        \'add_new_item\' => \'Add New Member\',
        \'edit_item\' => \'Edit Member\',
        \'new_item\' => \'New Member\',
        \'view_item\' => \'View Member\',
        \'search_items\' => \'Search Member\',
        \'not_found\' => \'Nothing found\',
        \'not_found_in_trash\' => \'Nothing found in Trash\',
        \'parent_item_colon\' => \'\'
    );

    $args = array(
        \'labels\' => $labels,
        \'public\' => true,
        \'publicly_queryable\' => true,
        \'show_ui\' => true,
        \'query_var\' => true,
        \'menu_icon\' => get_stylesheet_directory_uri() . \'/article16.png\',
        \'rewrite\' => true,
        \'capability_type\' => \'post\',
        \'hierarchical\' => false,
        \'has_archive\' => true,
        \'menu_position\' => null,
        \'supports\' => array(\'title\',\'editor\',\'thumbnail\',\'excerpt\',)

      ); 

    register_post_type( \'stampedemember\' , $args );

register_taxonomy("Location", array("stampedemember"), array("hierarchical" => true, "label" => "Location", "singular_label" => "Location", "rewrite" => true));

1 个回复
SO网友:Chip Bennett

对于名为Location (请注意,您可能对大写的slug有疑问),per the Template Hierarchy, 分类法存档索引模板文件为taxonomy-{taxonomy}.php, 或taxonomy-Location.php (注:大写)。

结束

相关推荐

修改Precision_Posts链接以使用AJAX

我正在编辑wp-includes/link-template.php 文件,并希望使用Ajax将帖子加载到我的ID中#box-right. 我知道有很多插件可以使用,但我使用自己的HTML和CSS布局,包括帖子(没有将我的网站与WordPress集成)。我正在使用AJAX加载网站中某些DIV中的内容,我需要更改以下代码以将帖子加载到我的box right DIV中。return \'<a href=\"\' . previous_posts( false ) . \"\\\" $attr>\"