Empfohlene Beiträge

3 Kommentare

  1. Navigation Links aktualisiert gemäß Template Tags

    • Akuell:
      <?php previous_post_link('%link', '%title', FALSE, '12'); ?>
      hier ist die Kategorie 12 ausgeschlossen
      FALSE = nicht in der selben Kategorie
    • Alt:
      <?php previous_post('%','&nbsp;&nbsp;','no'); ?>
  2. Anzahl der Suchergebnisse erhöht. Dazu in der search.php
    vor „if have_posts()“ folgenden Code eingegeben:

    <?php $posts = query_posts($query_string . '&posts_per_page=20'); ?>

  3. Die Sitemap wird jetzt nur im komprimierten Format erzeugt.
    mehr Infos bei Arne Brachhold

    What’s the difference between the „sitemap.xml“ and „sitemap.xml.gz“ files?

    The „sitemap.xml.gz“ is a compressed version of the „sitemap.xml“ file. It has the same content, but is significantly smaller than the other one. This helps you and the search engines to save a lot of traffic. Since all search engines support compressed sitemaps, you actually don’t need the „sitemap.xml“, but maybe you or your visitors want to view them from time to time so keeping it doesn’t hurt.


Kommentar hinzufügen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert