EXTEND THE SYSTEM WHEN YOU NEED TO

Modules

Add capabilities as your project needs them: each module has a focused purpose and can be connected where your template calls for it.

Build with the pieces you need

A simple site may need only pages, navigation, and content blocks. As it grows, add a blog, portfolio, gallery, forms, or search. Modules do not force you to replace your design: templates control presentation while content remains editable in the admin panel.

Explore the FoxCoreCMS modules below to see what each does and how it helps with day-to-day work.

From setup to publication

Install the module you need, create an instance, and assign an output label. Put that label in an HTML template, choose its presentation, and add content. A blog listing and individual articles, for example, can look different while sharing one post editor.

<nav>[#site_navigation#]</nav>
<main>
  [#home_slider#]
  <section class="services">[#home_services#]</section>
</main>