7

on any blogspot blog, if you click on a label, it will do a search for you on all the blog, showing stuff tagged with that label.

is there a way to do that again? i mean to search for 2 labels. I want to see all the posts that have both labels.

is there something built in?

if not, can I do something about that on my blog? something custom?

Ash
  • 1,269
  • 3
  • 25
  • 49

4 Answers4

12

i try it too..

search it on your blog...
type "label:first_label label:second_label" without quotes...
here ex:Like my blog

hope it can help... :]

TheCloud903
  • 144
  • 1
  • 3
  • If I have three labels "a", "b" and "c" If I have to filter the posts labeled with "a" and "c" not "b" How can I do this? What if some posts label with "a" and also has label "b"? How to ignore this post? – Muhammad Saqib Mar 13 '14 at 17:27
  • 1
    This shows the posts with either label, does it not? What about showing only posts with both labels? – Dan Bergh Johnsson Sep 29 '15 at 22:12
6

this will work

<blog-URL>/search/?q=label:LABEL1|label:LABEL2
Eugene Loy
  • 12,224
  • 8
  • 53
  • 79
Vee Jarvis
  • 91
  • 1
  • 4
5

another method:

/search/label/tiger+animal%20kingdom

note:

label1 = tiger
label2 = animal kingdom (with space)

+ (plus) work as label separator
%20 (space url-entities)
anovsiradj
  • 43
  • 3
  • 9
-1

The only way readers can look for two labels is through search.You can manually search for two labels and add the link to the results...

  • But is there some advanced search option to have the search only search labels and not post content? – Jonathon Jul 01 '11 at 16:57
  • @JonathonWisnoski: That's not supported, it seems: http://code.google.com/p/gdata-issues/issues/detail?id=582 – DanMan Oct 09 '13 at 09:00