Tag: wordpress plugin development

  • Ship: A New App for Shipping Plugins from GitHub to WordPress.org

    Ship: A New App for Shipping Plugins from GitHub to WordPress.org

    One of the small hurdles to hosting a plugin on WordPress.org is the fact that you have to use SVN to ship your updates. Most developers are far more familiar with Git. It’s not difficult to learn how to use SVN for the sake of WordPress.org plugins, but many find it to be inconvenient. Ship…

  • Herbert: A New WordPress Plugin Framework

    Herbert: A New WordPress Plugin Framework

    WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things. Jason Agnew found this to…

  • A Generator For the WordPress Plugin Boilerplate

    A Generator For the WordPress Plugin Boilerplate

    The WordPress Plugin Boilerplate is a popular tool for getting started with plugin development. Many top-notch WordPress developers have contributed to the boilerplate and the 2.6.0 release of the plugin provided a major update. Using the plugin boilerplate as a starting place for plugin creation, a developer can quickly whip up a plugin in a…

  • WP Sessions Offers Free Video Series on Building WordPress Plugins

    Want to learn the basics of creating a WordPress plugin? If you’re a visual/audio learner, check out the free Building WordPress Plugins video series from WP Sessions. Inspired by the WordCamp style presentations of the 24hr WordSesh event, Brian Richards wanted to create a site to bring WordPress educational resources to people at home. The…

  • Major Update Coming to the WordPress Plugin Boilerplate

    When Tom McFarlin released his WordPress Plugin Boilerplate on github last November, he has no idea how many developers would jump on board to contribute to this open source learning resource. The plugin has received a ton of support from the community, including commits from more than 26 contributors. McFarlin will soon be putting out…