go41

the info you need to know


von Joern
Keine Kommentare

that's not as easy, the secret is in these lines<?php if( $odd = $i%2 ) { echo '<div class="clearfloat brdrd">'; } ?><div class="frontbox <?php if( $odd = $i%2 ) { echo 'left'; } else { echo 'right'; } ?>">if is odd it will show "frontbox left" and else right.but the…


von Joern
Keine Kommentare

Hello,Thank you for the reply.So basically I open comments.php, select it all, delete it and out in:Code:<?php// Do not delete these linesif (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))die ('Please do not load this page directly. Thanks!');if ( post_password_required() ) { ?><p class="nocomments">This post is password protected. Enter the password to view…


von Joern
Keine Kommentare

My WordPress update to Version 2.6.5 with FileZilla client 3.1.5.1 failed somehow because quite a lot sub-folders in wp-includes did not transfer. This made the visual editor disappear or not working. Clearing the Cache of Firefox doesn't elp in that case of course. I started comparing deep sub-folders manually and…