Archived topic
Similar Blog display on the homepage...
5 replies · Started by Afreen on May 21, 2021
I would like to display the similar blog 3 sections of blog display to be on our homepage with the exact same design Image then text and last read more link to the blog.
Hi there,
Not sure if I fully understand.
Can you link me to the page in question?
Thanks.
The image which I linked it its from the site library of the one of example site named "Donate" where you can see the blog section on the home page, for reference already posted a linked of the image to the previous question.
Hi there,
Donate uses the WP Show Post plugin:
https://en-gb.wordpress.org/plugins/wp-show-posts/
After installing that plugin, create a new WPSP list, and add the Shortcode it provides to your home page.
For the rounded corners and read more underline you need to add some CSS:
/* wpsp read more underline */
.wpsp-read-more {
text-decoration: underline;
}
/* wpsp image rounded corners */
.wp-show-posts-image img {
border-radius: 12px;
}
I used this plugin shortcode to our page but have one issue I would like to change the BG color & Text Color when mouseover to the readmore button and I don't know how do I do this on the shortcode and also the small blog text before the button is not showing.
Place the link in the private.
For questions directly related to WP Show Posts, please open a support topic here:
https://wordpress.org/support/plugin/wp-show-posts/
Thanks!