Version Description
- Minor update
Download this release
Release Info
Developer | satrya |
Plugin | Recent Posts Widget Extended |
Version | 0.5 |
Comparing to | |
See all releases |
Code changes from version 0.4 to 0.5
- includes/widget-recent-posts-extended.php +3 -1
- readme.txt +17 -6
- rpwe.css +7 -5
- rpwe.php +1 -1
includes/widget-recent-posts-extended.php
CHANGED
@@ -86,7 +86,9 @@ class rpwe_widget extends WP_Widget {
|
|
86 |
|
87 |
</a>
|
88 |
|
89 |
-
<h3 class="rpwe-title"
|
|
|
|
|
90 |
|
91 |
<?php if( $date == true ) { ?>
|
92 |
<span class="rpwe-time"><?php echo human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . __( ' ago', 'rpwe' ); ?></span>
|
86 |
|
87 |
</a>
|
88 |
|
89 |
+
<h3 class="rpwe-title">
|
90 |
+
<a href="<?php esc_url( the_permalink() ); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'rpwe' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php esc_attr( the_title() ); ?></a>
|
91 |
+
</h3>
|
92 |
|
93 |
<?php if( $date == true ) { ?>
|
94 |
<span class="rpwe-time"><?php echo human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . __( ' ago', 'rpwe' ); ?></span>
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: tokokoo, satrya
|
3 |
-
Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, transient api
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
Provides
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -22,23 +22,34 @@ This plugin will enable a custom, fleksible and advanced recent posts widget. Al
|
|
22 |
* Post type option.
|
23 |
* Support `get_the_image` function.
|
24 |
* Transients API.
|
|
|
|
|
|
|
|
|
25 |
|
26 |
= Support: =
|
27 |
-
|
|
|
|
|
28 |
|
29 |
-
=
|
30 |
-
|
|
|
31 |
|
32 |
== Installation ==
|
33 |
|
34 |
1. Upload the 'recent-posts-widget-extended' folder to the `/wp-content/plugins/` directory
|
35 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
|
|
36 |
|
37 |
== Screenshots ==
|
38 |
1. The widget settings
|
39 |
|
40 |
== Changelog ==
|
41 |
|
|
|
|
|
|
|
42 |
= 0.4 =
|
43 |
* Add date option
|
44 |
* Support `get_the_image` function
|
1 |
=== Plugin Name ===
|
2 |
Contributors: tokokoo, satrya
|
3 |
+
Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, transient api, multiple widgets
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 0.5
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
Provides fleksible and advanced recent posts widget. Allows you to display them with thumbnails, post excerpt, specific category and more.
|
11 |
|
12 |
== Description ==
|
13 |
|
22 |
* Post type option.
|
23 |
* Support `get_the_image` function.
|
24 |
* Transients API.
|
25 |
+
* Multiple widgets.
|
26 |
+
|
27 |
+
= Ugly Image Sizes =
|
28 |
+
This plugin creates custom image sizes. If you use images that were uploaded to the media library before you installed this plugin, please install [Regenerate Thumbnails](http://wordpress.org/extend/plugins/regenerate-thumbnails/) plugin to corrected the sizes.
|
29 |
|
30 |
= Support: =
|
31 |
+
1. Go to [forum support](http://wordpress.org/support/plugin/recent-posts-widget-extended).
|
32 |
+
2. [Open issue on github](https://github.com/tokokoo/recent-posts-widget-extended/issues).
|
33 |
+
3. [Rate/Review the plugin](http://wordpress.org/support/view/plugin-reviews/recent-posts-widget-extended).
|
34 |
|
35 |
+
= Project Info: =
|
36 |
+
* Developed by [Tokokoo Team](http://tokokoo.com)
|
37 |
+
* Follow us on Twitter to keep up with the latest updates [@tokokoo](http://twitter.com/tokokoo)
|
38 |
|
39 |
== Installation ==
|
40 |
|
41 |
1. Upload the 'recent-posts-widget-extended' folder to the `/wp-content/plugins/` directory
|
42 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
43 |
+
3. Go to the widgets page.
|
44 |
|
45 |
== Screenshots ==
|
46 |
1. The widget settings
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 0.5 =
|
51 |
+
* Minor update
|
52 |
+
|
53 |
= 0.4 =
|
54 |
* Add date option
|
55 |
* Support `get_the_image` function
|
rpwe.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
Description: Custom CSS for the Recent Posts Widget Extended.
|
3 |
Version: 0.1
|
4 |
-
Revision: 0.
|
5 |
Author: Satrya
|
6 |
License: GPLv2
|
7 |
*/
|
@@ -23,20 +23,22 @@ License: GPLv2
|
|
23 |
}
|
24 |
|
25 |
.rpwe-block h3 {
|
|
|
26 |
clear: none;
|
27 |
margin-bottom: 0 !important;
|
28 |
font-weight: normal;
|
29 |
-
font-size: 12px;
|
30 |
font-family: Arial, sans-serif;
|
31 |
line-height: 1.5em;
|
32 |
}
|
33 |
|
34 |
.rpwe-alignleft {
|
35 |
-
border:
|
|
|
36 |
display: inline;
|
37 |
float: left;
|
38 |
-
margin:
|
39 |
-
padding:
|
40 |
}
|
41 |
|
42 |
.rpwe-summary {
|
1 |
/*
|
2 |
Description: Custom CSS for the Recent Posts Widget Extended.
|
3 |
Version: 0.1
|
4 |
+
Revision: 0.5
|
5 |
Author: Satrya
|
6 |
License: GPLv2
|
7 |
*/
|
23 |
}
|
24 |
|
25 |
.rpwe-block h3 {
|
26 |
+
background: none !important;
|
27 |
clear: none;
|
28 |
margin-bottom: 0 !important;
|
29 |
font-weight: normal;
|
30 |
+
font-size: 12px !important;
|
31 |
font-family: Arial, sans-serif;
|
32 |
line-height: 1.5em;
|
33 |
}
|
34 |
|
35 |
.rpwe-alignleft {
|
36 |
+
border: 1px solid #EEE !important;
|
37 |
+
box-shadow: none !important;
|
38 |
display: inline;
|
39 |
float: left;
|
40 |
+
margin: 2px 10px 0 0;
|
41 |
+
padding: 3px !important;
|
42 |
}
|
43 |
|
44 |
.rpwe-summary {
|
rpwe.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Recent Posts Widget Extended
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/recent-posts-widget-extended/
|
5 |
Description: Enables recent posts widget with advanced settings.
|
6 |
-
Version: 0.
|
7 |
Author: Satrya
|
8 |
Author URI: http://tokokoo.com
|
9 |
Author Email: satrya@tokokoo.com
|
3 |
Plugin Name: Recent Posts Widget Extended
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/recent-posts-widget-extended/
|
5 |
Description: Enables recent posts widget with advanced settings.
|
6 |
+
Version: 0.5
|
7 |
Author: Satrya
|
8 |
Author URI: http://tokokoo.com
|
9 |
Author Email: satrya@tokokoo.com
|