Рубрика: Wpmu blog

Multisite Plugin Manager: An Essential Free Tool for Every WordPress Network

The plugin formerly known as WPMU Plugin Manager is back and better than ever! It’s now called Multisite Plugin Manager and has been completely rewritten for WordPress 3.1. This is one of those tools that every multisite installation needs for managing plugin access permissions across a WordPress multisite network. Not every site within your network...

Search WordPress Blogs With Ease

Have you ever come across a popular WordPress blog that still uses the standard WordPress search widget? If you have, then you have no doubt been frustrated by the results. Seriously – it’s *nearly* as bad as this. For those of you who don’t know, the standard search widget in WordPress returns any post that...

Using Subversion with the WordPress Plugin Directory

Follow these step-by-step instructions to add and update plugins in the public WordPress Plugin Directory. These essential steps from the video follow below: Getting Started with Your Plugin Register for a WordPress.org Account Request to Put Your New Plugin in the WordPress Plugin Directory Install an SVN Client For Your Machine Choose a Local Directory...

Adding Custom JS to WordPress? Remember jQuery NoConflict Wrappers

If you’re adding some extra jQuery to customize your WordPress site and it doesn’t seem to be working, remember that the copy of jQuery that WP loads is in “no conflict” mode. If you’re attempting to use the default jQuery shortcut of $, then you’ll want to wrap it with the following: jQuery(document).ready(function($) { //...