Changeset 104 for trunk/index.php
- Timestamp:
- 05/26/2003 10:24:55 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r96 r104 21 21 <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" /> 22 22 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 23 <?php //comments_popup_script(); // off by default ?>23 <?php comments_popup_script(); // off by default ?> 24 24 </head> 25 25 … … 35 35 <?php the_date('','<h2>','</h2>'); ?> 36 36 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> — <?php the_author() ?> @ <?php the_time() ?> 40 </span> 41 </h3> 39 42 40 43 <div class="storycontent"> 41 42 < ?php the_content(); ?>44 <?php the_content(); ?> 45 </div> 43 46 44 47 <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 (%)'); ?> 49 52 </div> 50 53 51 <?php trackback_rdf() ?>54 <?php trackback_rdf(); ?> 52 55 53 56 <!-- this includes the comments and a form to add a new comment --> 54 <?php include 57 <?php include('b2comments.php'); ?> 55 58 56 59 <!-- this includes the trackbacks --> 57 <?php include 60 <?php include('b2trackback.php'); ?> 58 61 59 62 <!-- this includes the pingbacks --> 60 <?php include ('b2pingbacks.php'); ?> 61 62 63 64 </div> 65 63 <?php include('b2pingbacks.php'); ?> 66 64 67 65 <!-- // this is just the end of the motor - don't touch that line either :) --> … … 106 104 </ul> 107 105 </li> 108 <li>M isc:106 <li>Meta: 109 107 <ul> 110 108 <li><a href="b2rss.php">RSS .92</a></li> … … 112 110 <li><a href="b2rss2.php">RSS 2.0</a></li> 113 111 <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> 114 113 </ul> 115 114 </li>
Note: See TracChangeset
for help on using the changeset viewer.