das wars leider auch nicht :(
Beiträge von currios
-
-
keiner weiß rat?
-
Meine category.php
PHP
Alles anzeigen<?php get_header(); ?> <?php /* get_sidebar(); */ ?> <?php include (TEMPLATEPATH . '/lsidebar.php'); ?> <div class="middle"> <?php if (function_exists('wp_pagebar')) wp_pagebar(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <p> <div class="entry"> <!-- ID ermitteln und pruefen ob ein Excerpt vorhanden ist --> <?php $excerpt = $wpdb->get_var("SELECT post_excerpt FROM $wpdb->posts WHERE ID=$post->ID"); if ( strlen( $excerpt ) > 0 ) { ?> <div id="excerpt"><?php the_excerpt(); ?></div> <?php }else{the_content('Read the rest of this entry »');} ?> </div> </div> <?php if(function_exists('the_ratings')) { the_ratings(); } ?> <?php the_category(', ') ?> <?php comments_popup_link('Keine Kommentare »', '1 Kommentar »', '% Kommentar »'); ?> <?php edit_post_link('Edit', '', ' | '); ?> <?php if(function_exists('the_views')) { the_views(); } ?></p> <div class="br"><br /></div> <?php endwhile; ?> <div> <?php if (function_exists('wp_pagebar')) wp_pagebar(); ?> </div> <br /> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <?php get_footer(); ?>Naja muss aber nicht daran liegen auch die archive seite funz nicht, und dort hab ich nix geändert.
Und wenn ich ein anderen Theme nehmen bleibt das Problemchen auch bestehen. -
moin,
auf mein wordpress blog kann ich nur noch auf die erste Kategorie Seite zugreifen also nicht mehr auf http://www.gamer-site.de/category/downloads/page/2/ usw.
jemand eine idee?
gruß,
curry -
Ich wollte mal meine Blogseite vorstellen, Gamer-Site.de, dort findet ihr kostenlose Spiele zum Runterladen als auch Online Flash Spiele.
Auch viele Linux Spiele.