hmmz, i found this and it works:
For the static Blog Page
< ?php if (is_home()) { ?>
CONTENT GOES HERE
< ?php } ?>
For Single Pages
< ?php if (is_page(about)) { ?>
CONTENT GOES HERE
< ?php } ?>
http://www.michielvanaalst.nl/traveling/
I added a button but if you press on it, to button is not mared like it is with the other buttons when youre looking in that site.
If you press on it, the blog button is still highlighted
Ahhh tnx, its working
do you also known how you can add menu buttons withouth edittig the php code ?
I want to make a link like he did with google maps