« Go back to Trixinity.net
Custom Archives
If you have wordpress and you want to make a seperate page for all your categories and months of blogging, then I'm going to show you an easy way to do that. I'll supply you with everything you need.
rename that file to archives.php and open it up in your ftp program (upload it to /wp-content/themes/yourtheme). Once you open it up you can edit the header and footer parts to your liking and leave the rest.
Now the categories and months will have ugly ul dots on the side of them... even if you remove
so if you want to get rid of those dots then add this to your style.css page.
.ul li {
list-style-type:none;
margin: 0px;
padding: 0px;
Then your done and you can view your archives page. Just go to http://yoursite.com/wp-content/themes/yourtheme/archives.php and you should be good to go. Have fun. Tutorial written by me, please don't copy/steal this and put it on your site.

Back to Tutorials •
Home •
Help •
Contact •
Privacy •
© Copyright 2008. Nicky - Trixinity.net. All Rights Reserved.