go41

the info you need to know


von Joern
Keine Kommentare

in footer.php you are exactly at the right place to delete something.I show you here with explanation what does what:<div id="mostcommented" class="clearfloat"> HERE MIDDLE SECTION STARTSSTUFF BELOW SHOWS MOST COMMENTED POSTS<h3>Most Commented</h3><ul><?php $result = $wpdb->get_results("SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY…


von Joern
Keine Kommentare

your featured section looks like this now in index.phpCode:<?php while (have_posts()) : the_post(); ?>   <div class="clearfloat">   <?php $values = get_post_custom_values("Image");   if (isset($values[0])) { ?>      <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">   <img src="<?php echo…


von Joern
Keine Kommentare

Meine Lösung zu falschen DNS Nameserver Einträgen, die auf meine IP zeigen: Ich hatte mich eine ganze Weile gewundert, was auf einer meiner Subdomains für komische Suchanfragen von diversen Referrern ankamen. Zum Beispiel als Referrer: hxxp://xxx.xxira.at/guestbook3/fpg.cgi oder hxxp://xxx.xxendxsprueche.de/dynamics/index.php und andere,…