Archived topic
How to add post archive to pages
6 replies · Started by Francesco on November 15, 2019
Hi, how can I display the post archive (with thumbnails, excerpts etc.) into pages ?
My goal is to have the same home page archive you see in the Marketer theme (from site library) also into pages.
thanks
Hi there,
so you want to include Pages and Posts in your Home page list?
Hi David, actually I'm developing a site using Marketer theme (from site library)
As you can see this theme display the posts with image and excerpt in a nice way. But how can I extend the use of that function also to other pages, not only to the home page ?
I need to display the posts in that way on other pages in my website.
thanks
I do not need to display pages and posts, I need to display the posts archive (in the way the marketer theme does) into secondary pages of my website. Thanks !
In that case Tom's WP Show Posts plugin will do the job:
I got the pro version, but it is not styled as the home page I sent you. I mean : you can change colors settings and many things, but all the posts appear on a single background block. I want single posts to be displayed in single blocks like the template.
You can see better with some links :
I want this : https://impiantoidraulico.com/index.php/prova/
But I get this : https://impiantoidraulico.com/index.php/contact/
how can I fix ?
thanks
What if you change the body background color to be the same as the content background color, then remove this CSS in the additional CSS field:
.inside-article, .sidebar .widget, .comments-area {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}