Hi, I’m a complete newbie at ee. Your help is appreciated.
On my “experimentation” site….
I’ve got 6 “entries” - when I click on one I want the latest entries at the bottom of the page.
Currently only the one that I’m viewing is listed. How do I get the complete list?
http://charcoalonline.com.au/index.php/penciltemplategroup/post-six
Like on the bottom of this page: http://charcoalonline.com.au/index.php/penciltemplategroup
The code used is:
<ul>
{exp:channel:entries channel="pencil" limit="10"}
<li><@ href=”{url_title_path='penciltemplategroup'}”>{title}</a></li>
{/exp:channel:entries}
</ul>
*the @ is so that code shows in the post