go41

the info you need to know

Safari 4 beta zum download released


von Joern
1 Kommentar

Was ist Safari? Safari ist ein Browser von Apple, eine Plattform und eine offene Einladung, innovativ zu sein. Ob auf einem Mac, einem PC, einem iPhone oder einem iPod touch, Safari überschreitet die Möglichkeiten des Internet und überzeugt durch erstklassigen…


von Joern
Keine Kommentare

Another piece of code to get 4 random old post listed in your sidebar.php of wordpress is this:Code:<h3>Oldies but Goodies</h3><ul><?php global $wp_query; $rndposts = get_posts('numberposts=4&offset=15&orderby=rand()'); foreach($rndposts as $post) : setup_postdata($post); ?><li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li><?php endforeach; ?></ul>put…


von Joern
Keine Kommentare

If the sitemap has empty referrers to some pages it could help on bbpress-0.9.0.4 to edit the bbpress_sitemap.php.part of sitemap.xml before editing bbpress_sitemap.php<loc>://</loc><lastmod>2009-02-11</lastmod><changefreq>monthly</changefreq><priority>0.2</priority>and the same after editing:<loc>http://forum.go41.de/tags/sidebar</loc><lastmod>2009-02-11</lastmod><changefreq>monthly</changefreq><priority>0.2</priority>What to change in bbpress_sitemap.php Version: 0.6.1:in line 122get_tag_link replace with bb_get_tag_linkin line 138get_tag_page_link…