Class set to
|
Default HTML tag
|
| sfpostsList |
Wrapper of all Blog post list modes — Titles, dates and full content, Titles and dates, and Titles, dates and summaries.
|
<ul> |
| sfpostListTitleDateContent |
Wrapper of Titles, dates and full content mode of Blog posts list. |
<ul> |
| sfpostListTitleDate |
Wrapper of Titles and dates mode of Blog posts list. |
<ul> |
| sfpostListTitleDateSummary |
Wrapper of Titles, dates and summaries mode of Blog posts list. |
<ul> |
| sfpostListItem |
Single post wrapper. |
<li> |
| sfpostTitle |
Single post title. |
<h1> in details mode and <h2> in list mode |
| sfpostAuthorAndDate |
Author and publication date wrapper. |
<div> |
| sfpostDate |
Publication date wrapper. |
<div> |
| sfpostContent |
Post content wrapper. |
<div> |
| sfpostCommentsCount |
Link, which leads to comments list, or form, if there are no comments. |
<a> |
| sfpostSummary |
Post summary wrapper. |
<div> |
| sfpostFullStory |
Link, which leads to post details. |
<a> |
| sfpostDetails |
Wrapper of single post details. |
<div> |
| sfpostLinksWrp |
Go back link wrapper. |
<div> |
| Go back link in details mode. |
<a> |