Make WordPress Core

Changeset 12 for trunk/index.php


Ignore:
Timestamp:
04/24/2003 01:04:42 AM (22 years ago)
Author:
mikelittle
Message:

Added in Excerpt functionality. Requires a database update see update-b2posts-for-excerpt.sql
Note: quicktags are BROKEN with this commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r5 r12  
    3737
    3838<div class="storyContent">
     39<div class="storyExcerpt">
     40<?php the_excerpt(); ?>
     41</div>
    3942<?php the_content(); ?>
    4043
Note: See TracChangeset for help on using the changeset viewer.