PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 4.7
Super RSS Reader – Add attractive RSS Feed Widget v4.7
trunk 0.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.7 4.8 All 33 releases
← All changes | includes/options.php +34 -0 4.04.7 View file →
@@ -62,8 +62,26 @@
62 62 'strip_title' => array(
63 63 'default' => 0,
64 64 'description' => __( 'Trim the title text to certain number of words.', 'super-rss-reader' )
65 65 ),
66 + 'date_format' => array(
67 + 'default' => 'j F Y',
68 + 'description' => __( 'The format of the feed item date.', 'super-rss-reader' )
69 + ),
70 + 'date_timezone' => array(
71 + 'default' => 'UTC',
72 + 'description' => __( 'The timezone of the feed item date.', 'super-rss-reader' )
73 + ),
74 + 'order_by' => array(
75 + 'default' => 'default',
76 + 'description' => __( 'The order of the feed', 'super-rss-reader' ),
77 + 'options' => array(
78 + 'default' => __( 'Default', 'super-rss-reader' ),
79 + 'date' => __( 'Date', 'super-rss-reader' ),
80 + 'date_reverse' => __( 'Date reverse', 'super-rss-reader' ),
81 + 'random' => __( 'Random', 'super-rss-reader' )
82 + )
83 + ),
66 84 'read_more' => array(
67 85 'default' => '[...]',
68 86 'description' => __( 'The read more text if the description is trimmed.', 'super-rss-reader' )
69 87 ),
@@ -74,8 +92,16 @@
74 92 0 => __( 'Normal description', 'super-rss-reader' ),
75 93 1 => __( 'Rich description', 'super-rss-reader' )
76 94 )
77 95 ),
96 + 'desc_type' => array(
97 + 'default' => 'summary',
98 + 'description' => __( 'Type of description to prefer', 'super-rss-reader' ),
99 + 'options' => array(
100 + 'summary' => __( 'Summary', 'super-rss-reader' ),
101 + 'full_content' => __( 'Full content', 'super-rss-reader' )
102 + )
103 + ),
78 104 'add_nofollow' => array(
79 105 'default' => 1,
80 106 'description' => __( 'Add "nofollow" attribute to feed links.', 'super-rss-reader' ),
81 107 'options' => array(
@@ -102,8 +128,16 @@
102 128 ),
103 129 'thumbnail_size' => array(
104 130 'default' => '64px',
105 131 'description' => __( 'The size of the thumbnail including the units. Example: 64px, 10%', 'super-rss-reader' )
132 + ),
133 + 'thumbnail_default' => array(
134 + 'default' => '',
135 + 'description' => __( 'The URL of the default thumbnail image if not present. Leave empty to not display any thumbnail.', 'super-rss-reader' )
136 + ),
137 + 'no_feed_text' => array(
138 + 'default' => __( 'No items', 'super-rss-reader' ),
139 + 'description' => __( 'Text to display when there are no feed items', 'super-rss-reader' )
106 140 ),
107 141 'color_style' => array(
108 142 'default' => 'none',
109 143 'description' => __( 'The style of the feed display.', 'super-rss-reader' ),