コード例 #1
0
ファイル: index.php プロジェクト: BackupTheBerlios/oos-svn
</span></a></li>
	</ul>
</div>

<div id="main">
<?php 
$num = 0;
if (has_items()) {
    while (has_items()) {
        the_item();
        ?>
	<?php 
        the_date('before=<h1 title="' . _r('Click to expand/collapse date') . '">' . _r('News stories from') . ' &after=</h1>&format=l d F, Y');
        ?>
	<div class="item c2 feed-<?php 
        the_feed_id();
        ?>
" id="item-<?php 
        echo $num;
        ?>
">
		<img src="<?php 
        the_feed_favicon();
        ?>
" alt="<?php 
        printf(_r('Favicon for %s'), get_the_feed_name());
        ?>
" title="<?php 
        printf(_r('Favicon for %s'), get_the_feed_name());
        ?>
" style="width:16px; height:16px;" />
コード例 #2
0
ファイル: index.php プロジェクト: BackupTheBerlios/oos-svn
	<a href="atom.php">Subscribe to Feed</a> |
	<a href="opml.php">OPML</a>
</div>

<div id="main">
	<div id="wrapper">
		<div id="content">
			<h1 id="page-title"><?php /*the_page_title();*/ ?>Hello</h1>
			<div id="content-quicklinks"><?php /* Nothing yet */ ?></div>
			<ul>
<?php
// We call it with false as a parameter to avoid incrementing the item number
if(has_items(false)) {
		while(has_items()): the_item();
?>
				<li class="feed-<?php the_feed_id(); ?> item" id="item-<?php the_id(); ?>">
					<div class="title-bar">
						<div class="main-section">
							<h3 class="title" id="title-<?php the_id(); ?>"><?php the_title(); ?></h3>
							&nbsp;
							<div class="excerpt"><p><?php the_summary(200) ?></p></div>
							<div class="read"><a href="<?php the_link(); ?>">Continue reading on the original site.</a></div>
						</div>
						<div class="secondary-section">
							<span class="feed"><?php the_feed_name() ?></span>
							<span class="date"><?php the_date('format=l d F, Y H:i'); ?></span>
						</div>
						<div class="clearer"></div>
					</div>
					<div class="content" id="content-<?php the_id(); ?>">
						<?php the_content(); ?>