Cannot get this to work.
I have an embed:
global_embeds/.order
on this template I have:
{exp:channel:entries channel="products" limit="36" dynamic="yes" fixed_order="{embed:order}" sort="desc" status="not closed" paginate="bottom"}
On my main template I use:
{embed="global_embeds/.order" order="{exp:simply_order:get simply_order="2"}"}
{title}
details »
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:channel:entries}
but nothing works.
also in the module itself I cannot edit or delete any sort orders I have already created/
Cannot get this to work.
I have an embed:
global_embeds/.order
on this template I have:
{exp:channel:entries channel="products" limit="36" dynamic="yes" fixed_order="{embed:order}" sort="desc" status="not closed" paginate="bottom"}
On my main template I use:
{embed="global_embeds/.order" order="{exp:simply_order:get simply_order="2"}"}
{title}
details »
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:channel:entries}
but nothing works.
also in the module itself I cannot edit or delete any sort orders I have already created/