:<?php 
    post_author();
    ?>
</span>
				<span><?php 
    _e('Date');
    ?>
:<?php 
    post_date('F j, Y');
    ?>
</span>
				<span><?php 
    _e('Category');
    ?>
:<?php 
    post_category(',');
    ?>
</span>
				<a href="<?php 
    post_link();
    ?>
#comments"><?php 
    post_comment('No Comments', '1 Comment', '%d Comments');
    ?>
</a>
			</p>
			<?php 
    post_content(500);
    ?>
		</div>
		<?php 
					<td><a href="#" onclick="ajaxLoad('<?php 
    path(array('do' => 'contentManagePosts'), 'AdminDo');
    ?>
?pid=<?php 
    post_id();
    ?>
');return false;"><?php 
    post_title();
    ?>
</a></td>
					<td><?php 
    post_author();
    ?>
</td>
					<td><?php 
    post_category();
    ?>
</td>
					<td><?php 
    post_comment();
    ?>
</td>
					<td><?php 
    post_date();
    ?>
</td>
				</tr>
			<?php 
    $i++;
}
?>