Check out this list of tips for wordpress template developers:

http://www.smashingmagazine.com/2009/11/25/advanced-power-tips-for-wordpress-template-developers/#more-19108
Check out this list of tips for wordpress template developers:

http://www.smashingmagazine.com/2009/11/25/advanced-power-tips-for-wordpress-template-developers/#more-19108
Ok, I already described two ways to implement a traditional website style navigation with multiple levels:
To download WP Menubar, please visit the WordPress Plugin Directory.
To preview a Menubar template, you can visit the WP Menubar demo site.
menubar-templates (the one I use here is wpm-Suckerfish.zip)
documentation
There is a “Category Page” plug-in that gives your category content page features.
This plugin will let you setup connection between pages and categories, in order to display the page content like a “header” for your category archive (theme tweak required). By popular demand, version 2.5 also ships with a shortcode like [catlist] that allows to display a list of posts from a certain category inside a post or a page.
WordPress lægger op til at man bruger systemet fortrinsvis som blog og giver udover blogindlæg, mulighed for at oprette en række statiske sider: pages. ønsker man at basere et egentligt website på wordpress, finder man dog hurtigt ud af at man gerne vil have den klassiske blog feature til at optræde på de statiste sider også. Man kan løse problemet ved at lave en menu af Categories istedet for Pages. Men så har man ‘sider’ der KUN er blog posts. Vil man have det hele: Mulighed for at layoute en statisk side, med blog postings i bunden fx. er man nødt til at installere et plug-in som den gode Aral Balkan har lavet – gammel Flash gut:
Hent Aral Balkans plug-in der tillader dig at have posts på en statisk side: http://aralbalkan.com/wordpress
To start creating your own wordpress theme, all you need is two files: index.html for structure and style.css for style. Takes you through cutting up your XHTML into php files, to ease your workflow, and putting it all together again in the index.php file.
Convert xhtml/css to wordpress by Drew Strojny
If you want to use wordpress as a website before a blog you’ll want your visitors to see a static page instead of the defaul list of posts. This can be achieved by using the opriongs in Settings >Reading. Here I can point to any page I would like to load first.
More tricks for the task of converting your blog to a website: WordPress as a CMS – Content Management System