codestar-framework
codestar-framework copied to clipboard
list of posts by select
Can I display a list of posts in a category in Ajax when I use the select type?
array( 'id' => blog', 'title' => __( 'Category', 'csf' ), 'type' => 'select', 'options' => 'category', ), array( 'id' => 'posts', 'title' => __( 'Posts', 'csf' ), 'type' => 'checkbox', 'options' => 'posts', 'query_args' => array( 'post_type' => 'post', ), ),