position of author name and created date on content items ok, I use blog view to list out my content items, it looks like this: Article Title introtext introtext introtext written by author name created date
which is fine...
but when viewing the full content item it looks like this: Article Title introtext introtext introtext fulltext fulltext fulltext fulltext fulltext fulltext written by author name created date
and I'd much rather it look like this: Article Title written by author name created date introtext introtext introtext fulltext fulltext fulltext fulltext fulltext fulltext
(author name and created date between the title and the article)
but I'm afraid that they're both generated by the same bit of code (I think in content.html.php)
Any ideas?
Thanks,
-Jason |