Can some one tell me how to modify so that the post's author's name appears on the same line as and just before the date? We are using Vlad's Landilla theme.
Can some one tell me how to modify so that the post's author's name appears on the same line as and just before the date? We are using Vlad's Landilla theme.
A link to your site would help.
The template tag, the_time(), is usually used to display a post/page date--take a look at your theme's index.php to find how that is currently being displayed.
The template tag, the_author(), displays a post's author.
This topic has been closed to new replies.