Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Faruk Garic

    (@styx)

    This is my code:

    https://pastebin.com/aQqv8vB4

    I get just one category in select box. I need help ??

    Tnx

    Thread Starter Faruk Garic

    (@styx)

    I find solution:

    $options[] = array(
          'name' => __('Music live section', 'options_check'),
          'desc' => __('Choose category for music live section.', 'options_check'),
          'id' => 'music_section',
          'std' => 'three',
          'type' => 'select',
          'class' => 'mini',
          'options' => $options_categories
        );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Listing categories in Options framework backend?’ is closed to new replies.