How to show post from category select
Question
This code is in my 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"),
Now, how to show posts from category select on page.php
or page template?
0
categories, theme-development
9 years
2014-01-27T20:42:00-05:00
2014-01-27T20:42:00-05:00 0 Answers
49 views
0
Leave an answer