Hmmm, the only issue im seeing with this is i want it setup exactly how it is on the front page. Its just a thumbnail image with the title, i want to beable to show other posts from the category in the same fashion but the comments are still get lost.
its a php script in functions.php, is there a way to call it from the title or something?
function childtheme_post_header(){
can i call that by using
<?php postheader (); ?>
i have a script, i just dont know how to call it in the index.php
hmm,ok.
I want my current functions to work as normal, but, for posts that i have posted within the past 4 days i want to echo a div on the frontpage.
For instance, all posts 3 days old i want it to echo a div saying NEW!
From the link you gave me it seems to just call the entire post.