2014-02-13, 22:59:24
(This post was last modified: 2014-02-13, 23:00:36 by cyberviews.)
(2014-02-13, 22:57:24)datiswous Wrote:(2014-02-13, 22:36:53)cyberviews Wrote: But each slug can only be used once, because I am sure that the system will use it to save each article as a unique item and creates the url out if it.How whould that be a limitation?
Well the tag in the template <?php getPageContent('right-column'); ?> calls the page with that specific slug (right-column).
So if the sytstem adds an appendix automatically to a slug that is used twice, the tag in the template wont find that one.