I have an index or category or archive page where I want to float just the meta-entry-date div outside of the excerpt.
I want to do this so that I can put a border on the div that would then contain the meta-entry date. It would look like the bottom portion of this page: http://www.mgrear.com/cnspub/vatican-news.php
My current thematic page looks like this:
http://www.mgrear.com/cnspub/blog/
I am using the excerpt tag to achieve this, but as you can tell the meta-entry-date span is inside the post.
So, essentially I would need to create two divs, one that would contain the entry-title and the excerpt in the entry-content div and the other div to just contain the entry-date that is currently in a span.
And this would allow me to float them.
Banging my head on the desk trying to figure this out!
Does anyone have a suggestion?