- This topic has 9 replies, 2 voices, and was last updated 7 years, 5 months ago by
avraham.
-
AuthorPosts
-
October 14, 2015 at 2:32 am #144213
avraham
Hi Tom,
How are you? I did a custom header image and text for my main blog page, and I see that the header I made for the individual posts page is on that page as well. So two headers.
What am I missing, that would fix this?
Thanks so much!
October 14, 2015 at 10:29 am #144313Tom
Lead DeveloperLead DeveloperHi there,
I’m not sure I’m seeing it. Are you talking about your background image in your header?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 15, 2015 at 12:45 am #144508avraham
Hi Tom,
If you look at
http://www.quietmothering.comIt has a header at the top with the navigation bar beneath it. I made this header in Customize > Background images > Header.
Beneath the navigation bar is the custom header I made to replace the default header. I made this custom header in Appearance > Blog page header.
How do I make the main blog page have only the custom header?
Thanks!
October 15, 2015 at 10:33 am #144632Tom
Lead DeveloperLead DeveloperSo on the homepage there you’re wanting to remove the top header (above the navigation)?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 15, 2015 at 1:19 pm #144682avraham
Yes, please.
And also, just for my knowledge, is there a way to make the blog home page an actual page? Listed with all the other pages and able to have sections and whatnot?
Right now I have the home page set to Latest Posts, but I would like more control than that.
Thank you!
October 15, 2015 at 4:15 pm #144725Tom
Lead DeveloperLead DeveloperTo remove the top header on the blog, you can use this CSS:
.blog .site-header { display: none; }
The only way to display blog posts on a regular page would be to use a plugin like this: https://wordpress.org/plugins/display-posts-shortcode/
Let me know if you need more info 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 17, 2015 at 12:24 pm #145247avraham
Thank you so much. I will try out both options. I appreciate your help.
October 17, 2015 at 9:42 pm #145312avraham
Hi Tom,
Both those options work a treat, thanks very much.
Do you know of any online tutorials that would help me with formatting/styling the output of the display posts plugin?
I found their support page, with the different arguments- but what I mean is displaying in columns across the screen, or displaying one post larger than the subsequent posts, or changing the position of the title relative to the image and excerpt…
Do you know of any guides for a css beginner (relatively beginner, not brand new)?
Thanks for any leads!
October 17, 2015 at 11:40 pm #145335Tom
Lead DeveloperLead DeveloperIf you do a search for Codecademy they have an awesome CSS tutorial.
That Display Posts plugin does require some CSS which is a shame.
I plan on creating my own with pre-made layouts, just haven’t had a lot of time to finish it up.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 18, 2015 at 1:34 am #145347avraham
Thanks, I look forward to it!
-
AuthorPosts
- You must be logged in to reply to this topic.