Hallo,
wenn ich auf "Ältere Beiträge" klicke, dann erscheint immer eine Fehlermeldung:
http://www.taufoase.de/gotteslob/page/2/
Was kann ich dagegen tun? Ich verwende auch ein Plugin Custom Query String bei dem ich einstellen kann wieviele Beiträge angezeigt werden sollen, bevor "Ältere Beiträge" kommt.
Ich habe das Plugin bereits deaktiviert -trotzdem noch Fehlermeldung.
Bitte um deinen Ratschlag...
Lg
Prokik
Paged Seiten Problem
-
-
- Gerade eben
- Anzeige
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
- ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
- ✔️ Deutsche Server & DSGVO-konform
- ✔️ Persönlicher Support (kein 0815-Ticket-System)
-
poste bitte mal das archive oder catagory template ,wenn es das nicht gibt, dann die index.php des verwendeten themes
lg
-
Hallo Monika,
ich habe nur die index.php. Danke für deine Hilfe:
Hier die index.php:
PHP
Alles anzeigen<?php get_header(); ?> <?php adsense_deluxe_ads('header'); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php if (class_exists('breadcrumb_navigation_xt')) { echo 'Du bist hier: '; // New breadcrumb object $mybreadcrumb = new breadcrumb_navigation_xt; // Options for breadcrumb_navigation_xt $mybreadcrumb->opt['title_blog'] = 'Home'; $mybreadcrumb->opt['separator'] = ' » '; $mybreadcrumb->opt['singleblogpost_category_display'] = true; // Display the breadcrumb $mybreadcrumb->display(); } ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="post-date"><span class="post-month"><?php the_time('M') ?></span> <span class="post-day"><?php the_time('d') ?></span></div> <div class="post-title"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <span class="post-cat"><?php the_category(', ') ?> </span> <span class="post-comments"><?php comments_popup_link('Deine Nachricht? »', '1 Nachricht »', '% Nachrichten »'); ?></span> </div> <div class="entry"> <?php the_content("»» Gesamten Artikel lesen » " . the_title('', '', false)); ?> </div> </div><!--/post --> <?php endwhile; ?> <div class="navigation"> <span class="Ältere Beiträge"><?php next_posts_link('Ältere Beiträge') ?></span> <span class="Neuere Beiträge"><?php previous_posts_link('Neuere Beiträge') ?></span> </div> <?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div><!--/content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Lg
Prokik -
Hilfe
Hallo Monika,
kannst du mir nun helfen? Oder eventuell jemand, der sich noch auskennt. Wäre prima.
Lg
Prokik -
hi ich war nicht online die Tage
so auf den 1.Blick sehe ich da nichts
unabhängig tät ic hdie Breadcrumb navi vor if have post geben
hmmm
-
Was genau meinst du mit vor I have post?
Hat noch jemand eventuell einen kleinen Tipp, der mir weiterhelfen könnte? :oops:
Lg
Prokik -
Wer kann mir dazu helfen? Soll ich noch eine Datei senden? Denn nun habe ich das Template gewechselt, aber der Fehler ist nach wie vor:
http://www.taufoase.de/gotteslob/page/2/
Danke an die Profis! :-P
Lg
Prokik -
Bis jetzt konnte mir keiner helfen. Der Fehler ist nach wie vor, aber ich bin auf folgendes draufgekommen:
Wenn ich die paged Funktion von der Kategorie aus benutze klappt es nicht: http://www.taufoase.de/taufe_feier/page/2/
Nutze ich die paged (Blätter) Funktion über das Archiv geht es:
http://www.taufoase.de/2009/01/page/2/
Ich habe WP 2.9.1 installiert und verwende das Theme Glossy Blue. Das Theme habe ich schon gewechselt, der Fehler blieb jedoch.
Wer kann mir helfen? :o
Lg
Horst -
Diese Lösungsvorschläge habe ich schon alle durch (ausgenommen dem Ersetzen (.+) mit ([_0-9a-z-]+) . Denn die Zeichenfolge kann ich in meiner .htaccess nicht finden. Hier der Inhalt der htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Permalinks in WP-Admin so eingestellt: /%category%/%postname%/
Paged Navigation Doesn't Work Sometimes navigation to second (and subsequent) pages of posts does not work as expected. Your page may generate a link to a page with one of these URIs: http://www.example.com/page/2/ http://www.example.name/category/categoryname/page/2/ http://www.example/year/month/day/page/2/ http://www.example/year/month/page/2/The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but instead of a page of posts, there is an error message: "Sorry, no posts match that criteria." This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it.- In the Control Panel, go to Manage > Files ([COLOR=#0066cc]More Info on Editing Files[/COLOR])
- Click the link to your .htaccess file to edit its contents
- Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other [COLOR=#0066cc]handy htaccess tricks[/COLOR]
- Delete all contents from your .htaccess file and click the Update File button.
- In the Control Panel, go to Options > Permalinks.
- Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks.
- Test the results using a link that had previously broken.
- Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.)
You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options > Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button. If that still doesn't work, take a look at the WordPress support forums, specifically, [COLOR=#0066cc]this support post[/COLOR].
-
Es liegt anscheinend in den Permalinks. Denn ich habe nun auf die Standard Einstellung bei den Permalinks in WP Admin umgestellt und da hat dann die paged Funktion geklappt.
Was kann ich nun machen, damit diese auch bei der benutzerdefinierten Struktur geht?
Vielleicht gibt es ja doch jemanden, der sich auskennt. -
Mir hat bei einem ähnlichen Problem gerade dieser Link weitergeholfen:
http://wordpress.org/support/topic/363108
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!