Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: Tank on May 01, 2013, 01:24:14
-
Is there a way to display articles by date? Whether by month or month+year or month+day?
I searched elxis documentation but couldn't find it, maybe I missed it somehow.
Thanks!
-
Hi Tank,
As i can realize you want something like blog separating articles by MMYYYY where MM = months (01 to 12) and YYYY = Year (f.e: 2013).
You can do that by adding a relative tag to each article of your website. After that you could access them by typing or redirecting your website's visitors to address: http://mywebsite.com/tags.html?tag=052013 ( May of 2013 )
-
Hi Tank,
As i can realize you want something like blog separating articles by MMYYYY where MM = months (01 to 12) and YYYY = Year (f.e: 2013).
You can do that by adding a relative tag to each article of your website. After that you could access them by typing or redirecting your website's visitors to address: http://mywebsite.com/tags.html?tag=052013 ( May of 2013 )
I see, nice tip. Thanks webgift!
-
You are welcome, Tank!