i have a blog that is ‘skinnable’. in my primary skin, everything works dandy! due to some of the different code i need to have multiple pages for things that won’t ‘skin’ properly. for example, my comment and permalink lead to a template called ‘individual’. in my holiday skin i use ‘individual2’ to get it to look right, since the original ‘individual’ doesn’t look right with the holiday skin.
so i am trying to do a ‘tag2’ page for the same reason. ‘tag1’ works fine. a click of a displayed tag takes you to all the posts with that tag. i cannot get my ‘tag2’ to display the entries.
anyone patient enough to take a peek at the templates to tell me what i am doing wrong? both use :
{exp:tag:entries weblog="weblog1" orderby="entry_date" sort="desc" limit="20"}
<stuff>
{body}
<other stuff>
{/exp:tag:entries}
somehow i am convinced i am missing something simple…
thanks!
