Changeset 628 for trunk/wp.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp.php
r618 r628 9 9 <!-- Change charset if needed(?) But please do not remove this metatag --> 10 10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 11 <meta name="generator" content="WordPress <?php $ b2_version ?>" /> <!-- leave this for stats -->11 <meta name="generator" content="WordPress <?php $wp_version ?>" /> <!-- leave this for stats --> 12 12 <meta http-equiv="reply-to" content="you@somewhere.zzz" /> 13 13 <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> … … 19 19 20 20 <!-- // loop start --> 21 <?php foreach ($posts as $post) { start_ b2(); ?>21 <?php foreach ($posts as $post) { start_wp(); ?> 22 22 <?php the_date("d.m.y","<h2>","</h2>"); ?> 23 23 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
Note: See TracChangeset
for help on using the changeset viewer.