I just installed Pagebar2 on this blog and really like it. Instead of the oh-so-plain << Previous and Next >> I now have a fancy selection bar at the bottom of the page. ::iimagecenter(“pagebar2.jpg”,”pagebar2″):: Guess it does not take much to make me happy :)
Last night at home I got an ominous message while trying to post to my own blog: Error 403 “We’re sorry, but we could not fulfill your request for /wp-comments-post.php on this server. Your Internet Protocol address is listed on a blacklist of addresses involved in malicious or illegal activity. See the listing below for […]
::iimageright(“ylsy_toc.jpg”,”Table of Contents”):: Scott at Fucoder.com has updated his Table of Contents Generator plugin for WordPress. The plugin scans through your post and builds a “Table of Contents” from the HTML headings (h1,h2,…) within the post. It also creates an anchor link for each heading so your readers can jump right to that section from […]
If you are debugging a WordPress plugin or writing one, it would be great to be able to figure out all the filters and actions for the WordPress Hooks in your blog. Better yet would be if you could find out their priority and execution order. Now you can! Ozh over at PlanetOzh has written […]
I just ran across this php code by Chris at ChrisAndAbigail.com that incorporates Phoogle into a WordPress Plugin. Phoogle Maps (pronounced like Foogle Maps) is a PHP class that integrates itself with the Google Maps API and with the geocoder.us database to make an easy to use interface to display Google Maps on your site. […]