I don't know what I'm doing wrong here, but I can't get the templates in the admin sidebar panel to display in the order I specify in the templates.
In my template php files, I have code like this for each page:
Isn't the order option there supposed to control the display order? I went to the site and revisited each page, cleared the browser cache, logged out of admin and logged back in, refreshed the admin page.
However they still are not in the correct order.
In my template php files, I have code like this for each page:
- Code: Select all
<cms:template title='Financing' order='300' >
Isn't the order option there supposed to control the display order? I went to the site and revisited each page, cleared the browser cache, logged out of admin and logged back in, refreshed the admin page.
However they still are not in the correct order.
