Ola Victor,
Tnx soo much for this friendly and great work.
Very much appreciated, just love the simplicity.
It took me also a bit to find out and but can imagine you cant just write a whole book on how2 install and configure, and try to capture all the read between the lines and interpretations for everyone.
So thanx for this forum and all its posts to sort thinks out.
I tried all options to get the About and Contact working described in this forum and finally got it.
What I did wrong was, I didnt leave the Contact and About page on the Default template. (I changed it myself to About/Contact template and then the headers were empty in the preview aka no style)
Plus the links didnt work.. obviously.
So my steps in order to get it going was:
1.Follow all code swaps n things from WPESP site. YAY
2. Create also a Contact page in pages and leave the template on default, 'About' was already there.
Hover over preview or click to see the page ID. Then in footer,header and index change the ('about') to your ID number (2) and change the /about.php in the same line to /?page_id=2 (as 2 was my id for about).
I did only the first 'about' in index.php and left the TEMPLATEPATH . '/about.php' untouched.
Do the same obviously for all Contact ID's.
3. Create the Contact page according to 'revolutionfrance' post.
Hope this helps
/me now on to styling - Happy camper!
PS. Little tweaks I did also.
Embedded category view in portfolio_panel.php under title, in info section, and under sidebar in work.php
<?php the_category(',') ?> wrapped in <h4>
Then added home link under next and previous links win work.php
<li><a href="<?php echo get_option('home'); ?>">HOME</a></li>
If you like.