How can i display a 4 diferent themplate for the archive page
It appears that the site you linked to is just using a url parameter to specify which view to serve. A simply way to accomplish this is to create four different loop templates, each employing a different layout. Using the example site, you would need the following: loop-complex.php, loop-simple.php, loop-poster.php and loop-logo.php Then your normal … Read more