[Resolved] Separate Container For Blog Section

Home Forums Support [Resolved] Separate Container For Blog Section

Home Forums Support Separate Container For Blog Section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1594567
    Rpn

    Hello GeneratePress Team,

    I want this type of Separate Containers in my blog page, But not in my single post πŸ™‚

    Right now my blog section is looking like this πŸ™

    Thanks!

    #1595202
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know πŸ™‚

    #1597156
    Rpn

    Have a look at this πŸ™‚

    #1597695
    Rpn

    Hello?

    #1597701
    Leo
    Staff
    Customer Support

    Try this PHP filter:

    add_filter( 'option_generate_settings', function( $settings ) {
        if ( is_single() ) {
            $settings['content_layout_setting'] = 'one-container';
        }
    
        return $settings;
    } );

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #1597869
    Rpn

    No change!

    #1598634
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you try the function again? I just tweaked it a little.

    Let us know πŸ™‚

    #1599026
    Rpn

    Still No Change!

    Anyways leave πŸ™‚

    I don’t want to use it now :0

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