[Resolved] Disable elements/header+footer doesn't work on blog index page & more…

Home Forums Support [Resolved] Disable elements/header+footer doesn't work on blog index page & more…

Home Forums Support Disable elements/header+footer doesn't work on blog index page & more…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377926
    Zoltan

    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

    #377960
    Leo
    Staff
    Customer Support

    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.

    #378211
    Zoltan

    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

    #378355
    Leo
    Staff
    Customer Support

    Yeah they are both good 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.