• I’m putting together a site that will be compromised mostly of static pages with some dynamic content as well as a blog page.
    In terms of naming files, what would be the best way to achieve this? My first thought was to simply use about.php, services.php, etc. but I’m sure that doesn’t jive well with WP’s system.

Viewing 5 replies - 1 through 5 (of 5 total)
  • WordPress doesn’t use files for it’s static Pages. The content of Pages is still stored in your site’s database.

    Thread Starter achenn

    (@achenn)

    How would I implement the content? Just copy/paste the HTML into the page?

    I’d be wary of pasting HTML directly into WordPress. Why would you need it?

    Thread Starter achenn

    (@achenn)

    Ok, so how do I go about having my custom-styled pages show?
    I’ve done a bit of reading since my original question. According to the codex it appears that I can name it whatever I want, as long as it’s got

    <?php
    /*
    Template Name: Custom Name
    */
    ?>

    at the top?

    Yes – you could use custom page templates

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘building a site with mostly custom styled, static pages.. advice needed’ is closed to new replies.