In this page, there is this code:
{exp:low_reorder:entries set="categories"}
<li class="lipartners" {if segment_1 == "directory" && segment_2 == url_title}class = "active"{/if} ><a href="/directory/{url_title}%22class=%22apartners" title="{title}" class="apartners">{title}</a></li>
{/exp:low_reorder:entries}
But when I add new categories in the channel, the new categories are not showing up:
Link: Page
There are a total of 11 open categories in the cahnnel but only 9 gets displayed
Niraj, A couple things:
That’s probably due to a PHP error. Are you on the latest version of Low Reorder?
Also, update your admin.php file to show more debugging information ( https://docs.expressionengine.com/latest/troubleshooting/general.html#troubleshooting ). Updating $debug
in /system.php will show errors for the front-end and doing so in your /admin.php file will show errors for your Control Panel. Update the value to 1
and then visit the Low Reorder settings in the CP. I assume your then going to see a PHP error that will be helpful.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.