73

Product support

Get help in the theme support forum.

Categories

Syndicate Theme for OctoberCMS

At Syndicate theme, we make it easy to build stunning websites with zero hassle. Our theme comes packed with customizable sections for blogs, services, portfolios, testimonials, and more so you can focus on content, not complexity.

Pages of Syndicate

  • Home Pages (3 variants)
  • About Us Page
  • Blog Pages (3 variants)
  • Single Blog Pages (3 variants)
  • Services Page
  • Service Detail ( Single Services Page )
  • Our Team Page
  • Single Our Team Page
  • Career Page (2 variants)
  • FAQ Page
  • Testimonial Page
  • 404 Page
  • Contact Us Page (2 variants)
  • Portfolio Page
  • Portfolio Masonary Page
  • Portfolio Detail Page ( Single Portfolio Detail Page )
  • Privacy Policy Page

Features of Syndicate

  • A rich selection of sets for building your site:

    • Blog Story Section
    • Tag Section for Blogs
    • Category Section for Blogs
    • Services Story Section
    • Portfolio Story Section
    • Team Members Section
    • Testimonial Section

Installation Instructions

1. Install theme via admin panel or from terminal using command:

php artisan theme:install WebbyCrown.syndicate

2. Activate the Theme

  • Go to Settings → Frontend Theme
  • Select and activate "Orion Construction"

3. Register Tailor Blueprints

php artisan tailor:refresh
php artisan tailor:list

4. Refresh the Plugin (if included)

cp -r themes/syndicate/plugins/acme  /your/project/path/plugins
rm -rf themes/syndicate/plugins
php artisan plugin:refresh Acme.Menu

5. Seed the Theme Data

php artisan theme:seed syndicate

6. Seed Plugin Data (Menu Items etc.)

php artisan db:seed --class="Acme\\Menu\\Updates\\MenuItemsTableSeeder"

7. Seed Media via Tinker (Optional)

If using media seeder:

php artisan tinker

Then in the shell:

require base_path('themes/syndicate/seeds/MediaSeeder.php');
seedMediaImages(); // if this is a global function
1.0.0

Initial release of the Syndicate theme

Aug 12, 2025