Make WordPress Core


Ignore:
Timestamp:
01/24/2005 05:59:00 AM (21 years ago)
Author:
saxmatt
Message:

Tweaks to how pages are displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/page.php

    r2040 r2123  
    11<?php get_header(); ?>
    22
    3     <div id="content" class="widecolumn">
     3    <div id="content" class="narrowcolumn">
    44
    55    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    66        <div class="post">
     7        <h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
    78            <div class="entrytext">
    89                <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
     
    1516    </div>
    1617
     18<?php get_sidebar(); ?>
     19
    1720<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.