I need a shortcode to show the latest four blog posts on the homepage.

I need a shortcode to show the latest four blog posts on the homepage.

Hi there,
We do not have a shortcode that will display as is indicated on your screenshot but there is a recent post shortcode that you can use to display the 4 latest posts on your site.
http://demo.theme.co/integrity-1/shortcodes/recent-posts/
Hope this helps.
I think that it might work, but it doesn’t really fit.

Could you please provide some CSS so that it looks like this?

Hi there,
Please provide the link of the site you are working on,
Thank you.
Sure. Thank you!
Hi there,
Please try this code:
.home .x-recent-posts a {
border: 0;
padding: 0 !important;
background-color: transparent;
box-shadow: none;
margin-bottom: 5px !important;
}
.home .x-recent-posts .x-recent-posts-date {
display: none;
}
.home .x-recent-posts .x-recent-posts-content {
padding: 0;
}
.home .x-recent-posts a * {
color: #fff;
}
.home .x-recent-posts .h-recent-posts:after {
content: "»";
margin-left: 8px;
}
Hope this helps.
That’s great! Thank you!
Hey There,
If you need anything else we can help you with, don’t hesitate to open another thread.
Thank you.
Let us know in case the code didn’t work.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.