Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #163610

    Hi ,

    how I can change the filter condition for Portfolio Grid :

    from

    Display portfolio entries from Category 1 OR Category 2
    to
    Display portfolio entries from Category 1 AND Category 2

    thanks
    Denis

    • This topic was modified 11 years, 2 months ago by Denis.
    #163968

    Hello denye!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace

    
    'operator' 	=> 'IN'
    

    with

    
    'operator' 	=> 'AND'
    

    Cheers!
    Peter

    #163970

    Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘portfolio category filter’ is closed to new replies.