MODULES

Blog

A blog for news, articles, and expert content with categories and dedicated pages.

Back to modules
Included with the systemNo separate catalog listing at present
FoxCoreCMS
01 / FOXCORECMS

Overview

What it does

Publish in the languages you need, set dates, categories, and SEO fields. Posts form a listing, and each article has its own page.

Where it helps

Useful for company news, guides, and regular publishing. Editors add posts without changing the site template.

Example from the demo template

This is a real placeholder from the FoXBuilder design. The system fills it with module output or current-page data; configurable instance labels are set in the admin panel.

<main>[#blog#]</main>
02 / FOXCORECMS

Where it helps

News, tutorials, case studies, and SEO articles with categories and individual URLs.

03 / FOXBUILDER

FoXBuilder demo example

On the blog page, the label renders FoXBuilder posts, categories, and cards.

How to build it

  1. Create a module instance and choose its HTML template.
  2. Place [#blog#] in the page template and bind the instance.
  3. Fill in content in the required languages.
  4. Open the demo page and check the result.

Template code

modules/blog/templates/feed/list.html

<!-- @wrapper -->
<section class="primo-blog">
  %categories%
  <div class="primo-blog__list">%items%</div>
  %pagination%
</section>
<!-- @item -->
<article class="primo-blog-card">
  %image_block%
  <h2><a href="%url%">%name%</a></h2>
  <div>%description%</div>
</article>

Page-template label

[#blog#]