Listing in more than one category option.
I found this information in a previous post and wanted to start it fresh as the other one had a heated exchange happening...
Originally Posted by carlos takemura View Post
I've looked through the settings but cannot see any provision to change category selection to checkboxes.
However, when I add a new category in the listing screen it appears as a pre-checked checkbox. But when I update the listing the checkbox turns into a radio button and obviously I can't add the listing to several categories.
In the listing screen the category meta box show radio button selection type in the 'All Categories' tab, but in the 'Most Used' tab they appear as checkboxes.
Just did a test ... you can get the checkboxes back by uncommenting line 1 in includes/admin/listing-single.php
// add_action( 'wp_terms_checklist_args', 'va_category_checklist', 10, 2 );
(just put two // at the beginning)
I wanted to ask please - where exactly is the in includes/admin/listing-single.php ? I found in the editor the file listing-single, but not the code referred to in this post.
This is a great theme and people will often want changes and tweeks, but it is appreciated to find a nice clean theme that is not overpriced or awkward. Thanks.