Category Archives: plugin

A note for WordPress database backup plugin

If you are running WordPress and using the WordPress Database Backup plugin you should read this post. WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database. By default, the plugin backs up the core tables from a predefined list hard coded in the […]

WPMU new blog settings plugin – updated

I have updated the WPMU new blog settings plugin to work with the new version of WordPress-Mu, 2.6 (for previous versions see here). The hook used was changed to a new one: populate_options and the update_option function call was replaced with the add_option function call. The main code of the plugin looks like so: <?php […]

WP-TagAds monetizing plugin

WP TagAdsis another plugin by Jorge for you to use as a monetizing tool: WP TagAds is a new way to display ads on your WordPress blog. WP TagAds is an advertising solution tailored for WordPress bloggers, ads are displayed based on the post tags you assign to a post in your WordPress blog. This is different […]

Monetize your blog content using Premium text messaging

Just came accross a new plugin by Zong that allows bloggers to charge readers for post, feed or services via SMS: Content Pay by Zong allows you to monetize your blog content using Premium text messaging. Your reader sends a text message using his mobile phone and he receives a code that gives him access […]

Off-loading wpmu theme files to Amazon-S3

I saw a few people looking for solutions to off-load wpmu files to Amazon-S3 service. This is something we wanted to try on our installation (just a few thousand blogs) so I wrote a plugin that will serve themes css and image files from S3. The plugin uses the ‘stylesheet_directory_uri‘ filter to set the stylesheet […]

5min video plugin for WordPress-MU

As I promised a few days ago, the 5 minutes video plugin is now ready. What is 5min: 5min is a place to find short video solutions for practical questions and a place for people to share their knowledge. The idea behind 5min is very simple: any solution can be visually explained in no more […]

5min videos plugin (preview)

For a long time I wanted to be able to insert 5min.com videos on WordPress-Mu. Since their embedding code is not allowed on WPMU based system I have written a small plugin that will allow it. It will work on regular WP blogs as well. The plugin is still in testing but I will post […]

Using WP-Super Cache plugin with WordPress MU

Using the WP-Super Cache plugin with WordPress-MU is very simple. WP Super Cache is a static caching plugin for WordPress. It generates html files that are served directly by Apache without processing comparatively heavy PHP scripts. By using this plugin you will speed up your WordPress blog significantly. Instructions on how to install the plugin […]