Building a full website with CMS only

Hi all,

I am coming from Webflow after being unable to build a complete website using their CMS.

I am building a website with a structure like this:

  • Company A
    – About
    – Expertise
    – Projects
  • Company B
    – About
    – Expertise
    – Projects
  • Company C
    – About
    – Expertise
    – Projects
    etc.

I am thinking about having Company information in a Collection 1, About pages for all companies in a Collection 2, Expertise pages in Collection 3, etc. These Collections will share page designs and content fields in the CMS.

Then I’ll be able to link specific pages (About, Expertise, Projects) to specific Companies.

Is this doable with Editor X?

Thank you all!

Yes, I don’t think it will be too difficult to achieve this in Editor X. Use repeaters and dynamic pages to pull the data through that you require. You can also have a custom header and footer for each company if you need to differentiate their branding.

Thank you! Is there a tutorial you know that covers something like this?

@ffayzullaev there you go https://www.editorx.com/academy/lessons/repeaters :slight_smile:

Thank you! How do I have a URL structure like this: example.com/company/about or example.com/company/products ? Should I create dynamic page for each page (about, product) and re-use them for each company?