Archived topic
How can I create this layout with GeneratePress
5 replies · Started by Tung on September 15, 2017
Hey Tom,
Do you have any advice on replicating this layout in GP?
https://app.moqups.com/pumama/AhLBCyrKuc/view/page/a70a4bb75
The pageheader is easy one and I can do that.
But to create the tabbed navigation and the grid layout - I'm not sure how.
1. Also I want to remove the excerpt from the blog layout
2. And how to display featured image on post?
Hi there,
Actual tabs can be tricky. An alternative would be to use the same color for navigation background current and content background. so the two blends in together.
Remove excerpt: https://docs.generatepress.com/article/blog-overview/#blog-content
Featured image on single posts? It should be in Customizer > Layout > Page Header > Singe Post Header Location.
Let me know if this helps.
I want to disable except and not showing full post too. Showing no content on the blog page
Try setting the excerpt length to 0.
Let me know.
I did that but then it still shows the 3 dots next to read more "… "
Ahh yeah. Do you want to hide Read More as well? If so try this CSS:
.entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/