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 +26 -0 4.24.7 View file →
@@ -66,8 +66,22 @@
66 66 'date_format' => array(
67 67 'default' => 'j F Y',
68 68 'description' => __( 'The format of the feed item date.', 'super-rss-reader' )
69 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 + ),
70 84 'read_more' => array(
71 85 'default' => '[...]',
72 86 'description' => __( 'The read more text if the description is trimmed.', 'super-rss-reader' )
73 87 ),
@@ -78,8 +92,16 @@
78 92 0 => __( 'Normal description', 'super-rss-reader' ),
79 93 1 => __( 'Rich description', 'super-rss-reader' )
80 94 )
81 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 + ),
82 104 'add_nofollow' => array(
83 105 'default' => 1,
84 106 'description' => __( 'Add "nofollow" attribute to feed links.', 'super-rss-reader' ),
85 107 'options' => array(
@@ -110,8 +132,12 @@
110 132 ),
111 133 'thumbnail_default' => array(
112 134 'default' => '',
113 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' )
114 140 ),
115 141 'color_style' => array(
116 142 'default' => 'none',
117 143 'description' => __( 'The style of the feed display.', 'super-rss-reader' ),