Archived topic
Adding Content to Columns
5 replies · Started by James on February 18, 2020
Hello:
I want to redesign my homepage.
I have enabled the "sections" function and I have watched the video showing how to create and add content into sections.
But I want to create columns within my sections and so I have installed the "lightweight grid column" plugin but I don't know how to add content within these columns. For example, how do I create a list of my most recent blog posts or my most popular buying guides? Thanks
Hi there,
Try using WP Show Posts instead:
https://wordpress.org/plugins/wp-show-posts/
Great stuff. That is a great help. Is there a way that the title of each post can be displayed in bold and for the "read more" text to be a different color? Thanks
Technically WPSP questions should be in WPSP's support forum.
If you link me to the site here I'll try to help if it's easy enough :)
Sorry, Leo.
I have been onto the support forum for WPSP and I have found the following code:
.wp-show-posts .wp-show-posts-entry-title {
font-size: 16px;
font-weight: bold;
}
.wp-show-posts .wp-show-posts-entry-title a {
color: #4287f5;
}
but I am a bit confused about where to add it.
I have navigated to the plugin editor and within the plugin files section, do I add the code to wp-show-posts.css or wp-show-posts-min.css?
Thanks,
It would be one of these methods:
https://docs.generatepress.com/article/adding-css/