Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter spenn

    (@spenn)

    <?php
    /**
    Template Name: Blank Template – No Styles

    */
    ?>
    <html>
    <head>
    <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo(‘url’); ?></title>
    <?php wp_head(); ?>
    </head>

    <body style=”margin:0px;>

    <?php while (have_posts()) : the_post(); ?>
    <div id=”page-content”>
    <?php the_content(); endwhile; ?>
    </div>
    </body>
    </html>

    Thread Starter spenn

    (@spenn)

    Is that the code when I go to Appearance -> Editor?

Viewing 2 replies - 1 through 2 (of 2 total)