Hi all,
I am building a website in which the front page displays a static page. Since begining I had some problems to separate home page from blog. To do it right, I erased the following paragraph from header.php:
<li class="<?php if (is_home()) { echo "current_page_item"; } ?>"><a
href="<?php echo get_settings('home'); ?>">Home
Well, all was OK until I tried to publish my first post. 1) the blog only show me 55 words, 2) when I make "click" in the permalink, the post has a diferent content in the sidebar.
What is wrong? Whatever help it will welcome!
You can see it at http://031b60a.netsolhost.com/WordPress/blog-2
Saludos desde Argentina
Jorge