Hello All,
If you take a quick look at my site you can see I have it set up to attach the meta info like posted by, comments and filed in in the new entry. This is a built in function from Emire but I would like to attach that info to all the posts not just the newest one.
How can I accomplish this so people can comment after the post is no longer new?
Well, if I click on the title of any older post I can comment on it...
moshu -- I know that is a way it can be done, I just want to make it more visitor friendly and give them more options when they want to comment on a past post.
You could try visiting the themes web site at http://ifelse.co.uk/archives/2006/02/21/release-of-emire-theme/
This is intentional design. If you want to show it for all entries (and not just the first), just remove the following from the style.css file
.entrymeta{
display:none;
}
Excellent! Thank you Yosemite.
Welcome!
Mark this resolved?