Hi I am making a CMS that would make making website easier.
example:
<tag:categories>
<tag:category>
<b><tag:title></tag:title></b>
</tag:category>
</tag:categories>
This tag above will show all title of the categories
=================================
<tag:categories limit="5" sort="ascending">
<tag:category>
<b><tag:title></tag:title></b>
</tag:category>
</tag:categories>
This tag above will the categories title in ascending order limited to only 5 items.
=================================
<tag:items>
<tag:item>
<tag:name></tag:name>
</tag:item>
</tag:items>
As usual this will show all item names
========================================
Tell me if this plan is okay since I am starting it