Code bereits dort
query_posts („cat=$blog_include&showposts=$blog_num&paged=$page“);
// tun ich gerade addieren eine unterschiedliche Linie oder sind dort irgendeine Weise, die zwei zu kombinieren?
query_posts ($query_string. „&showposts=3“);
// hier ist der volle Codeblock, falls es nützlich ist
PHP
$blog_cats_include = get_option („vilisya_blog_cats_include ");
wenn (is_array ($blog_cats_include)) {
$blog_include = implodieren („,“, $blog_cats_include);
}
$page = (get_query_var („paginiert "))? get_query_var („paginiert "): 1;
$blog_num = get_option („vilisya_blog_num ");
$blogtext = (get_option („vilisya_blogtext "))? get_option („vilisya_blogtext "): 100;
query_posts („cat=$blog_include&showposts=$blog_num&paged=$page“);
query_posts ($query_string. „&showposts=3“);
während (have_posts ()): the_post ();
$wp_query->is_home = falsch;
? >
|