Example #1
0
?>
</head>
<body class="river-page">
<div id="navigation">
  	<a href="<?php 
template_siteurl();
?>
">
	<img src="<?php 
template_siteurl();
?>
admin/logo-small.png" alt="<?php 
template_sitename();
?>
" title="<?php 
template_sitename();
?>
" />
	</a>
	<?php 
if (template_synd_links()) {
    echo ' | ';
}
?>
	<a id="expandall" href="javascript:void(0);"><img src="<?php 
template_directory();
?>
/arrow_out.png" alt="<?php 
_e('Show All Items');
?>
" /> <?php 
Example #2
0
	<link rel="stylesheet" type="text/css" href="<?php template_directory(); ?>/style.css" media="screen"/>
	<link rel="stylesheet" type="text/css" href="<?php template_directory(); ?>/content.css" media="screen"/>

	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<?php
	template_header();
?>

</head>
<body class="river-page">

<div id="logo">&nbsp;</div>

<div id="navigation">
  	<span class="site-name"><?php template_sitename() ?></span> |
	<a href="admin/"><?php echo ($test ? 'Admin Panel' : 'Log In' ); ?></a> |
	<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();