• Hello, I’m using theme Lupercalia, my site is http://futari.perrylandia.in. I want to make an editorial in my blog, and I want this special post to be full-width, but to appear like my other posts in my recent entries section and in my blog slider. Make it look like a page but work like an usual post.

    I don’t want all my posts to look full-width; just this one (and maybe more in the future). My theme doesn’t support Post Formats, but I’m not sure that’s what I’m looking for. Or is it? Honestly, I don’t know.

    Maybe can somebody help me achieve it? Thank you very much! <3

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    one way is to create “page” (rather than a post) then you can remove the sidebars without any coding:

    Dashboard >> Pages

    Where you edit the page, select Template as Full Width, No sidebar.

    There is a subtle difference between a page and a post but I am sure you know about this.

    Thread Starter catonwall

    (@catonwall)

    Yeah, I know! But a page won’t appear in my “Latest Entries” section in the main page, nor in my blog slider; I want those things.

    try CSS (you will need to know the post ID ???? of that specific post):

    .postid-???? #sidebar { display: none; }
    .postid-???? #main { width: 100%; }

    for other suggestions or details, please post in https://wordpress.org/support/theme/lupercalia#postform

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make just one full-width post?’ is closed to new replies.