By held69 on
With views i created a display to show a list of the latest posts on a page.
The problem is that all the titles of each post show up as main text and not as headlines.
To be clear: titles of each post just are written with regular size fonts.
This only occurs when i choose rowstyle=Fields in my view.
(Under "Fields" Title, Bodytext,Postdate and Comment counter are selected.)
When i choose rowstyle=Node the titles are shown as headlines but then my option to show a comment counter is gone.
How can i get my titles shown as headlines under rowstyle=Fields?
Could this be a bug in my theme?
Comments
I wouldn't necessarily think
I wouldn't necessarily think that it is a bug... more like a feature. ;)
In the rowstyle of fields, many times you would not want the information to show up surrounded by unexpected header tags. You obviously want them, though, so you will have to override the theme for that particular view in order to have it output the title in the way desired.
- Corey
Thank you for your reply. I
Thank you for your reply.
I understand what you're saying.
What would be the appropriate way to override the theme? Can this only be done with custum code?
The desired look should something like http://groups.drupal.org/drupalcon-paris-2009.
-Title op the post as headline.
-Author name
-Post date
-Post
-comment counter(s)