WordPress Plugins

Here are a collection of WordPress plugins I've developed:

  • Redirection

    Redirection

    Automatic and manual 301, 302, and 306 redirections. Includes regular expression support and redirection/404 statistics.

    Version 2.1.25

  • HeadSpace

    HeadSpace2

    One of the most powerful plugins to manage SEO, meta-data, tracking codes, and many other tasks.

    Version 3.6.32

  • Filled In

    Filled In

    A generic form processing, validation, and data gathering plugin (with AJAX support) that provides full data management.

    Version 1.7.3

  • Search Unleashed

    Search Unleashed

    Advanced searches across posts, pages, comments, meta-data, and URls, with search highlighting (from incoming search engines too)

    Version 1.0.6

  • Search Regex

    Search Regex

    Full regular-expression supporting search and replace across posts, pages, comments, and meta-data.

    Version 1.4.10

  • Drain Hole

    Drain Hole

    Download monitoring, management, and statistics plugin, with ability to embed download data in posts.

    Version 2.2.8

  • Audit Trail

    Audit Trail

    Maintain a log of administration actions as well as providing a full version history for posts.

    Version 1.1.5

  • Sniplets

    Sniplets

    A generic text insertion plugin with support for an extensible processing framework - insert anything you want into a post!

    Version 1.4.5

  • HTML Purified

    HTML Purified

    Replaces the comment filtering mechanism with HTML Purifier, a more exhaustive library. Produces XHTML valid comments.

    Version 0.3.5

  • Advanced Permalinks

    Advanced Permalinks

    Allows per-post and per-category permalink structures, making it super-easy to migrate permalinks without needing 301 redirections

    Version 0.1.17

  • Separate Comments Pings

    Separate Comments & Pings

    Removes all pings & trackbacks from comments and allows you to display them separately.

    Version 1.0

  • User Permissions

    User Permissions

    Assign permissions on posts to allow or block specific users and roles from editing - allows a very customisable permissions structure.

    Version 0.8.4

  • Tidy Up

    Tidy Up

    Perform an HTML Tidy across posts and comments (with preview and save), and adds a Tidy button next to posts on the management screen.

    Version 1.3

  • AJAX Calendar

    AJAX Calendar

    Genetically enhanced AJAX version of the WordPress calendar, providing asynchronous month navigation and drop-down information.

    Version 2.4.10

  • Anti-Email Spam

    Anti-Email Spam

    Simple plugin to encode email addresses with either JavaScript or HTML entities and protect yourself against email harvesting scripts.

    Version 1.3

  • Google Ad Wrap

    Google Ad Wrap

    Wraps posts and comments inside Google Sections, so as to better target Google's search and enhance your pages.

    Version 1.0

  • Disable wpautop

    Disable wpautop

    Disables the WordPress auto-formatting function wpautop and reduce any invalid syntax problems your site may have.

    Version 1.0

  • InScript

    InScript

    Complete control over your content, with the ability to insert scripts, variables, and PHP anywhere.

    Version 1.7.3

  • Jump-To

    Jump-To

    Direct drop-down navigation from multi-page posts, allowing you to quickly jump from one page to another.

    Version 1.0

  • PageView

    PageView

    Embed a webpage inside a post with a nice style.

    Version 1.4.4

Each plugin has a page detailing its purpose, usage, and installation instructions.

Support & Bugs

Support for on-site plugins is provided through the support forums. Registration is required but brings with it several advantages (namely plugin newsletters and personal bug tracking). Questions asked anywhere else on this site may not be answered and may even be deleted.

All bug reports should be submitted into the issue tracker. You do not need to register to submit bug reports but if you do then you'll be able to receive email notifications once they have been fixed.

Off-site Plugins

These are plugins that I've developed or have been involved with, and are located on another site:

  • FAQ Tastic

    FAQ-Tastic

    Create and manage FAQs with a SEO focus and a built-in rating system.


  • FAQ Tastic

    Gravatar Widget

    Add a Gravatar to your sidebar via a widget

    Version 1.0.0


