WPSF Docs
  • Introduction
  • Overview
    • Introduction
  • Installation
    • Installation
    • Standard Configure
    • Override Configure
  • Options
    • Text
    • Textarea
    • Checkbox
      • Checkbox with Pages
      • Checkbox with Post
      • Checkbox with Categories
      • Checkbox with Tags
      • checkbox with CPT Categories
      • checkbox with CPT Posts
      • checkbox with CPT Tags
      • Checkbox with icheck
    • Radio
      • Radiobox Options
      • Radiobox with icheck
    • Select
      • Select with chosen script
      • Select with Select2 script
      • Select with Pages
      • Select with Posts
      • Select with Categories
      • Select with Tags
      • Select with CPT
      • Select with CPT Tags
      • Select with CPT Categories
    • Switcher
      • Switcher with Dependency
    • Number
    • Icon
    • Group
    • Upload
    • Background
    • Color Picker
    • Image Select
    • Typography
    • Backup
    • Heading
    • Wysiwyg
    • Image
    • Gallery
    • Sorter
    • Fieldset
    • Notice
    • Extendable
    • Accordion
    • Color Scheme
    • Content
    • Css Builder
    • Hidden
    • Image Size
    • Links
    • Typography Advanced
    • Tabs
  • Config
    • Framework Configure
    • Metabox Configure
    • Taxonomy Configure
    • Shortcode Configure
    • Customize Configure
  • Hooks
    • Configuration
      • Filterable Configure
    • Filter Reference
    • Action Reference
  • FAQ
    • How to Add New Field
    • How to Use Attributes
    • How to Use Dependency
    • How to create Customizer Live Preview
  • Credits
    • Credits
Powered by GitBook
On this page
  • CHECKBOX WITH POSTS
  • Demo
  1. Options
  2. Checkbox

Checkbox with Post

CHECKBOX WITH POSTS

Checkbox with default wordpress posts learn more query_args

Demo

array(
  'id'             => 'unique_option_307',
  'type'           => 'checkbox',
  'title'          => 'Checkbox for Posts',
  'options'        => 'posts',
  'query_args'     => array(
    'orderby'      => 'post_date',
    'order'        => 'DESC',
  ),
),
PreviousCheckbox with PagesNextCheckbox with Categories

Last updated 7 years ago