问题
I found a lot of examples to get feed by multiple tags (labels, categories), but all of them works like [tag and tag]. I mean that one - blogname.com/feeds/posts/default/-/firstlabel/secondlabel...
But I need feed by formula - [tag or tag].
Example: I have blog with tags: Flowers, Trees, Events, Animals So I want to get posts only about Flowers and Trees.
Thank you for help.
回答1:
You can use the query syntax as below:
http://yourblogname.blogspot.com/feeds/posts/default/?q=label:Flowers|label:Trees
来源:https://stackoverflow.com/questions/23515103/blogger-feed-by-label-or-label-category-or-category