Does any one have a php code snippet which can create a block that can display certain number of latest posts that belong to a particular taxonomy term id.

This is for V6.x

Comments

WorldFallz’s picture

A quick scan of the PHP Block Snippets page yields: Display latest X nodes from a taxonomy terms set. I don't see anything particularly d5 specific, give it a shot and see what happens.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

pmomidi’s picture

I tried the script available on the specified URL, but my V6.x drupal site dies when I add that block. Looks like it is not suitable for V6.x environment. Do you know what modifications we need to do to run it on V6.x ?