i want to show titles of latest posts of a certain taxonomy term only as a list in the sidebar on front page. HOW?

Comments

zottmann’s picture

Hi!

You could use a list type view, providing block, showing only the title of the nodes, and using the taxonomy term as a filter. Then, just place this block on your page.

Regards,
Carlos.

brollo’s picture

I am trying to do the same but I want the LATEST X nodes of a certain type and of a certain taxonomy.

How do I specify the filter to pick out the LATEST ones??

I cant really figure it out

Thanks

zottmann’s picture

Hi!

You should use the filters when constructing the view, and filter only the taxonomy and types you want.
Then, on the sort criteria of your view, chose the creation or the updating time of the nodes in descending order, and set your block to display just the number of nodes that you want.

Hope this helps!

brollo’s picture

thanks, was a sorting issue