此代码位于functions.php
:
array( "name" => "Headline",
"type" => "section"),
array( "type" => "open"),
array( "name" => "Headline Categories",
"desc" => "Choose a category from which featured posts are drawn",
"id" => $shortname."_headline",
"type" => "select",
"options" => $wp_getcat,
"std" => "Select a category"),
array( "type" => "close"),
现在,如何在“类别选择”上显示帖子
page.php
还是页面模板?