Home › Forums › Pro Support › WP Show Posts 1.1
- This topic has 8 replies, 4 voices, and was last updated 5 years, 5 months ago by
Tom.
-
AuthorPosts
-
January 4, 2018 at 10:08 pm #3208
Tom
KeymasterWPSP 1.1 beta is out and ready for testing. Official version will be released next week.
This is the free plugin update, which will allow easier updates in future versions of Pro.
Once this update is out, we’ll be focusing on getting the next Pro update out ASAP.
Any testing is appreciated!
Download here: https://tomusborne.com/dev/temp/wp-show-posts.zip
Changelog:
- 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: 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
January 9, 2018 at 2:47 pm #3239Jamal
ParticipantGreat work Tom, thanks for showing some love to this awesome plugin. Now looking forward to the pro updates.
1. Multiple taxonomy terms to be selected
I have installed this beta version on two live sites and one local but one of the live sites i can’t select any terms at all. ScreenshotNow that i can chose title html element i successful used disable_title_link filter. Excellent!
Request: Just like in GP ability to chose whether to display read more as a link.
Ability to horizontal align meta and read more linksThis is what i have so far but i think i will exclude terms later.
P.s Any chance there is a better alternative to FakerPress? Its great but it uses custom excerpts which cause havoc and a real time waster trying to find out why the excerpt length isn’t working.
January 9, 2018 at 3:22 pm #3240Tom
KeymasterHey Jamal,
Thanks for the feedback!
1. Try clearing your browser cache.
2. Thanks for those feature requests, any chance you can log them in separate issues on our GitHub page?: https://github.com/tomusborne/wp-show-posts
3. I’ve never heard of FakerPress, I’ll take a look 🙂
January 11, 2018 at 1:41 pm #3248Jamal
ParticipantHi Tom
1. Totally fixed
2. DoneThanks once again.
January 12, 2018 at 10:16 am #3271David Beckwith
ParticipantHi Tom can you confirm the use of the new wrapper hook?
add_action( 'wpsp_inside_wrapper hook','db_wpsp_content' ); function db_wpsp_content() { ?> <p>Hello</p> <?php }
David
January 12, 2018 at 10:33 am #3272Tom
KeymasterInstead of
wpsp_inside_wrapper hook
, usewpsp_inside_wrapper
.January 12, 2018 at 5:58 pm #3277David Beckwith
ParticipantDoh! Thanks and apologies must get some new glasses…
April 17, 2018 at 5:00 am #4248Benjamin
ParticipantHumm, too bad the download link is broken. The official version doesn’t cut the excerpt as expected and I wanted to check if it was working in the beta version…
I guess I’ll just post the problem for investigation.
April 18, 2018 at 9:11 pm #4253Tom
KeymasterThis is quite an old topic. WPSP 1.1.2 is available via your Dashboard now.
Feel free to open a topic and we’ll look into it 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.