okay I have been through the directions on this thread at least 20 times and the method discussed does not work for me.
but I figured out a different hack that works.
Each category has an ID as well as a slug….I run wordpress on some other sites so I ‘hovered’ over a couple of categories to see how they were linked. They don’t use a slug at all, they use a category id.
In my case it was category id=2 so I figured that would get me to the proper ‘archive’ page just as well.
So if the all entries method doesn’t work try this….
go to the header and locate the following code line [hint: It’s 41] and it looks like this…
“/category/all-entries” title=”View all photos on this blog”>Archives |
go ahead and create your new category. category 1 is taken as ‘uncatagorized’ so category 2 will be the next category. Go ahead and name it whatever you want and feel free to ignore the ‘slug’ just remember the number.
then replace /category/all-entries” with /?cat=2″
replace line 41 with this line:
/?cat=2″ title=”View all photos on this blog”>Archives |
That worked for me. I can’t say if my method will be as serch engine friendly as Khun Thitipan’s but it got me up and running.
I’m glad I got this working as this is a kick ass theme. props to Thitipan.
hope this helps…