forked from tiptoppress/category-posts-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
150 lines (121 loc) · 6.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
=== Category Posts Widget ===
Contributors: mkrdip, kometschuh
Donate link: http://mkrdip.me/donate
Tags: category, posts, widget, single category widget, posts widget, category recent posts
Requires at least: 2.8
Tested up to: 4.4.1
Stable tag: 4.1.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a widget that shows the most recent posts from a single category.
== Description ==
Category Posts Widget is a light widget designed to do one thing and do it well: display the most recent posts from a certain category.
We are working on a pro version that is available in a few days. If you want, you can send us your e-mail address to: [email protected]. Once our new website is accessible, we will inform you about the new features. There will be a multi-category option that supports custom post types and new WP tags. We want to design different styles that are easy to be selected, like vertical scrolling ticker. Then we plan a bundle offer with our other expanded Posts widgets, so you can upgrade your site quickly by widget bundle. The free version will still exist, maintained and supported with most of the new features.
= Features =
* Option to change ordering of posts.
* Option to show post thumbnail & set dimension by width & height.
* Option to set mouse hover effects for post thumbnail.
* Option to put thumbnail on top
* Option to hide posts which have no thumbnail.
* Option to disable widget CSS.
* Set how many posts to show.
* Option exclude current post.
* Option show post author.
* Set which category the posts should come form.
* Option to show the post excerpt, set the length and change 'more' text.
* Option to show the post date.
* Option to make the widget date link to the category page.
* Option to format the outputted date string.
* Option to show the comment count.
* Option to make the widget title link to the category page.
* Option to link to the category page below posts list.
* Option to hide the title.
* Option to hide widget, if category have currently no posts.
* Multiple widgets.
* Multi sites support.
* Localization support.
* Generate thumbs from existing images.
= Documentation =
Formatting date and time: See <a target="_blank" href="https://codex.wordpress.org/Formatting_Date_and_Time">Formatting Date and Time</a>.
= Contribute =
While using this plugin if you find any bug or any conflict, please submit an issue at
[Github](https://github.com/mkrdip/category-posts-widget) (If possible with a pull request).
== Installation ==
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Category Posts Widget,
1. log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
2. In the search field type “Category Posts Widget” and click Search Plugins.
3. Once you’ve found plugin, you can install it by simply clicking “Install Now”.
4. Then, go to plugins page of WordPress admin activate the plugin.
5. Now, goto the Widgets page of the Appearance section and configure the Category Posts widget.
= Manual installation =
1. Download the plugin.
2. Upload it to the plugins folder of your blog.
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Now, goto the Widgets page of the Appearance section and configure the Category Posts widget.
== Upgrade Notice ==
* Please consider to re-configure the widget as the latest version has numerous changes from previous.
* Version 4.0 uses CSS file for styling the widget in front end.
* Version 3.0 or later version uses WordPress 2.9's built in post thumbnail functionality.
== Frequently Asked Questions ==
= Excerpt length filter doesn't works =
When a post has no manual excerpt WordPress generates an excerpt automatically by selecting the first 55 words of the post or the first words number setted by the excerpt filter length. This means the excerpt length filter works only with automatic excerpt. If you manually added an excerpt, you'd want it all to be shown.
WordPress Codex: <a target="_blank" href="http://codex.wordpress.org/Excerpt#Excerpt.2C_automatic_excerpt.2C_and_teaser">3 Excerpt, automatic excerpt, and teaser</a>
= The font-size is different from that of other widgets or the Theme? =
Please use the option: "Disable widget CSS".
= I want the title as a link pointing to the selected Categorie page? =
Enable the check box "Make widget title link".
== Screenshots ==
1. The widget configuration dialog.
2. Front end of the widget using a default WordPress Theme.
== Changelog ==
= 4.1.6 =
* Add option to set mouse hover effects for post thumbnail.
* Add option to change the excerpt more text.
= 4.1.5 - February 4 2016 =
* Support for multi sites.
* Support for localization.
* Generate thumbs from existing images.
* Area UI.
= 4.1.4 =
* Added option exclude current post.
* Added option to hide posts which have no thumbnail.
* Added option to make the widget date link to the category page.
* Added option to link to the category page below posts list.
* Added option show post author.
* Added option to format the outputted date string.
= 4.1.3 =
* Added option to hide widget, if category have currently no posts.
= 4.1.2 =
* Fixed hide title bug.
= 4.1.1 =
* Added option to put thumbnail on top.
* Added option to show/hide the title.
* Fixed no background bug.
= 4.1.0 =
* Added PHP5 Constructor.
* Added Option to allow/disallow widget CSS.
* Now, compatible with WordPress 4.3.
* Meet new plugin author [kometschuh](https://profiles.wordpress.org/kometschuh)
= 4.0 =
* Added CSS file for post styling .
* Now compatible with latest versions of WordPress.
= 3.3 =
* Fixed random sort bug.
= 3.2 =
* Added option to change ordering of posts. Defaults to showing newest posts first.
= 3.1 =
* Fixed a bug in the thumbnail size registration routine.
= 3.0 =
* Added support for WP 2.9's post thumbnail feature.
* Removed support for Simple Post Thumbnails plugin.
* Added option to show the post date.
* Added option to set the excerpt length.
* Added option to show the number of comments.
= 2.3 =
* Really tried to fix bug where wp_query global was getting over written by manually instantiating a WP_Query object.
= 2.1 =
* Fixed bug where wp_query global was getting over written.
= 2.0 =
* Updated to use the WP 2.8 widget API.
* Added support for [Simple Post Thumbnails plugin](http://wordpress.org/extend/plugins/simple-post-thumbnails/).