I added the recent posts widget to sidebar but it’s not showing. Can you help?
Hello Cindy,
Thanks for writing in!
I suggest you to use X Theme Recent Post Shortcode and add the same to Custom HTML widget to display recent post on sidebar. I tested on your website and it’s working fine. To learn more about the shortcode, please take a look at following resource.
http://demo.theme.co/integrity-1/shortcodes/recent-posts/

Thanks.
Thanks, I was using the widgets which is how I built the rest of the sidebar, but it works now.
However, on https://www.wangjingwei.org/blog/ where the recent posts are showing, can there be more space between each of the boxes (they are touching now), and can all the boxes be of equal width (full width of column)? Please picture here. This is not a problem on https://www.wangjingwei.org/blog-en/
Much obliged,
Cindy
Hey Cindy,
I found that this is a bug. For now, please patch it with this CSS (to be added in Theme Options > CSS).
.x-sidebar .x-recent-posts .no-image {
width: 100%;
margin-bottom: 4%;
}
Hope that helps.
Hey Cindy,
It should work provided you have completely implemented it and there’s no syntax errors in your other CSS. It turns out you have. Please fix it or specifically remove the bracket and the code should work.

Thanks.
Ooops, thank you!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.