go41

the info you need to know


von Joern
Keine Kommentare

the problem are the links to the images in your posts.Taking just one image from the site on the new server:<img alt="SEXY WILDERNESS" src="http://www.maaximumman.com/wp-content/themes/Emporium/thumb.php?src=http://codeglam.com/v1/wp-content/uploads/products_img/test3.jpg&w=336&zc=1&q=80&bid=1">It takes the script from maaximumman and the location of the image is codeglam...By moving to a…


von Joern
Keine Kommentare

this is correct as the upper part:</div><div id="bottom" class="clearfloat"><div id="front-list"><div id="middle"><img src="<?php echo ge....in the lower part you have in the script you give above:<?php } ?><?php if(is_paged()) { ?><div id="bottom" class="clearfloat"><?php } ?><div id="front-list"><?php$page = (ge.....the div id="front-list" should…


von Joern
Keine Kommentare

above you gave me your index.phpthis is wrong<?php } ?><div id="bottom" class="clearfloat"><div id="front-list"><?php if(is_paged()) { ?><div id="bottom" class="clearfloat"><?php } ?><?php$page = (get_query_var('paged')) ? get_query_var('paged') : 1;query_posts("cat=-27,-28&paged=$page&posts_per_page=5"); ?>it should have looked like this:<?php } ?><?php if(is_paged()) { ?><div id="bottom" class="clearfloat"><?php }…