Unable to reorder entries within categories
Hello,
I am currently working on a new website where I am utilizing categories. The issue I am having is that, I am unable to reorder my entries within a given category.
The only time I am able to reorder my entries is by having the standard entry tag rather then the low reorder entry tag.
- Standard: {exp:channel:entries....
- Low Reorder: {exp:low_reorder:entries....
Within the my "set" I have my categories set to "show entries per single category". Interesting enough I am using low reorder in other places on my website with no issues, the only difference is they are not using categories. Can you please shed some light on what I am doing wrong?
Current Version:
ExpressionEngine - 2.5.5
Low Reoder 2.0.4
Here is a copy of the code I am attempting to render.. you will notice that there is only one instance of "low_reorder" on the page.. where as the rest are standard "channel"... when using "low_reorder" nothing appears on the page as if it is not recognizing "low_reorder" as a channel tag.
CODE BELOW....
{exp:channel:entries channel="{embed:listing_channel}" disable="categories|member_data|pagination"}
{{embed:listing_field}_single_listing}
Click Here for Room Details and Photos
{/{embed:listing_field}_single_listing}
{/exp:channel:entries}
The Queen Victoria ® Building
{exp:low_reorder:entries set"2" channel="{embed:listing_channelslug}" disable="member_data|pagination" category="1" dynamic="no"}
<!--showAllList-->
{/exp:low_reorder:entries}
The Queen's Cottage Rooms
{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="2" dynamic="no"}
<!--showAllList-->
{/exp:channel:entries}
Prince Albert Hall
{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="3" dynamic="no"}
<!--showAllList-->
{/exp:channel:entries}
House of Royals
{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="4" dynamic="no"}
<!--showAllList-->
{/exp:channel:entries}
{exp:channel:entries channel="{embed:listing_channel}" limti="1" disable="categories|member_data|pagination"}
{{embed:listing_field}_multiple_listing}
<!--showMoreListWrap-->
{/{embed:listing_field}_multiple_listing}
{/exp:channel:entries}
Replies
Low 29 Aug 2012 06:50
Hi!
You should be using the {exp:low_reorder:entries} tag if you want to be sure that the entries are displayed in the right order. Looking at your code (oh, and you might want to use http://pastie.org next time), the first thing I noticed is the parameter set"2" instead of set="2" (you forgot the = sign).