go41

the info you need to know


von blogdot admin
2 Kommentare

Great Usage Statistics, let's keep them here before it's going down: Usage Statistics for mysite.de Summary Period: Last 12 Months Generated 26-Oct-2010 04:31 CEST Generated by Webalizer Version 2.01 The table doesn't fit, but it's just numbers anyway: Visits Sites Visits Pages Files Oct 2010 11291 184974 293572 1614196 2649031…


von Joern
Keine Kommentare

try this as replacement for that queries starting with $numCode:<?php   $page = (get_query_var('paged')) ? get_query_var('paged') : 1;      if( is_front_page()) { //if is first page not paged         $args = array(         'posts_per_page' => 10,         'post__in'  => get_option('sticky_posts'),         'caller_get_posts' => 1         ); …