<?xml version="1.0" encoding="utf-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Yoast &#187; WordPress Mu</title> <atom:link href="http://yoast.com/tag/wordpress-mu/feed/" rel="self" type="application/rss+xml" /><link>http://yoast.com</link> <description>Tweaking Websites</description> <lastBuildDate>Mon, 21 May 2012 18:33:54 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.4-beta4-20825</generator> <image><title>Yoast</title> <url>http://yoast.com/wp-content/themes/yoast-v2/images/yoast-logo-rss.png</url><link>http://yoast.com</link> <width>144</width> <height>103</height> <description>Tweaking Websites</description> </image> <item><title>Upgrading issues with WordPress MU</title><link>http://yoast.com/upgrading-issues-with-wordpress-mu/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrading-issues-with-wordpress-mu</link> <comments>http://yoast.com/upgrading-issues-with-wordpress-mu/#comments</comments> <pubDate>Tue, 13 Oct 2009 20:30:56 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Mu]]></category><guid
isPermaLink="false">http://yoast.com/?p=1617</guid> <description><![CDATA[<p>I was upgrading a WordPress MU site we work on and came across an annoying issue: core update wouldn't work the way it's supposed to. I got the following error: After a bit of Googling I found a thread in the WordPress forums that contained a gem of a fix: In the file /wp-admin/includes/class-wp-upgrader.php change [...]</p><p><a
href="http://yoast.com/upgrading-issues-with-wordpress-mu/">Upgrading issues with WordPress MU</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I was upgrading a WordPress MU site we work on and came across an annoying issue: core update wouldn't work the way it's supposed to. I got the following error:</p><pre class="brush: plain; title: ; notranslate">Unpacking the update.
Could not copy files.
Installation Failed.</pre><p>After a bit of Googling I found a thread in the WordPress forums that contained a <a
href="http://mu.wordpress.org/forums/topic/13506#post-79964" rel="nofollow">gem of a fix</a>:</p><p>In the file <em>/wp-admin/includes/class-wp-upgrader.php</em> change this:</p><pre class="brush: php; title: ; notranslate">// Copy update-core.php from the new version into place.
if ( !$wp_filesystem-&gt;copy($working_dir . '/wordpress/wp-admin/includes/
  update-core.php', $wp_dir . 'wp-admin/includes/update-core.php', 
  true) ) {</pre><p>To:</p><pre class="brush: php; title: ; notranslate">// Copy update-core.php from the new version into place.
if ( !$wp_filesystem-&gt;copy($working_dir . '/wordpress-mu/wp-admin/includes/
  update-core.php', $wp_dir . 'wp-admin/includes/update-core.php', 
  true) ) {</pre><p>And low and behold: my automatic upgrade worked at once.</p><p><a
href="http://yoast.com/upgrading-issues-with-wordpress-mu/">Upgrading issues with WordPress MU</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/upgrading-issues-with-wordpress-mu/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>A Migration to WordPress MU</title><link>http://yoast.com/wordpress-mu-migration/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-mu-migration</link> <comments>http://yoast.com/wordpress-mu-migration/#comments</comments> <pubDate>Mon, 13 Jul 2009 09:01:55 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Mu]]></category> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://yoast.com/?p=1532</guid> <description><![CDATA[<p>I've been working on one of the largest WordPress MU projects we've taken on so far the last couple of days. We've been migrating the blogo.nl blogs (a Dutch blog network started in 2005) over to WordPress MU. There were several things in this project that were nice to figure out, I'll go over two [...]</p><p><a
href="http://yoast.com/wordpress-mu-migration/">A Migration to WordPress MU</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>I've been working on one of the largest WordPress MU projects we've taken on so far the last couple of days. We've been migrating the <a
href="http://blogo.nl">blogo.nl</a> blogs (a Dutch blog network started in 2005) over to WordPress MU. There were several things in this project that were nice to figure out, I'll go over two of them, but not before giving a shout out to the guys at <a
href="http://yoast.com/out/wpmudev/">WPMU Dev</a>, their support and WP MU plugins have been a huge help.</p><h2>Migration of the data</h2><p>We got a bit lucky in this project: the client had his own technical guy, who had written the previous platform himself and was willing to write a WXR exporter, so we could reasonably easily import all the posts through WXR. The issue was that some of these WXR files were about 20 MB large though, and the "normal" upload method of importing WXR's turned out to be fairly unstable.</p><p>Which is why I wrote a new Importer, based on the default WordPress import class:</p><p><img
src="http://cdn.yoast.com/wp-content/uploads/2009/07/new-wordpress-importer.jpg" alt="new-wordpress-importer.jpg" width="521" height="66" /></p><p>This new Importer allows you to browse the local filesystem, and pick a WXR file to import:</p><p><img
src="http://cdn2.yoast.com/wp-content/uploads/2009/07/file-importer.jpg" alt="file-importer.jpg" width="550" height="340" /></p><p>This new Importer turned out to be a huge blessing in the process of importing 30 something blogs with a total of 29,019 posts and 46,319 comments. I'm not currently planning on releasing this importer, because of the huge amount of support that would take which I simply don't have time for.</p><h2>Site wide posts and comments</h2><p>Another thing that was needed on this site was a global index of all posts and comments. This was when I really found the <a
href="http://yoast.com/out/wpmudev/">WPMU Dev Premium</a> package to be worth its money. The Post indexer and Comment Indexer plugins they have are really easy to use, and give you a global table you can easily query on.</p><p>Another one of their plugins that's really cool is the XML Sitemap plugin they offer, which generates an XML sitemap for every single blog. All I had to do was drop in a couple of files into a few directories and add one line to my <em>.htaccess</em>, how cool is that?</p><p>James Farmer of WPMU Dev has already agreed to be a guest on the upcoming podcast, so you'll hear more of these guys soon!</p><p>If you have a blog or blog network you'd like to migrate to WordPress MU, check out our <a
href="http://yoast.com/hire-me/wordpress-consulting-services/">WordPress Consulting</a> services!</p><p><a
href="http://yoast.com/wordpress-mu-migration/">A Migration to WordPress MU</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/wordpress-mu-migration/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <media:thumbnail url="http://cdn.yoast.com/wp-content/uploads/2009/07/new-wordpress-importer.jpg" /> <media:content url="http://cdn.yoast.com/wp-content/uploads/2009/07/new-wordpress-importer.jpg" medium="image"> <media:title type="html">new-wordpress-importer.jpg</media:title> </media:content> <media:content url="http://cdn2.yoast.com/wp-content/uploads/2009/07/file-importer.jpg" medium="image"> <media:title type="html">file-importer.jpg</media:title> </media:content> </item> <item><title>WordPress MU development, I love it!</title><link>http://yoast.com/wordpress-mu-development/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-mu-development</link> <comments>http://yoast.com/wordpress-mu-development/#comments</comments> <pubDate>Wed, 27 May 2009 15:00:21 +0000</pubDate> <dc:creator>Joost de Valk</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Mu]]></category> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://yoast.com/?p=1476</guid> <description><![CDATA[<p>At OrangeValley, we're currently working on migrating a large Dutch blog network over from it's own proprietary system to a WordPress Multi User install, one of our more serious WordPress MU development projects. There's quite a few things about WordPress MU that I like, but what I like most is, well, that's it's WordPress :) [...]</p><p><a
href="http://yoast.com/wordpress-mu-development/">WordPress MU development, I love it!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></description> <content:encoded><![CDATA[<p>At OrangeValley, we're currently working on migrating a large Dutch blog network over from it's own proprietary system to a WordPress Multi User install, one of our more serious WordPress MU development projects. There's quite a few things about WordPress MU that I like, but what I like most is, well, that's it's WordPress :)</p><p>For this project I needed some fairly simple things, that I could have used other plugins for but I wanted them to be simpler and cleaner than most plugins could do for me. One of those things was I needed to show an image for each post on the index and archive pages, if there was one, and wanted to be able to add a certain class to that.</p><p>So I wrote a small plugin called WordPress MU Attached Image, which does just that. It's use is simple, you <a
rel="nofollow" href="http://cdn2.yoast.com/wp-content/uploads/2009/05/wpmu-attached-image.zip">download the attached image plugin</a>, upload it to your mu-plugins folder, and use this in the loop in your theme:</p><pre class="brush: php; title: ; notranslate">yst_thumb('class','alt text');</pre><p>Or, as in my case:</p><pre class="brush: php; title: ; notranslate">yst_thumb('alignright',get_the_title());</pre><p>Now this plugin will work in a normal WordPress install too, but that's not what I wrote it for :)</p><p>Another thing I badly wanted was a plugin that would force the same permalink structure on all new blogs, and disallowed blog admins from changing them. This plugin does that, and immediately shows why I love WordPress MU development: the power it has to easily change things on tons of blogs at the same time is very cool.</p><p>It works like this: you <a
rel="nofollow" href="http://cdn.yoast.com/wp-content/uploads/2009/05/wpmu-fixed-permalinks.zip">download the fixed permalink plugin</a>, make sure that on line 11, this reflects the permalink structure you want:</p><pre class="brush: php; title: ; notranslate">$yst_permalink_structure = '/%postname%/';</pre><p>And you upload it to your mu-plugins folder. Voila: you're now the only one who can change permalink structures, and all new blogs will automatically have the right permalink structure.</p><p>You can expect more posts on WordPress MU in the coming weeks, as I dive deeper into the system. In the mean while, if you have a WordPress MU development project you'd like us to take on, <a
rel="nofollow" href="http://yoast.com/hire-me/">contact me</a>!</p><p><a
href="http://yoast.com/wordpress-mu-development/">WordPress MU development, I love it!</a> is a post by <a
rel="author" href="http://yoast.com/author/joost/">Joost de Valk</a> on <a
href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a
href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>]]></content:encoded> <wfw:commentRss>http://yoast.com/wordpress-mu-development/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 4/7 queries in 0.001 seconds using apc
Object Caching 798/799 objects using apc
Content Delivery Network via cdn.yoast.com

Served from: yoast.com @ 2012-05-23 18:29:30 -->
