The most minimal
-
I’m looking to make my page display absolutely nothing but a centered image.
No text. No “Bloggy” stuff like follow and comment and stuff.
I can’t figure out how to just have my domain display a picture. That’s all I want right now.
Can anyone help? I just want people to see the picture when they visit, and nothing else.The blog I need help with is: (visible only to logged in users)
-
There is no domain mapping upgrade for http://defenders.me. If you would like to use this domain you will first need to set up domain mapping. Are you referring to another blog? If so what is the URL?
-
I’ll assume you are talking about http://defendersdotme.wordpress.com/ using Flounder.
I would suggest then that you set a static page as your front page for your site. The following will remove absolutely everything from a static home page, and make the content area full-width. In the page editor, upload your image, get the URL of that image and then insert it “From URL” instead of through the normal insertion process so that it will be as wide as possible. It should be 960px in width to fill the entire width. One note, the following does not remove the WordPress and theme footer credits. Those have to stay and be visible per the Terms of Service (#11).
.home .site-header, .home .side-widget-area, .home .hentry .entry-header, .home div.sharedaddy, .home .comments-area { display: none; } .home .hentry, .home .hentry .entry-meta { background: none; } .home .site-content { margin-left: 0; }
- The topic ‘The most minimal’ is closed to new replies.