• First of all, let me compliment the maker(s). I find coding in HTML, CSS and JS much, much easier than designing in WordPress, and most customers want a custom-made design. So this plugin is almost a life saver for me. A donation is underway! ??

    Still, an important question. As manual coders, we write pages as follows:

    <html>
       <head>
        ...
       </head>
       <body>
          <?php include 'header.php' ?>
          <main>
           ...
          </main>
          <?php include 'footer.php' ?>
       </body>
    </html>
    
     

    But if we zip such codes, will the plugin recognize the include lines and accept those as substitutes for the header and footer?

    • This topic was modified 1 year, 11 months ago by frank1962.
    • This topic was modified 1 year, 11 months ago by frank1962.
Viewing 1 replies (of 1 total)
  • Plugin Author Krishnendu Paul

    (@krishpaul)

    Thanks a lot for your comment..it means a lot. this plugin is made for html so the files on the zip should be html file with .html extension…it seems like you are using php files…

Viewing 1 replies (of 1 total)
  • The topic ‘Can we use php includes instead of header and footer?’ is closed to new replies.