Tag: plugin

  • WPCS 3.0.0 Breaking Changes

    Like many #WordPress #Plugin and Theme developers I use #PHPCS with WordPress rule sets to help with coding the WP standards, especially around security. Also like many I use #composer to install #WP coding standards with its dependencies. The issue is that composer will update without warning, even if there are breaking changes. So I…

  • Adding Breadcrumbs to WordPress

    I came across a very useful bit of code for adding breadcrumbs to WordPress without a plugin at http://dimox.net/wordpress-breadcrumbs-without-a-plugin/ There was a small bug in the code where is search returnd anything but a standard post (e.g. a page or custom post type) the search breadcrumb didn’t work.  The code below is the modification to correct…