FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

get children by tag

Feed 3 posts, 3 voices

Avatar
4 posts

Hi everyone!

figuring out the blog-features of frog i came to an issue i couldn’t find in the docs:

what would be the best way to get the blog-entries by a specific tag?

i’m thinking about something like:

$this->children(array('limit' => 5, WHERE TAGS INCLUDE 'my tag'));
 
Avatar
1493 posts

Hi 7:11 – you should used the Tagger Plugin for this. Does all the work for you.

 
Avatar
4 posts

hi david, thanks for your quick reply.

i already had a look an tagger and installed it.
as far as i can see i can use tagger to write a list of tags or draw a tag cloud and set up a special page to display all articles by one tag.

what i was trying to do is a news-page with different blocks, each showing the newest article of one tag on one single page.

can this be done with tagger?

 
Avatar
1 posts

i was wondering if there are any news on this?
i also want to render a page with all articles that have a certain tag on it…