PDA

View Full Version : Archive/category


Hedin
06-20-2006, 12:10 PM
Hi!
I have created an category named "Favourites". In my mainpage I have
a link to monthly archives. On that page I have links to "All months" and month by month. I want to have a link to my "Favourites" category there too. Or else from the mainpage. Maybe preferebly from the mainpage..?
How do I do that?
I have searched me blind on the forum for this.
Please help me.

My blog:
http://www.hedinmedia.com

blinking8s
06-20-2006, 05:51 PM
For having favorites always visible on a specific page...this is what you need to do

you make a link, and you have to know what category id Favourites is.

So say I have added a category favorites, and in the database it is id 4 (you will see this id # in the link if you can get to your favourites category) so then I make a link called 'favorites' in the template, and for the URL i put http://blogurlhere.com/index.php?x=browse&category=4

index.php?x=browse&category=4 is the path to your 'favourites'

make sense?

Hedin
06-20-2006, 06:32 PM
Thanks blinking8s!
I will try that.