Problem with filter (solution)
-
Hi there,
I read that many had problem with the filter not working when a category is pressed, except for the “All” option. What worked for me was to alter
all 4 linesif(!empty($terms) && is_wp_error( $terms ))
with this
if(!empty($terms) && !is_wp_error( $terms ))
in file rio-portfolio.php
Now everything working perfectly.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Problem with filter (solution)’ is closed to new replies.