I have made some simple Joomla sites before. They use their own template created by me. These are simple websites, because they have a simple linear menu, all pages have the same layout, only some articles change between pages.
But in my new project, I have a ready-made html site that I need to convert to Joomla. The problem is that there is not a single repeating menu and there is no consistent layout. To simplify things a bit: there are 10 pages, and they all have different layouts. Between changes to the background of the pages, changes to the menu, changes to the contents of the menu, changes to blocks of content, everything changes. This means that I cannot make this site the way I did before, using one index.php template, which simply contained my repeating page structure.
My dream is to simply change ready_page1.html to ready_page1.php by adding some modules inside php (which are then available for online editing, which is the reason for switching to Joomla). I would do it on every page. Custom menus within each page, I would "manually" point to the corresponding php files instead of the old html files. Is it possible? I could not figure out how to do this.
It is not important for me to lose a lot of the basic Joomla functions due to this crude method, I just want the simplest way to do this.
In the end, I just need the same site that I already have on html, but I want some of the selected rectangular areas on the html pages to be editable Joomla modules. Modules will have a pen icon for editing. There is no other function for this.
source share