Search BlogCatalog

4 results of 4Blog Posts

Smarter handling of WordPress plugin uploads

Joost de Valk's SEO Blog | November 26th 2009

While preparing my previous post on new features in WordPress 2.9, I ran across a ticket in Trac for something I'd been wanting to do for a while: specify a subfolder of the uploads directory for specific plugins, like my Blog Icons plugin, to upload read more

How to remove wpautop in WordPress

.nezmar. | September 6th 2009

Note to myself: when upgrading your WordPress installation always, alway, always remember to add back the function remove_wpautop_content_filter() { remove_filter('the_content','wpautop'); } function at the end of /wp-includes/functions.php Otherw read more

Actions and Filters and Classes, Oh My! « Weblog Tools Collectio…

Welcome To BestJoanne.Info | August 26th 2009 by joanne collins

Ever wondered how you can manipulate WordPress filters and actions that are defined inside a PHP class? I did! I was working on a project recently that needed a plugin. The only problem was that the plugin was inserting some unnecessary cruft into th read more

Actions and Filters and Classes, Oh My!

Weblog Tools Collection | August 26th 2009

Ever wondered how you can manipulate WordPress filters and actions that are defined inside a PHP class? I did! I was working on a project recently that needed a plugin. The only problem was that the plugin was inserting some unnecessary cruft into th read more

3 results of 3Social Search

  • ClausH

    ClausH has updated his twitter:

    bliv fri for endash/emdash og andre special tegn i Wordpress titler. Søg selv videre på "remove_filter('the_title', 'wptexturize');"
  • capsule

    capsule has updated his twitter:

    Tired of auto paragraphs in wordpress? Just add this to your theme functions.php: remove_filter('the_content', 'wpautop');
  • richardxthripp

    richardxthripp has updated his twitter:

    #wordpress #plugins Tweet This with WP-Print: Add this line to /wp-print/print-posts.php: remove_filter('the_content', 'insert_tweet_this');