Since I’ve started buying Pentax and Yashica-things I’vre realized that there are Pentaxforums (and now a Takumar-forum) but no specific forum for us interested in Yashicas.
So I bought the domain www.yashicaforum.com and have installed a forum-application. Eventhough it’s basic functionality at the moment and has to be filled with interesting information and discussions, I hope you will help me – welcome as new member, and feel free to come with suggestions about the site! :)


Hello. This is kind of an “unconventional” question , but have other visitors asked you how get the menu bar to look like you’ve got it? I also have a blog and am really looking to alter around the theme, however am scared to death to mess with it for fear of the search engines punishing me. I am very new to all of this …so i am just not positive exactly how to try to to it all yet. I’ll just keep working on it one day at a time Thanks for any help you can offer here.
You can do it in different ways – create a menu which lists the pages you create in wordpress (use wp_list_pages function), or write them as HTML-links in your theme.
I’ve added mine in the header.php file and styled it with the style.css I use HTML ul and li tags to seperate the links.
There’s many things you can do if you learn the WordPress Template tags, you can find them in the Codex (Documentation) at WordPress.org To get it this way you need to do some coding. Good luck :)