go41

the info you need to know


von Joern
Keine Kommentare

still got your url, but for me your site looks almost equal in IE and FF, where is the add you talk about?Where should I look for, in sidebar-top, sidebar-ads, sidebar-middle or sidebar-bottom?one hint, use The W3C validator http://validator.w3.org/ for your site and try to reduce at least some of…


von Joern
Keine Kommentare

To get a plain page between header and footer in arthemia theme to display a forum you have to create a page template for Wordpress first. I just took page.php, which actually has this content:Code:<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post_<?php the_ID(); ?>"> <span…