Site logo

Archived topic

Disable elements/header+footer doesn't work on blog index page & more...

3 replies · Started by Zoltan on September 2, 2017

Viewing posts 1–4 of 4

Hello,

1. I have the above problem: I can't disable header and footer on blog index page.
2. I also tried to use a custom page header. The image appears but without post_title. (I used <h1>{{post_title}}</h1> as content).

Here it is: http://reeltime-music.com/blog/

3. One more question: On the home page I use sections. Can I display here the recent post in a featured manner? Or the 3 latest posts in a 3 column way? Can I put widgets into sections? Or can I use any page builder in sections?

Thank you!

Regards
Sosa

Hi there,

1. Metabox doesn't work on WordPress index pages (blog, archive) by default.

Try this CSS to remove header and footer:

.blog .site-header,
.archive .site-header,
.blog .site-footer,
.archive .site-footer {
    display: none;
}

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

2. That tag is actually used for posts titles. Are you want to show the word Blog? If so try entering it.

3. You would need to use WP Show Posts for that: https://en-ca.wordpress.org/plugins/wp-show-posts/
Widgets in sections: https://en-ca.wordpress.org/plugins/widget-shortcode/
Sections is basically a simple page builder so it shouldn't be used with page builders.

Hello,

thanks for your reply!
One question: you offered 2 plugins that are not tested with current WP version. Can I use them safely anyway?

Thanks!

Regards
Sosa

Yeah they are both good :)

This archived topic is closed to new replies.