Your sites Log in Sign up Menu

Hide specific tags from search results

Hi, is there a way we can hide specific tagged entries showing up in search results? I tried this:

           {{#query}}
            {{^entries}}
            <p>Sorry, nothing found for “{{query}}”</p>
            {{/entries}}
          {{/query}}

          {{#entries}}
          {{^tagged.jotfeed}}
            <a href="{{url}}">{{title}}</a>
            <span class="small">{{date}}</span>
            <br />
          {{/tagged.jotfeed}}
          {{/entries}}

..and it doesn't seem to work?

Thanks! Ray


2 years ago, 1 replies   Improve this question

Would you mind emailing us a link to a page which demonstrates this issue? Your code should work for filtering posts with a given tag from a search result, and we'll take a look to work out what's going on

Answered 2 years ago · Improve this answer