Hi.
I am trying to display 6 entries from the channel named ‘portfolio’ within a ‘view’ page.
Currently it is only displaying the image from the URL
My URL structure is: /channel/view/entry/category
How can I get the code below to display from the entire channel, rather than the current entry?
{exp:channel:entries channel="portfolio" limit="6"}
<li class="{switch="latest_1|latest_2"}">
{portfolio_image}
{exp:ce_img:pair src="{url}" width="94" height="80" crop="yes"}
<a href="http://{title_permalink=portfolio/view/}/{segment_4}">{made}</a>
{/exp:ce_img:pair}
{/portfolio_image}
</li>
{/exp:channel:entries}P.S This code is in a sidebar. This may help make sense as to why I have this code within this URL.
Thanks