Would it be possible to have the same for comment dates?
It worked, thanks codegurl! I knew it should be this easy 🙂
NB: feeds for each topic is gold.
Ugh… sorry about that.
What I mean is: What kind of PHP test should I perform inside index.php in order to have different output for the permalink pages and the home/other pages.
Something like
if ($justArticle) {
/* do article stuff */
} else {
/* do homepage or archive */
}