No need to show the excerpt right here.
git-svn-id: http://svn.automattic.com/wordpress/trunk@92 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
27d747b9b0
commit
0041c3e77e
|
@ -251,14 +251,6 @@ if ($i == "ASC")
|
|||
<?php
|
||||
if ($safe_mode)
|
||||
echo "<xmp>";
|
||||
the_excerpt();
|
||||
echo '<br />';
|
||||
if ($safe_mode)
|
||||
echo "</xmp>";
|
||||
?>
|
||||
<?php
|
||||
if ($safe_mode)
|
||||
echo "<xmp>";
|
||||
the_content();
|
||||
if ($safe_mode)
|
||||
echo "</xmp>";
|
||||
|
|
Loading…
Reference in New Issue