QUOTE
The reason this does not work is because Template Tags are processed by the Movable Type engine before the page is created, but PHP code is processed by the browser after the page is created.
Ah! I see.
QUOTE
You could just write PHP/MySQL code to pull the entries you want straight from the database, rather than using the MTEntries tag to do it
Thanks, I will try that. I am not a PHP coder but usually quite skilled in hacking (copypasting/re-arranging) other people's scripts to fit my needs.
If someone has a link to a simple PHP script that does something similar to the above I would be grateful.
Thanks again. I really enjoy this forum. So much to learn...
x