44 Comments

  1. Davis Watts :

    May 11, 2005 6:56 am | Reply

    Heeellllpp!!

    Please tell me you can help and that I'm not an idiot!!

    All I want is to add "Recent Comments" and "Recent Posts" to my sidebar, but I know virtually nothing about code-writing and all the jargon is really off-putting...if you can offer some assistance, it would really, really be appreciated..

    Blaghdaddy of "The Blaghdad Café"

  2. John( author ) :

    May 12, 2005 10:36 am | Reply

    You can install a plugin to get recent comments.

    To have recent posts, just insert this line at an appropriate place inside sidebar.php:

    <?php get_archives('postbypost', '10'); ?>

  3. http://5sugus.myazor.info :

    Jun 15, 2005 1:46 pm | Reply

    the list of plugins of wordpress its good but, its very little, no?

  4. Lopo :

    Dec 5, 2005 5:54 am | Reply

    @5sugus,myazor.info

    These are just John Godley's Plugins and themes.
    If you want to check for the rest of the plugins in the "official" repositories just check http://codex.wordpress.org/Plugins

    Best.

  5. Jens :

    Jan 25, 2006 7:25 am | Reply

    Hi! I just want to add meta-keywords and meta-tags to my blog (static words, only on front-page). should I use InScript or better HeadSpace?
    Thanks for your great coding!
    Jens

  6. festivals india :

    Feb 27, 2006 10:16 pm | Reply

    meta-keywords and meta-tags are very important ! i am sure if we can use them in a right way ! definatly our site will reach to many peoples.

  7. king dom :

    Mar 12, 2006 10:04 am | Reply

    thank you man

  8. maira :

    Apr 14, 2006 7:38 am | Reply

    Your Inscript page is broken...

  9. ikoko :

    Jun 17, 2006 4:26 pm | Reply

    If I'm using Giraffe2, erm.. I need to use all this plugins or not?

  10. ikoko :

    Jun 17, 2006 4:27 pm | Reply

    If i'm using GIRAFFE2, am i need to install this plugins to my wordpress?

  11. John( author ) :

    Jun 17, 2006 10:29 pm | Reply

    No, Giraffe2 is entirely independant of any plugins.

  12. Richard :

    Dec 23, 2006 1:28 pm | Reply

    Wow!

    Your Head Space is brilliant.

    I haven't tried the others yet but if they're of that quality I'm in for a treat

  13. Theo Armour :

    Apr 7, 2007 8:36 pm | Reply

    Hello John

    I have several private suites with sizable numbers of users. Users always lose their passwords. Not one of the users has been able to negotiate the WordPress two email password retrieval system. Thus they email me and I give them a new password. So it becomes the standard Wordpress four email password retrieval system.

    I would like a WordPress password retrieval plugin that just sends out the password to the user's registered email address upon request when using an existing user name or email address. What do you think?

    Theo

  14. John( author ) :

    Apr 11, 2007 5:20 am | Reply

    Hi Theo,

    WordPress encrypts the passwords before putting them into the database, making it impossible to recover. The only thing that can be done is to regenerate a new password. I've never used the password recovery function, but I'm guessing the double-email is to verify that the user really is the correct person (so bad types don't zap everyone's password).

  15. Theo :

    Apr 25, 2007 2:14 am | Reply

    John:

    Thanks for the reply.

    I guess I will take this to the wordpress.org idea blog and see if anybody has any ideas for a solution/work-around.

    Theo

  16. Stephen McCutcheon :

    May 16, 2007 5:57 am | Reply

    Hi John,

    I wanted to ask you if you had any spare time to code admin notification email into the FAQtastic you created for Knowledge Constructs. The simplicity of the plugin is its greatest feature and this simple addition is enough to round the plugin off in terms of useability to all users.

    Life is never free, so if you're able to do this, please send me an email.

    Cheers. RF

  17. Tonya Pruitt :

    Jul 11, 2007 6:05 pm | Reply

    Man this is the hottest set of widgets I have seen. Thanks to Ole Jack Humphrey I found this site. ;-)

    Glad to be adding these to my wp blog!

    Cheers,

    Tonya Pruitt

  18. Andrew :

    Aug 28, 2007 9:59 pm | Reply

    Very nice plugins i am using many of them.

  19. Amit :

    Aug 29, 2007 3:40 am | Reply

    Excellent plugins! I'll use many in my blog..

  20. Trakin :

    Sep 20, 2007 2:01 pm | Reply

    You have mouthwatering set of plugins here. I am surprised I did not stumble upon this page earlier....Few of these plugins sound awesome. Donations are on the way :)

  21. Gerard :

    Oct 26, 2007 2:00 am | Reply

    These plugins are fantastic! Only one small thing..... when I try to use some of them, I get this:

    "Wordpress error: Cannot load headspace.php".

    Any ideas on why?

  22. John( author ) :

    Oct 30, 2007 11:31 pm | Reply

    Which plugin gives this message?

  23. Tan The Man :

    Nov 15, 2007 12:34 am | Reply

    Nice plugins, and very thorough instructions.

  24. hamzary :

    Dec 11, 2007 11:37 am | Reply

    i have the same problem as gerard, it is for the headspace2 plugin.

    I have access to the 'Page Settings', but each time when i click on the 'Modules', 'Options' and 'Import' pages the message "Wordpress error: Cannot load headspace.php" appears.

    i've installed wordpress 2.3, and i've followed your instruction to install headspace2, so i don't what i could have missed :(

  25. Charles Peng :

    Jan 31, 2008 10:32 pm | Reply

    You are so great, developed so many plugins

  26. Monz :

    Apr 2, 2008 10:23 am | Reply

    Thank you!

  27. Mark :

    Apr 5, 2008 9:26 pm | Reply

    John,

    It would be great community addition if you could release a base plugin that other plugin developers could then use to build their own WordPress plugin.

    I notice that your plugins use an Object-Oriented MVC framework with some common base and library classes and I think it would most helpful to others starting on their own development path to have a core already built.

    Keep up the excellent work.

  28. John( author ) :

    Apr 6, 2008 4:52 am | Reply

    I do intend to release the plugin framework, I've just never had time to write it up and publicise it!

  29. Mark :

    Apr 6, 2008 7:12 pm | Reply

    John,

    Excellent, your copyright notices indicate that your current plugin work may not be derived from so I not willing to extract the framework myself. I would, however, be happy to accept the bones of the framework without the fleshed documentation and even assist with some basic tutorials etc.

  30. web.thinkingpal.com :

    Apr 20, 2008 5:54 am | Reply

    Thanks :)
    I need almost all your plugins. Will try them out.

  31. rruben :

    Jun 18, 2008 4:03 pm | Reply

    This is more than awesome. I just love all of them.

    Thank you very much for these plugins.

  32. simon :

    Jun 19, 2008 9:23 pm | Reply

    Amazing plugins with robust development. all those i have tried are very impressive. will try some more of them soon.

  33. Vic :

    Jun 24, 2008 12:43 pm | Reply

    Hi there,
    Know anyone which plugin to use if I want only a part of the article to be displayed? If someone want to read more there will be a "read more" link...
    On my blog right now is displayed all of article content and I don't want this...
    I'm talking about the latest 10 articles displayed on the first page of my blog.
    I'm using Wordpress.
    Can anyone help?

  34. John( author ) :

    Jun 24, 2008 1:11 pm | Reply

    Vic, see the_excerpt

  35. Money Ideas :

    Jul 3, 2008 10:26 am | Reply

    Great plug ins man, thanks!

  36. Mike :

    Aug 27, 2008 12:06 pm | Reply

    Great plugins!!! I have downloaded and implemented many of these.

    Keep up the great work!

  37. sopetite :

    Sep 14, 2008 7:05 pm | Reply

    I love you!!! *cry* thanks thanks thanks

  38. Claus Perlt :

    Nov 11, 2008 7:41 am | Reply

    Hello,

    I have looked at the Plugin for Redirections to WordPress. Is it possible to use it without WordPress? - my website is Joomla-system and I'am looking for URL Redirections - which also can get the time for starting og the time for end of working.

    And here in you Plugin I found it - WordPress Modules version.

    I hope you can help me.

    Best regards
    claper

  39. Pinara.Net :

    Nov 17, 2008 6:11 pm | Reply

    Thank you for always making best plugin

  40. Samsara :

    Nov 18, 2008 7:28 am | Reply

    I am not quite sure how I ended up here; Perhaps reading one page and then following the links... But this is an awesome plugin page. I have bookmarked this page and Stumbled it, too, so that as I develop my new site I will know where to come. This is spectcular. Thank you so much!!

  41. jrudy :

    Dec 17, 2008 12:18 am | Reply

    Any knowledge about the faq-tastic plugin and if it will be made to work with 2.7?

  42. John( author ) :

    Dec 17, 2008 4:27 am | Reply

    Please direct all FAQ-Tastic questions to the FAQ-Tastic website

  43. Ronald :

    Jan 5, 2009 4:58 pm | Reply

    Some problem here, faq-tastic does NOT work with 2.7!

  44. John( author ) :

    Jan 6, 2009 5:10 am | Reply

    As mentioned before, please post all FAQ Tastic questions to the FAQ Tastic website.

Pings & Trackbacks

yamtar.net, neilbryant.net, junglejar.com, simonwheatley.co.uk, kafekafe.com, blog24.co.uk, thinkoutofthebox.info, faq-tastic.com, faq-tastic.com, blog.peng.thezhangs.org, pluginspress.com,

Leave a Reply


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Home | Main content | Software | Terms & Conditions | Sitemap | John Godley © 2010