go41

the info you need to know


von Joern
Keine Kommentare

Simple:Press Forum - I got the hint that if you use the Simple:Press Forum Plugin you still need to keep the call to <?php the_content(); ?> inside the template.It should finally look like this:Code:<?php/*Template Name: forum as page*/?><?php get_header(); ?>   <div id="fullforum">      <?php the_content(); ?>      <div class="clearer">&nbsp;</div>   </div><?php…


von Joern
Keine Kommentare

To give your visitors a button (link) to send the current post they are reading to twitter, you just have to insert a short piece of code into the loop of your WordPress post.Take your themes single.php and add this:<a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Click to send this post…


von Joern
1 Kommentar

auf bueltge.de habe ich sein neues WP-RSS-ImportTwo plugin gefunden. Wie erschön auf seiner Seite beschreibt, habe ich eine neue Seite erstellt und den vorgeschlagenen Code ‘eingepastet’. Leider funzt bei mir das php-exec nicht mehr (es ging am Anfang auch auf WP2.0 mal). hab’ ich wohl was falsch gemacht? Die Seite…