About
is a widget that displays posts based on a specific label with a small thumbnail style - (View). The thumbnail size of the posts in this widget will adjust to the height of the title and other content - (View).
Specification
Configuration
Description
label
The label name to be displayed.
Make sure the name you entered in the configuration is exactly the same with your desired blog label, including the use of uppercase and lowercase letters.
max_results
Maximum number of posts to retrieve.
top_info
Choose the content to displayed at the top of the post title - (View).
| Value | Description |
|---|---|
| none | None |
| label | Post category |
| date | Post publication date |
| author | Author |
top_info_label
bottom_info
Choose the content to displayed at the bottom of the post title - (View).
| Value | Description |
|---|---|
| none | None |
| label | Post category |
| date | Post publication date |
| author | Author |
bottom_info_label
labels_count
Maximum number of labels to retrieve.
This configuration is needed if either top_info or bottom_info is set to label.
date_format
Date format.
This configuration is needed if either top_info or bottom_info is set to date -
More details
max_title_rows
Maximum number of post title lines.
Currently, this configuration only supports values of 1, 2, and 3.
thumbnail_content
Set the content of the thumbnail element.
| Value | Description |
|---|---|
| image | The system will display an image as the thumbnail if available. Otherwise, if a post does not contain an image, the system will display the content as the first character of the post title with a background skin according to the thumbnail_skin configuration - (See). |
| skin | Regardless of whether there is an image in the post or not, the system will always display the content as the first character of the post title with a background skin according to the thumbnail_skin configuration - (See). |
thumbnail_skin
item_box
enable_more_link
more_link_title
"Read more" link text in the footer section.
footer_align
Sets the position of the content at the bottom of the widget.
The content that might be available here includes slider indicator,
next button,
previous button, and
more link.
| Value | Position | Preview |
|---|---|---|
| left | Left aligment | View |
| center | Center aligment | View |
| right | Right aligment | View |
| justify | Justify aligment | View |
widget_title
widget_title_sub
Widget subtitle - (View)
- Value can be plain text or HTML
- Set to - to disable the subtitle
- The subtitle will still be displayed even if the widget_title configuration is disabled
widget_title_line
widget_title_align
widget_title_tag
HTML tag used for the widget title.
By default, the selected value is div.
For SEO purposes, it is recommended to use heading tags h2-h6 if the text
you enter in the widget_title configuration contains the target keyword.
margin_top
Set the distance of the widget from the top.
Value Definition
Value Definition
-
The value is a CSS Unit. Examples:
20px
40px
60px
- Although you can use other units such as em, pc, etc., it is recommended to use the px unit.
- When the configuration value is undefined (set to -), the distance applied will follow the default theme configuration (40px).
margin_bottom
Set the distance of the widget from the bottom.
The value definition is the same as the margin_top configuration.
conditional
Set the availability of the widget. With this configuration, you can enable the widget only on
certain page types, devices, or URLs.
More about this configuration can be read on the page:
Conditional Configuration.