go41

the info you need to know


von Joern
Keine Kommentare

I figured it out! It was this section: Code:<div class="navigation">      <div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div>      <div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div>   </div>   </div>of the post php that was somehow throwing things off. Sorry to bother you about it unnecessarily .


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…