I seem to be having an issue with some previous and next EE code features. When I use the following code:
{exp:weblog:entries weblog="work" category="34" limit="1"}
<div class="padd_page"><h1>{title}</h1></div>
<div class="navigation detail">
{exp:weblog:prev_entry weblog="work" category="34"}
<div><a href="http://{path=%27v3/detail%27}" title="Previous Work"><</a></div>
{/exp:weblog:prev_entry}
{exp:weblog:next_entry weblog="work" category="34"}
<div><a href="http://{path=%27v3/detail%27}" title="Next Work">></a></div>
{/exp:weblog:next_entry}
</div>It doesn’t limit the images I want to see to category 34. It will cycle through every image in my portfolio. Makes no sense. I believe I read the user guide correctly and I have moved the prev_entry and Next_entry out of the weblog entry tags to see if that was the problem. Still doesn’t work.
Any ideas?