go41

the info you need to know


von Joern
Keine Kommentare

did you also change in the last line: posts_per_page=$num ?try to echo $num and look for a number on top of your frontlistCode:<?php$num = intval(get_option('posts_per_page')) - intval(count(get_option('sticky_posts')));$page = (get_query_var('paged')) ? get_query_var('paged') : 1;query_posts("cat=-27,-28&paged=$page&posts_per_page=$num"); ?><?php echo $num; ?>it might work without intval in that line$num = get_option('posts_per_page') - count(get_option('sticky_posts'));or try this:Code:<?php$num…


von Joern
Keine Kommentare

means you have all wordpress files in a folder /blog and want to move it to /example?I would COPY the whole stuff to a new folder, to have it twice on the server.Now actually .htaccess has to be adapted and in admin - settings - general the Site address (URL).If…


von blogdot admin
Kommentare deaktiviert für chrissy popadics

Suggested similar searches on Google: ian johnson, boise state, bathroom remodeling, statue of liberty play, boise state football, Johnson proposes to his cheerleader girlfriend Chrissy Popadics, the cheerleader he proposed to after scoring the winning points in the Fiesta Bowl against Oklahoma, she prepared for her wedding to Boise State…