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.
3 Kommentare
Navigation Links aktualisiert gemäß Template Tags
<?php previous_post_link('%link', '%title', FALSE, '12'); ?>
hier ist die Kategorie 12 ausgeschlossen
FALSE = nicht in der selben Kategorie
<?php previous_post('%',' ','no'); ?>
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'); ?>
Die Sitemap wird jetzt nur im komprimierten Format erzeugt.
mehr Infos bei Arne Brachhold