existentialmoo
Nov 12 2003, 09:23 PM
I have a recipe blog. I'd like to set up a page which lists all the recipe categories, (main dishes, fruits,etc) with a link to the recipe. That part is easy. I wonder if there is a way to make the link go to the individual entry archive rather than the category archive since its more convenient to have each recipe only seen on its separate page. Any ideas?
TweezerMan
Nov 13 2003, 02:49 AM
Could you use the "archive_type" attribute to make the link go to your individual archives like this:
CODE
<$MTEntryPermalink archive_type="Individual"$>
existentialmoo
Nov 13 2003, 08:08 AM
Thank you! that works nicely