- This topic has 7 replies, 5 voices, and was last updated 3 years, 10 months ago by
Fernando.
-
AuthorPosts
-
May 17, 2021 at 6:58 am #1784696
Sam
Hello,
Is it possible to create a related or popular post widget for the sidebar and under blog posts that would pull from the category and have images next to it? Attaching my old site below to give you an idea of what I mean.
Thank you,
SamMay 17, 2021 at 6:59 am #1784697Sam
Sorry – never attached the site!
May 17, 2021 at 9:18 am #1785158David
StaffCustomer SupportHi there,
you can use the WP Show Posts plugin:
https://en-gb.wordpress.org/plugins/wp-show-posts/
Once thats installed – create a new WPSP list, were you can set the number of posts you want displayed, columns etc.
It will provide a shortcode that looks like this:[wp_show_posts id="123"]Take a note of the
idThen create a new Hook Element, and in that hook text area add this code with the correct
id[wp_show_posts id="123" settings="taxonomy=category&tax_term=current"]Set the Hook to:
generate_after_content
Check the Execute Shortcodes option.
And set the Display Rules Location to Posts > All posts.July 15, 2021 at 6:43 pm #1857470Sam
Following up pretty late on this topic, but are there any videos to show me how to do this? I downloaded the plugin, but I am not too sure how to use it. I am trying to create a custom homepage that will still pull my latest blog posts.
July 16, 2021 at 12:48 am #1857663Elvin
StaffCustomer SupportHi Sam,
Following up pretty late on this topic, but are there any videos to show me how to do this? I downloaded the plugin, but I am not too sure how to use it. I am trying to create a custom homepage that will still pull my latest blog posts.
WP Show Posts has a demo video on the home page – https://wpshowposts.com/
You can watch the video and then ask us if some things are unclear. 😀
May 22, 2022 at 3:17 pm #2228889Barış İlke
Hello. It’s all working until “current”. If i write specific categories there it works well, however whenever i go “current” it just shows random posts from all categories. Any ideas? Thanks.
May 22, 2022 at 3:17 pm #2228890Barış İlke
Hello. It’s all working until “current”. If i write specific categories there it works well, however whenever i go “current” it just shows random posts from all categories. Any ideas? Thanks.
May 22, 2022 at 7:39 pm #2228979Fernando Customer Support
Hi Baris,
Can you try manually re-typing the shortcode? Sometimes, copying and pasting causes issues with syntax.
Kindly let us know how it goes. 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.