Hey there,
I'm using a child theme for Thematic, in which each page displays a category archive that corresponds to the page. For example, the R&D page explains the R&D division and displays truncated posts in the category "R&D". (I was stuck on that problem for days before I saw this thread: http://themeshaper.com/forums/topic/posts-inside-the-pages-and-subpages)
Now, I'd like to style the post listings to show a thumbnail (which I upload and include in the "excerpt" section when creating or editing the post; it appears within the class "entry-content" in the category archive section) alongside the entry-title and entry-meta.
So, I need to create a filter hook in my functions.php page that adds a div around entry-content, entry-title, and entry-meta, which i can style to set the first class to float to one side and the latter classes to float to the other side.
The catch is that I also need to be sure that each of these classes don't float around when one selects and views a single post in full.
Any help on this will be appreciated, as my brain is fried.
Thanks!