WorldOWeb WordPress theme was my original theme that I have decide to release. It is a lightweight theme which is suitable for all audiences. It has been tested with wordpress 2.7 upwards. The latest version is 2.2.9 which was released on 3rd October 09.
Features include:
- Widget Ready
- Fluid Width
- Valid XHTML & CSS
- Two Columns
- Comments & Pings are separated
- WP-navi plugin compatible*
- WP-twitip-light compatible *
*Compatible when the included plugins are activated.






@Susie I have sent you an updated style.css to your email address to incorporate these changes.
Hi Tracy – I just had a quick question regarding formatting the WorldoWeb template – if I want all the content between the header and the footer to sit in a section of about 700px wide with a white background just in that div and a different color background for the actual page behind it – how do I do that? I’ve tried tweaking the #main bit in the css stylesheet, but it keeps making the background transparent whenever I remove the “float:left;” command to center that div. This is what I’ve tried adding to make that div centered:
#main
{
width: 880px;
background-color:#fff;
margin-left: auto;
margin-right: auto;
text-align: left;
}
and I’ve stuck the “text-align: center;” in the “body {” bit as well. What am I doing wrong? Help!
Tracy – Just wanted to say thanks for releasing the worldoweb theme. It is outstanding and so easy to customize. It performs very nicely – fast and light even after adding some plugins. Well done.
Your welcome. Thanks for your kind comments. I hope to make many more lightweight themes in the future. If you ever have any problems with any plugins feel free to contact me.
Thank you
How do I change the header image
Thanks
It is in style.css under #header. The image is called upgrade.jpg.
Ok that works !
thanks Tracy !
Are you wanting a static page as your homepage? This can be done from the reading pane under settings in admin. If this is not what you are wanting could you give me a link to your site for a better understanding?
Hello Tracy,
I have nothing to put on the “HOME” page. So, I would like to aims this page on the second page of my wordpress so that a visitor doesn’t arrive on a white page… What must I modify please ?
Worked great thanks!
No worries, any-time.
Hi, just wondering how pictures posted to a posting can be displayed on the main page, currently they only appear in the single form.
Thanks in advance.
Try going to index.php template and changing
on line 10 to
The index.php is displaying excerpts by default which does not show images. Changing it to the
will then display the full content of the post including pictures. Let me know how you get on.