Make WordPress Core

Changeset 114 for trunk/index.php


Ignore:
Timestamp:
05/29/2003 02:04:30 PM (22 years ago)
Author:
saxmatt
Message:

ezSQL mods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r105 r114  
    3030
    3131<!-- // b2 loop start -->
    32 <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
     32<?php foreach ($posts as $post) { start_b2(); ?>
    3333
    3434
     
    4848    <?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
    4949    <?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 (%)'); ?>
    5250</div>
    5351
     
    5755<?php include('b2comments.php'); ?>
    5856
    59 <!-- this includes the trackbacks -->
    60 <?php include('b2trackback.php'); ?>
    61 
    62 <!-- this includes the pingbacks -->
    63 <?php include('b2pingbacks.php'); ?>
    6457
    6558<!-- // this is just the end of the motor - don't touch that line either :) -->
Note: See TracChangeset for help on using the changeset viewer.