WordPress Theme – Portfolio Press
I’m glad to announce an all new WordPress theme from Blog Oh! Blog called Portfolio Press. This is a dark-colored theme suitable for anyone who wants to create a quick portfolio or wants to showcase his work through WordPress. The theme is fully CSS/XHTML validated, WordPress 2.6+ ready and comes with easy to modify code. The comments are nicely designed with Gravatar functionality.

The theme is very small in size (58Kb only) and loads very quickly. It is also SEO optimized and has been tested with Firefox, IE6, IE7 and Opera browsers.
How to install this theme?
- You should have WordPress installed and ready either at your local host or on your paid hosting
- Download the zip file for this theme. Extract the theme folder and upload it to /wp-content/themes/ in your WordPress installation.
- Log in to your WordPress admin panel, go to the “design” section and click on “Portfolio Press” theme to apply it.
- Check your blog for the theme change.
Demo & Download Portfolio Press
If you like the theme or want to leave feedback in general, please leave a comment. They are the inspiration that keeps me designing new themes for the community.



































@Pete:-
That worked flawlessly, thank you so very much.
@Ohi:- Here is what I did to fix the Tag Cloud not keeping within the sidebar.
In the style.css in the sidebar section I had to manually set the width of the sidebar. I set mine to 260px.
I changed:
#sidebar { text-align:right;}
to:
#sidebar { text-align:right; width: 260px; }
That fixed the issue for me. Good luck
I love this theme and wish to use it badly, but when the widgets overflow, they don’t wrap. This leads to the main portion of the blog to shift down to the bottom.
IE: if your tags are very long, they don’t wrap and just continue going straight across and shifts the right side of the page to the bottom.
Can anyone tell me how to fix this?