Too many categories – Multiple check boxes?
-
Hi everyone, this topic might seem weird or have a simple answer. Not sure. As of right now, I custom built my theme and functionality to thrive off of categories. For instance, if a building is a School, I have a code that says
<?php if ( in_category( 'School' )) { ?> • <a href="https://abandonedok.com/class/school/">School</a> <?php } ?>
or it it was built in 1902 it would be
<?php if ( in_category( '1900s-built' )) { ?> <a • href="https://abandonedok.com/year-built/1800s-built/"><?php echo $data[ 'yearbuilt' ]; ?></a> <?php } ?>
I have no issue with the codes and there functionality, but there are A LOT of Categories, including cities, photographers and other misc. It just kinda sucks that we have to scroll endlessly to find each category we want to add it to.
It there a way to organize the different “parent categories” in the meta section? A plug-in? Perhaps custom fields or some other option? I’ve resorted to the search function, but still it can be tedious.
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Too many categories – Multiple check boxes?’ is closed to new replies.