Beispiel #1
0
</link>
      <guid><?php 
    mc_the_url();
    ?>
</guid>
      <dc:creator><?php 
    mc_nick_name();
    ?>
</dc:creator>
      <pubDate><?php 
    mc_the_date();
    ?>
 <?php 
    mc_the_time();
    ?>
</pubDate>
<?php 
    mc_the_tags("      <category><![CDATA[", "\n", "]]></category>");
    echo "\n";
    ?>
      <content:encoded><![CDATA[<?php 
    mc_the_content();
    ?>
]]></content:encoded>
    </item>
<?php 
}
?>
</channel>
</rss>
Beispiel #2
0
				<div >
					<h2><?php 
            mc_the_link();
            ?>
</h2>
					<?php 
            mc_the_thumbnail();
            mc_the_excerpt('200');
            ?>
					<div class="info">
						<div class="time"><?php 
            mc_the_date();
            ?>
</div>
						<div class="tags"><?php 
            mc_the_tags('', '', '');
            ?>
</div>
					</div>
				</div>
		<?php 
        }
        ?>
		<nav class="navigator">
		<?php 
        if (mc_has_new()) {
            mc_goto_new('上一页');
        }
        if (mc_has_old()) {
            mc_goto_old('下一页');
        }