Hi everyone. I am new to the community and somewhat(not completely) new to wordpress in general.
I manage our companies website on wordpress (although we have a more technical guy doing advanced template modifications etc.) and I have customized my own template for a personal project.
I now want to attempt a bit more ambitious project. For a WP pro I think it would be fairly easy, and require maybe only a day or so of tinkering around. However, as I am not too adept at CSS/PHP I am not really sure where to start.
The site I am modeling my layout from is this:
wwww.lolsnaps.com
Basically it is a photo sharing blog, but ultra simplistic. I want it to function just like lolsnaps but without the list menu on the left (thats version 2.0).
The end result is fairly simplistic. Here are the goals:
1. custom header image, 100% width (can manage this fairly easy myself)
2. 1 image per wordpress post, with a title. No text necessary, and comments disabled.
3. Main page: http://www.domain.com displays most recent post only. Stripped out menus/category navigation, etc.
4. Arrows going to next most recent and previous posts.
5. Sharing options below (can easily do this myself).
The challenge I think will be getting the mainpage to display ONLY most recent post. and removing everything i dont need (which is basically everything. I only want header/footer, title, photo, previous/next buttons, and sharing functionality on the page. Everything else must go. Might consider keeping search, but not sure yet.
The quickest/easiest way to achieve this I think would be to find a template that does most of this already. However i have yet to find one. If you know of one, by all means would love to see it!
Otherwise I will have to do it myself, so any advice on where to start, what to read, or even some code tips would help.
If I comment out parts of the main templates, is this the best way to remove them from the interface? If I update WP will this break things?
Thanks in advance!