is there a way to show the posts like this: link

(go to "Om videomarathon" and then click "jury"

I need to show the posts as a navigation with the only the content changing and the navigation being fixed. (like on this page) Thanks.

link|improve this question

56% accept rate
feedback

1 Answer

Any form of "tabbed" javascript would do that providing you have appropriate markup in the post itself. All you would be doing is hiding everything except the year you want to view.

jQuery would be one fairly easy way of implementing it (you may be loading jQuery on the page anyway). jQuery Tabs Demo

link|improve this answer
I figured it out by playing around with single.php pages etc. Thanks anyway :-) – Sabine Quardon Feb 20 at 13:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.