Make WordPress Core

Changeset 104 for trunk/index.php


Ignore:
Timestamp:
05/26/2003 10:24:55 AM (22 years ago)
Author:
saxmatt
Message:

Design elements tweaked and updated. Syntax fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r96 r104  
    2121    <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
    2222    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    23     <?php // comments_popup_script(); // off by default ?>
     23    <?php comments_popup_script(); // off by default ?>
    2424</head>
    2525
     
    3535<?php the_date('','<h2>','</h2>'); ?>
    3636
    37 <h3 class="storytitle"><a href="<?php permalink_link() ?>"><?php the_title(); ?></a> <a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>" class="storycategory">[<?php the_category() ?>]</a> - <span class="storyauthor"><?php the_author() ?></span> @ <?php the_time() ?>
    38 </h3>
     37 <h3 class="storytitle">
     38  <a href="<?php permalink_link() ?>"><?php the_title(); ?></a>
     39  <span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> &#8212; <?php the_author() ?> @ <?php the_time() ?>
     40  </span>
     41 </h3>
    3942
    4043<div class="storycontent">
    41 
    42 <?php the_content(); ?>
     44    <?php the_content(); ?>
     45</div>
    4346
    4447<div class="feedback">
    45 <?php link_pages('<br />Pages: ', '<br />', 'number') ?>
    46 <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?>
    47 <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?>
    48 <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?>
     48    <?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
     49    <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
     50    <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)'); ?>
     51    <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)'); ?>
    4952</div>
    5053
    51 <?php trackback_rdf() ?>
     54<?php trackback_rdf(); ?>
    5255
    5356<!-- this includes the comments and a form to add a new comment -->
    54 <?php include ('b2comments.php'); ?>
     57<?php include('b2comments.php'); ?>
    5558
    5659<!-- this includes the trackbacks -->
    57 <?php include ('b2trackback.php'); ?>
     60<?php include('b2trackback.php'); ?>
    5861
    5962<!-- this includes the pingbacks -->
    60 <?php include ('b2pingbacks.php'); ?>
    61 
    62 
    63 
    64 </div>
    65 
     63<?php include('b2pingbacks.php'); ?>
    6664
    6765<!-- // this is just the end of the motor - don't touch that line either :) -->
     
    106104    </ul>
    107105 </li>
    108  <li>Misc:
     106 <li>Meta:
    109107    <ul>
    110108        <li><a href="b2rss.php">RSS .92</a></li>
     
    112110        <li><a href="b2rss2.php">RSS 2.0</a></li>
    113111        <li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional">Valid XHTML</a></li>
     112        <li><a href="http://wordpress.org" title="Powered by WordPress, personal publishing platform">WP</a></li>
    114113    </ul>
    115114 </li>
Note: See TracChangeset for help on using the changeset viewer.