- This topic has 3 replies, 2 voices, and was last updated 1 year, 2 months ago by .
-
Topic
-
Hello, I can't get the post_type argument to work for a post field type on a settings page.
array( 'name' => __( 'Featured Event(s)', 'rwmb' ), 'id' => "event_archive_featured_events", 'type' => 'post', 'post_type'=>array('event'), 'field_type' => 'select_advanced', 'clone' => true, 'sort_clone' => true, 'max_clone' =>3, ),
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.