What do you mean by the “home” page, it works fine here.
As for the “//” next to the tag, you can probably remove them in the theme’s /index.php and /single.php file, look for postmetadata, and “//” on top of the page (and bottom as well), that’s the default behavior of the theme that you are using.
http://antbag.com/demo/index.php?wptheme=Darkwater+2-Column
It’s odd because you have only one post, if you have more than one post, it should display a link going to the previous post (but still won’t have a link on the very first post).
I mean that if you click on the “about” page, there is no “gome” page link.
Normally you will go to Manage -> Links to add your link.
sacredpath
(@sacredpath)
Automattic Happiness Engineer
@thefireguy
In the theme you are using, the blog title (at the top) is a link back to your home page.
okay. I’ve figured out the whole navigation thing. My only question is how do I change the words “blog roll” to whatever I want?
Manage – Link Categories and clicking on its name it opens for editing.
And also, how do i remove the second column, and get rid of the RSS feed link?
You’ll need to edit your theme’s files if you want to do that. You can read up on it in the documentation, Using Themes.
Thank you for the replies. I’ve figured out how to do it.
one last question than I’m all done(I promise)
I wrote an excpert for my longer post, yet it doesn’t show it on the site..Instead it displays the entire post…any idea why or how I change that?
The answer is almost the same as the one clicknathan gave you above. What is displayed on your blog depends on the Template_Tags used in your template files.
the_content displays the whole post
the_excerpt displays the excerpt
Another option is to insert the “more” tag when writing a post, to break the text.
ah thank you. I’ll look for that script.