I'm just starting out with wordpress 2.7.1, trying to build a really simple website/blog based on the Thematic 0.9 theme.
The site: http://www.pr-roman.dk
I want to get rid of all the stuff in the right side column (search field, pages section, blogroll section, etc.) to get a super simple one column layout.
How do I do that?
Thanks very much for any input and pointers.
It would be a lot simpler to simply choose another theme such as:
http://wordpress.org/extend/themes/mountain-dawn
iandstewart
Member
Posted 7 months ago #
You should check out the ThemeShaper Forums. But
.aside {display:none;}
will start getting you there.
@iandstewart: Thanks. I need a bit more help to find out exactly which files I need to modify. I'll post a question at the ThemeShaper Forums also.
@iandstewart: display:none will hide the sidebar in a visual browser but it will still be seen in a non-graphical UAs and, even more importantly, by the search engines. Which may not always be appropriate or wanted.