• Resolved lentak

    (@lentak)


    Hi,

    I created attachment.php for serving my photos in your theme and would like to ask you how could I set different layout on it.

    I use left sidebar and main content on the rest of my site, but I would like to have attachment without sidebars, so that the full image can show there.

    In the Theme Options I can set different layouts for home page, single post, page and others, but not for attachment.

    Could you please help? Thank you!
    Julius

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Julius. On the page where you’re using the attachment page template you can select the page layout in the “Layout” section below the page editor.

    Thread Starter lentak

    (@lentak)

    Yes I know, but I need to do this for Attachment Page and for 1100+ pictures ?? but I already solved this:

    in the functions.php file I found section:

    // Set layout based on page

    and added this line at the bottom:

    elseif ( is_attachment() ) $layout = ‘col-1c’;

    This is what I needed!

    Thread Starter lentak

    (@lentak)

    And just above // Else get global option
    I added this line: elseif ( is_attachment() ) $layout = ‘col-1c’;

    I did exactly what lentak said and nothing changed. I have also cleaned the cache but no luck. Can you please tell me if you did something else or what options do you have in the appareance -> Theme Options -> layout settings?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to set different layout (sidebar free) for attachment page’ is closed to new replies.