I have this following weblog structure:
My First Weblog
1. Category 1
2. Category 2
3. Category 3
The Category is created dynamically, means that the administrator will create the new category when the several new posts/entries are created.
I have been searching this forum and the document ( but I maybe missed something ) most of the tag to display entry from specific category are always shown in template like this :
{exp:weblog:entries weblog="My First Weblog" category="3" limit="1" dynamic="off"}
{body}
{/exp:weblog:entries}
Now here’s my question:
How can I show an entry randomly only from the latest category that’s been created dynamically without having to go to the template and change the category tag (category_id)?
Thanks a lot for reply.
