Hi everyone!
I'm trying to use Checkboxes (indexed "Name as tag") custom fields in Special Pages plugin as topics for a small news-website, supposing that certain page should show articles with specific tags. So in my search request I try to recall them as:
But it seems like I cannot use multiple tags - the search doesn work. If only one tag is listed - everything is fine.
How should I recall articles with different tags on a page?
I'm trying to use Checkboxes (indexed "Name as tag") custom fields in Special Pages plugin as topics for a small news-website, supposing that certain page should show articles with specific tags. So in my search request I try to recall them as:
Code:
<?php get_i18n_search_results(array('tags'=>'sports health food', 'DATE_FORMAT'=>'%d.%m.%Y', 'max'=>7, 'i18n'=>0, 'order'=>'created','showPaging'=>0,'HEADER'=>'')); ?>
How should I recall articles with different tags on a page?