• I’d like to create a single-page responsive theme with the minimum files and mimimum PHP. No posts, no sidebar(s), no header content, no footer content, no nothing except the main content and (hopefully) only one stylesheet.

    Where can I find such a thing?

    Thanks.

    David

Viewing 1 replies (of 1 total)
  • Thread Starter David Woosley

    (@dwoosley)

    I know I’ll need at least:

    index.php
    screenshot.png
    style.css

    Would it be something like this in index.php:

    <html>
    <head>
    <title>Single-Page Responsive Theme</title>
    <link rel="stylesheet" href="style.css">
    </head>
    
    <body>
      /* Static front page goes here? How? */
    </body>
    
    </html>

    I will be using a page builder (probably SiteOrigin PageBuilder) to create the content on the page.

Viewing 1 replies (of 1 total)

The topic ‘Minimum skeleton for single-page responsive theme?’ is closed to new replies.