Site logo

Archived topic

How to add post archive to pages

6 replies · Started by Francesco on November 15, 2019

Viewing posts 1–7 of 7

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 !

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);
}
This archived topic is closed to new replies.