Title: create a filter panel using custom fields
Last modified: August 20, 2016

---

# create a filter panel using custom fields

 *  [chaloum](https://wordpress.org/support/users/chaloum/)
 * (@chaloum)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/create-a-filter-panel-using-custom-fields/)
 * I’m wantint the add a list of checkboxes to the top of a template (archive) and
   I want the checkboxes to align this the custom fields
 * so I might have a field called isbn so I want a checkbox called ISBN.
 * is there a way like this
 *     ```
       <?php wp_get_archives(array(
   
       				'type'    => 'crc_id',
       				'format'  => 'option'
   
       			)); ?>
       ```
   
 * but where I can just get the specific field/s
 *     ```
       <?php get_fields(array(
   
       				'type'    => 'isbn',
       				'format'  => 'option'
   
       			)); ?>
       ```
   
 * [http://wordpress.org/extend/plugins/advanced-custom-fields/](http://wordpress.org/extend/plugins/advanced-custom-fields/)

The topic ‘create a filter panel using custom fields’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [chaloum](https://wordpress.org/support/users/chaloum/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/create-a-filter-panel-using-custom-fields/)
 * Status: not resolved