All Topics
Unable to sort or filter Piklist custom field
Hi there
We have created a custom field called “Featured” which is a single choice checkbox. Details below.
piklist('field', array(
'type' => 'checkbox',
'field' => 'post_featured',
'label' => '',
'choices' => array(
'featured' => 'Feature this post'
)
));
I purchased this plugin to specifically enable our editors to sort and/or filter posts by whether they are ‘featured’ or not as we have 2,000+ posts.
When I select True/False field type, the featured posts display with a tick/check and unfeatured posts display with a cross (x).
However, I am unable to sort or filter to display just the ticks/featured. Can you please advise the best way to achieve this?
Thanks
Jen
You must be logged in to reply to this topic.