I am a complete beginner to Wesitebaker. I started a site with Landzilla template, I only modifyed to be three columns and have a div named Nav rigth that includes links to news. I also have an image on the top of this section but the image only appears in the home page, actually, it only appears in the top page. I would like that image to appear in all pages, as the news on the nav right do. Can some one please tell me what I did wrong? I really appreciate your comments.....Thanks, Berta
The code I have in the index page is the following:
<div id="navi_right">
<a target="_blank" href="
http://www.yapikrediemeklilik.com">
<img width="200" vspace="0" height="335" src="images/logos-all200.jpg">
</a>
<?php display_news_items(0, 5, 50, 2, "The latest news", "show full news text", "uups, no news available", false); ?>
<?php page_content(2); ?>
</div>