Hey folks.
I am a little rusty and am having some issues. I want to list the titles of all the entries in a weblog on the entry pages. The issue that I am having is that I can only get the current listing to show up only in the sidebar. How can I go about including all the entry titles in the following template.
{embed="global/header/"
my_page_title="News -
{exp:weblog:entries weblog="news" limit="1" disable="trackbacks|member_data|pagination|categories"}
{title}
{/exp:weblog:entries}"}
{embed="global/nav" loc="news"}
<div id="content">
<div id="content-left">
<div class="nav-sidebar">
<h3>Articles</h3>
<p> <ul class="navlist-sidebar"><br />
{exp:weblog:entries weblog="news" disable="trackbacks" paginate="bottom" limit="10"}</p>
<p> <div class="post"><br />
{if news-post}<a href="http://{url_title_path=news/article}">{title} {entry_date format="%m/%d/%y"}</a>{/if}<br />
</div></p>
<p> {/exp:weblog:entries}<br />
</ul><br />
</div> <br />
</div></p>
<p><div id="content-right"><br />
{exp:weblog:entries weblog="news" disable="trackbacks" limit="1"}<br />
<div class="post"><br />
</p><h2>{title}</h2>
<p> By {news-author}<br />
{news-post}<br />
</div><br />
{/exp:weblog:entries}<br />
</div><br />
</div></p>
<p></div><br />
{embed="global/footer/"}