RoxenCMS 17Blog ModuleInternal Tags

   

<blog-count-pages>
<blog-strip-filename>
<blog-suggest-dirname>
<emit blog-page-categories>
<emit blog-page-components>
<emit blog-pages>

<emit source="blog-page-categories"></emit>

Provided by module: CMS: Blog Module

This tag emits the categories choosen for a blog page. It emits category id:s from a CMS category file and should be used together with the emit category tags.

Emit the categories for the blog page defined by the RXML variable blog-pages.path:
<emit path='&blog-pages.path;' source='blog-page-categories'> <emit file='/&_.category-file;' node='&_.category-id;' source='category'> <a href='/?category=&_.node;'>&_.name;</a> </emit> </emit>


Attributes

path

The path of the blog page to emit categories for.


&_.category-file; (provided by CMS: Blog Module)

The Roxen CMS category file used.


&_.category-id; (provided by CMS: Blog Module)

Category id for this category.