How to make phpgiggle work with excerpts

Well, now that I finally figured out how to get WordPress to show excerpts of posts on the main page, then give a “read more” link so you can read the remainder of the post, I had to figure out how to get phpgiggle to “giggle” the keywords in the post like it normally does. Surprisingly it was incredibly simple. So here goes. In order to get wordpress to show an excerpt of the post with a “show more” link, just do this. Trying to actually post that shit to my blog makes it all fucked up and it refuses to validate. So I just put it in a handy text file. :)

THEN, to get PhpGiggle to work properly, you have to go into your /wp-content/plugins folder, edit the “phpgiggle-wordpress.plugin.php” file and add the following line of code:
add_filter('the_excerpt', 'giggle_wordpress'); after the existing “add filter” lines. Now phpgiggle will filter your excerpts through the wordlist and create links for you… Neat, eh?

0 Responses to “How to make phpgiggle work with excerpts”


  1. No Comments

Leave a Reply