Hi,
Not sure if I have the terminology down on this, since I can't find the answer in this forum by searching.
My client wants to have her customers be able to search her site's photos via colors and themes, across galleries. When I upload a bunch of photos to a gallery I see no way to tag them individually. I put some descriptive terms in the description section for each image but the search doesn't pick up that (just says "no posts match" the search term). Any ideas of how to handle this?
(Closest I came to finding info on this on this forum was this bit of info:
Hey, to add tags support for portfolio items open up upscale\includes\admin\register-portfolio.php and replace:
'show_in_nav_menus'=> false,
with:
'show_in_nav_menus'=> false,
'taxonomies'=> array('post_tag'),
but I couldn't find upscale\includes\admin\register-portfolio.php anywhere.)














