Site logo

Archived topic

Make Blog Page Look like "Marketer" template

7 replies · Started by Michael on July 30, 2021

Viewing posts 1–8 of 8

Hello!

I'm using GenPress premium. I have a customized home page, but I want my blog post page to look like the "Marketer" template. Obviously the header might be different, but I'd like the same layout for the posts.

Can this be done?

Please and thank you!
Michael

Hi Leo! I'll drop it in the private info area. Give it about 10 min from the time of posting - I'm running an update right now.

Hi Michael,

Let's try make the same arhive settings as Marketer in customizer:
https://www.screencast.com/t/eYnNoTXAqk60

Once it's done, we can see if there's any CSS needed to reach the final result :)

Let me know :)

Hello! That got us pretty close.

-The "read more" option only appears when the post doesn't have an excerpt written. Is there a way to force it to appear?
-In Marketer, there's sort of a white box around each post that stands out from the background.
-I can open a separate ticket if needed, but I also like the way the "Recent Posts" appears in the sidebar. Do you have the settings for that?

Thank you!

-The “read more” option only appears when the post doesn’t have an excerpt written. Is there a way to force it to appear?

This should help: https://docs.generatepress.com/article/activating-read-custom-excerpt/

-In Marketer, there’s sort of a white box around each post that stands out from the background.

Try this CSS:

.inside-article, .sidebar .widget, .comments-area {
    border-right: 2px solid rgba(0,0,0,.07);
    border-bottom: 2px solid rgba(0,0,0,.07);
    box-shadow: 0 0 10px rgb(232 234 237 / 50%);
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

-I can open a separate ticket if needed, but I also like the way the “Recent Posts” appears in the sidebar. Do you have the settings for that?

Marketer is using this plugin:
https://en-ca.wordpress.org/plugins/recent-posts-widget-with-thumbnails/

If you have more questions, please open a new topic.

Thanks!

Can you open a new topic for the question?

Thanks :)

This archived topic is closed to new replies.