codestar-framework icon indicating copy to clipboard operation
codestar-framework copied to clipboard

list of posts by select

Open persianlionn opened this issue 1 year ago • 0 comments

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', ), ),

persianlionn avatar Apr 15 '24 06:04 persianlionn