i want to using the taxonomy page template according to the content type? namely, the tag under content type “story” using a tpl.php, and the tag under the content page, using another tpl.php file. how should i do?thank you.
i want to using the taxonomy page template according to the content type? namely,
Share
In template.php of your theme:
Replace uppercase with your values. page-sometag1.tpl.php and page-sometag2.tpl.php files should be in your theme folder.