i have a dropdown menu already with categories in it (just a snippet so you can see what i'm referring to):
CODE
<MTArchiveList archive_type="Category">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$> -
(<$MTArchiveCount$>)</option>
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$> -
(<$MTArchiveCount$>)</option>
the problem i'm having is that <$MTArchiveLink$> takes me to the archive page that lists all of the entries for that category. i understand this is what the tag is meant to do, but unfortunately that's not what i want - i want it to take me to the last entry (i.e. the individual archive page) in that selected category.
i have tried looking through the template tags and couldn't find what i wanted. i have also gone crazy trying to find an answer by searching in this forum - am i complete moron (feeling like it at the moment) or is it impossible to search for more than one word in postings without the search engine thinking there's an invisible AND in there?
anyway, back to my original problem...i'm quite happy to use a php solution if it's needed, or maybe there's a plug-in for a last in category tag?
please let me know if i am making no sense in my questioning.
thank you!!!