Support

Account

Home Forums General Issues loop "category_name" from radio buttons custom field

Unread

loop "category_name" from radio buttons custom field

  • i have this loop to query by radio button “category_name”:

    $wp_query->query('posts_per_page=3&category_name='.implode (',',get_field('news_category'))); ?>

    it works with checkboxes but not with radio buttons. how can i make it working with radio buttons?

Viewing 1 post (of 1 total)

The topic ‘loop "category_name" from radio buttons custom field’ is closed to new replies.