Skip to content

list of posts by select #187

@persianlionn

Description

@persianlionn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions