Support

Account

Home Forums General Issues Checkbox not supported

Solved

Checkbox not supported

  • Hello everyone,
    I add field option type check box, when I select one of my option its selected but when i deselect the option it not deselected in front end .
    I have add this query to my page template
    <?php $d=1; $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
    query_posts( array(‘post_type’ => ‘keynotepresentations’, ‘meta_key’ => ‘which_edition’, ‘meta_type’ => ‘”2014″‘, ‘posts_per_page’ =>’4′, ‘paged’=>$paged ) ); ?>
    Where

Viewing 1 post (of 1 total)

The topic ‘Checkbox not supported’ is closed to new replies.