-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreadme.txt
270 lines (209 loc) · 6.71 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
=== WP Show Posts ===
Contributors: edge22
Donate link: https://wpshowposts.com
Tags: show posts, display posts shortcode, portfolio, gallery, post columns
Requires at least: 4.5
Tested up to: 6.1
Stable tag: 1.1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add posts to your website from any post type using a simple shortcode.
== Description ==
= Note =
This plugin is only receiving security updates at this time. Check out our [GenerateBlocks](https://generateblocks.com/) plugin for a more modern solution.
https://vimeo.com/175638957
WP Show Posts allows you to display posts anywhere on your website using an easy to use shortcode.
You can pull posts from any post type like WooCommerce, Easy Digital Downloads etc..
This plugin works with any theme.
Here are the features in the free version:
= Posts =
* Post type
* Taxonomy
* Terms
* Posts per page
* Pagination
= Columns =
* Columns
* Columns gutter
= Images =
* Show images
* Image width
* Image height
* Image alignment
* Image location
= Content =
* Content type (excerpt or full post)
* Excerpt length
* Include title
* Read more text
* Read more button class
= Meta =
* Include author
* Author location
* Include date
* Date location
* Include terms
* Terms location
= More settings =
* Author ID
* Exclude current
* Post ID
* Exclude post ID
* Ignore sticky posts
* Offset
* Order
* Order by
* Status
* Meta key
* Meta value
* Tax operator
* No results message
= Our *Pro* version has these features =
https://vimeo.com/175660953
[Check out Pro](https://wpshowposts.com/ "Check out Pro")
= Posts =
* AJAX pagination
= Columns =
* Masonry
* Featured post
* Background color
* Background color hover
* Border color
* Border color hover
= Images =
* Image overlay color
* Image overlay icon
* Image hover effect
* Image lightbox
* Image lightbox gallery
= Content =
* Read more style
* Read more color
* Content link color
* Content link color hover
* Content text color
* Title color
* Title color hover
= Meta =
* Meta color
* Meta color hover
= Social =
* Twitter
* Twitter color + hover
* Facebook
* Facebook color + hover
* Google+
* Google+ color + hover
* Pinterest
* Pinterest color + hover
* Love it
* Alignment
Check out GeneratePress, our awesome WordPress theme! (http://wordpress.org/themes/generatepress)
== Installation ==
There's two ways to install WP Show Posts.
1. Go to "Plugins > Add New" in your Dashboard and search for: WP Show Posts
2. Download the .zip from WordPress.org, and upload the folder to the `/wp-content/plugins/` directory via FTP.
In most cases, #1 will work fine and is way easier.
== Frequently Asked Questions ==
= How do I create a post list? =
* Make sure WP Show Posts is activated.
* Navigate to "WP Show Posts > Add New" and configure your list.
* Copy the shortcode provided for you when adding your new list.
* Add your shortcode to your desired page or post.
== Screenshots ==
1. All of your created post lists.
2. The "Posts" settings tab.
3. The "Columns" settings tab.
4. The "Images" settings tab.
5. The "Content" settings tab.
6. The "Meta" settings tab.
7. The "More query ars" settings tab.
== Changelog ==
= 1.1.6 =
* Security: Add capability checks to AJAX functions
= 1.1.5 =
* Security: Add user capability check for post status
= 1.1.4 =
* Security: Improve escaping of settings that display HTML
* Tweak: Add wpsp_query_args filter
= 1.1.3 =
* New: Button class option
* Fix: Duplicate post classes
* Fix: Post classes PHP notice in some themes
* Fix: PHP 7.2 PHP warning while editing lists
* Tweak: Pass $settings to wpsp_wrapper_atts filter
* Tweak: Remove font-size and line-height CSS (allow themes to handle it)
= 1.1.2 =
* Fix: Performance issue dealing with lots of terms in list admin
* Fix: Post class clashes with GP Premium
* Tweak: Allow name in shortcode instead of ID
* Tweak: Use theme defined font size for title elements (removes the default 30px)
= 1.1.1 =
* Fix: Fix image hover effects in WPSP Pro
= 1.1 =
* New: Allow multiple taxonomy terms to be selected
* New: Choose the title HTML element
* New: wpsp_disable_title_link filter
* New: wpsp_disable_image_link filter
* New: wpsp_read_more_output filter
* New: wpsp_inside_wrapper hook
* New: wpsp_image_attributes filter
* New: wpsp_term_separator filter
* New: Option to add comments number/link in post meta
* New: Allow override of settings within shortcode parameter
* New: Add standard post classes to each post
* Tweak: Remove many function_exists() wrappers - check your custom functions!
* Tweak: Pass list settings through hooks instead of using global
* Tweak: Clean up code considerably
* Tweak: Use the_excerpt() instead of custom function
* Tweak: Remove border radius from read more buttons
* Fix: Broken author setting
* Fix: Remove image float on mobile
* Fix: Missing color labels in WP 4.9
= 1.0 =
* Add new hook inside image container: wpsp_inside_image_container
* Fix issue with pagination and random post ordering
* Clean up defaults to only include free options
* Add margin to the top of pagination
* Use manual excerpt if it's set
== Upgrade Notice ==
= 1.1.3 =
* New: Button class option
* Fix: Duplicate post classes
* Fix: Post classes PHP notice in some themes
* Fix: PHP 7.2 PHP warning while editing lists
* Tweak: Pass $settings to wpsp_wrapper_atts filter
* Tweak: Remove font-size and line-height CSS (allow themes to handle it)
= 1.1.2 =
* Fix: Performance issue dealing with lots of terms in list admin
* Fix: Post class clashes with GP Premium
* Tweak: Allow name in shortcode instead of ID
* Tweak: Use theme defined font size for title elements (removes the default 30px)
= 1.1.1 =
* Fix: Fix image hover effects in WPSP Pro
= 1.1 =
* New: Allow multiple taxonomy terms to be selected
* New: Choose the title HTML element
* New: wpsp_disable_title_link filter
* New: wpsp_disable_image_link filter
* New: wpsp_read_more_output filter
* New: wpsp_inside_wrapper hook
* New: wpsp_image_attributes filter
* New: wpsp_term_separator filter
* New: Option to add comments number/link in post meta
* New: Allow override of settings within shortcode parameter
* New: Add standard post classes to each post
* Tweak: Remove many function_exists() wrappers - check your custom functions!
* Tweak: Pass list settings through hooks instead of using global
* Tweak: Clean up code considerably
* Tweak: Use the_excerpt() instead of custom function
* Tweak: Remove border radius from read more buttons
* Fix: Broken author setting
* Fix: Remove image float on mobile
* Fix: Missing color labels in WP 4.9
= 1.0 =
* Add new hook inside image container: wpsp_inside_image_container
* Fix issue with pagination and random post ordering
* Clean up defaults to only include free options
* Add margin to the top of pagination
* Use manual excerpt if it's set