I’m digging through the wiki and docs to see if this is possible, but maybe one of you might be able to point me in the right direction… Right now I have a top-level nav that links to the “projects” weblog as so:
<a href="{path={my_template_group}/projects}" title="Projects">projectsIs there an easy way for that link to go directly to the first entry in that weblog instead of the weblog as a whole? Similar to this:
<a href="{path={my_template_group}/projects/first_entry}" title="Projects">projectsI guess I could just run a weblog:entries and get the first but I wasn’t sure if there was a quicker method to do it…