mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Final semantic touch ups. <div> placement fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@26 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
130576b964
commit
34b4e6a67a
22
index.php
22
index.php
@ -6,16 +6,17 @@
|
|||||||
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
|
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
|
<meta name="generator" content="WordPress .7" /> <!-- leave this for stats -->
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
@import url( layout2b.css );
|
@import url( <?php echo $siteurl; ?>/layout2b.css );
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
|
||||||
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
||||||
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
||||||
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
||||||
<?php comments_popup_script() ?>
|
<?php // comments_popup_script(); // off by default ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -30,10 +31,15 @@
|
|||||||
|
|
||||||
<?php the_date('','<h2>','</h2>'); ?>
|
<?php the_date('','<h2>','</h2>'); ?>
|
||||||
|
|
||||||
<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() ?>
|
<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() ?>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
<<<<<<< index.php
|
||||||
|
<div class="storycontent">
|
||||||
|
|
||||||
|
=======
|
||||||
<div class="storyContent">
|
<div class="storyContent">
|
||||||
|
>>>>>>> 1.8
|
||||||
<?php the_content(); ?>
|
<?php the_content(); ?>
|
||||||
|
|
||||||
<div class="feedback">
|
<div class="feedback">
|
||||||
@ -41,6 +47,7 @@
|
|||||||
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?>
|
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?>
|
||||||
<?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?>
|
<?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?>
|
||||||
<?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?>
|
<?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php trackback_rdf() ?>
|
<?php trackback_rdf() ?>
|
||||||
|
|
||||||
@ -53,7 +60,7 @@
|
|||||||
<!-- this includes the pingbacks -->
|
<!-- this includes the pingbacks -->
|
||||||
<?php include ('b2pingbacks.php'); ?>
|
<?php include ('b2pingbacks.php'); ?>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -64,8 +71,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="centerP"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite>
|
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite></p>
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
@ -94,7 +100,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>Archives:
|
<li>Archives:
|
||||||
<ul>
|
<ul>
|
||||||
<?php include("b2archives.php"); // fix this too ?>
|
<?php get_archives('monthly'); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Other:
|
<li>Other:
|
||||||
|
Loading…
Reference in New Issue
Block a user