go41

the info you need to know


von Joern
Keine Kommentare

your site is loading a lot of scripts, done by the plugins you use, as there are:GET jquery.js?ver=1.4.2GET scripts.js?ver=3.0.1GET ZeroClipboard.js?ver=1.3GET ZeroClipboard.wlm.js.php?ver=3.0.1GET jquery.tooltip.js?ver=1.3GET jquery.tooltip.wlm.js?ver=3.0.1GET jquery-ui-1.7.3.datepicker.min.js?ver=1.3GET jquery.elastic.js?ver=3.0.1GET jquery.qtip-1.0.0-rc3.min.js?ver=3.0.1GET jquery-ui.min.js?ver=3.0.1GET mingle.js?ver=3.0.1GET postTabs.js?ver=3.0.1GET audio-player.js?ver=2.0.4.1GET script.jsGET style.cssGET jd.gallery.cssGET mootools-1.2.4-core-jm.jsGET mootools-1.2.4.4-more.jsGET jd.gallery_1_2_4_4.jsGET jd.gallery.transitions_1_2_4_4.jsGET jquery.min.jsGET jquery.validate.jsGET jquery.form.jsGET…


von Joern
Keine Kommentare

in Arthemia the query for category Headline is like this:Code:<?php query_posts("showposts=1&category_name=Headline"); ?>If you know the ID of this category (here as sample ID=4) you could use:Code:<?php query_posts("showposts=1&cat=4"); ?>Coming to Featured section, normally like this:Code:<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>this you…


von Joern
Keine Kommentare

before you had on top of your header.php this:Code:<div class="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139"></img></div>these lines are gone from there, that's good, but I can't find them anywhere anymore...?anyway, it should read like this:Code:<div id="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139" alt="" /></div>you could put…