<?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/"
	>

<channel>
	<title>Laura Gentry</title>
	<atom:link href="http://lauragentry.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lauragentry.com</link>
	<description>Journo-geek extraordinaire. Sometimes just plain ordinaire.</description>
	<lastBuildDate>Tue, 15 May 2012 23:10:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can&#8217;t log in to your WordPress subdomain blogs?</title>
		<link>http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/</link>
		<comments>http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 23:55:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lauragentry.com/?p=672</guid>
		<description><![CDATA[hello this is a test of the excerpt]]></description>
			<content:encoded><![CDATA[<p>I recently tried my hand, once again, at installing another WordPress multisite/network on a Windows machine, but this time using subdomains instead of directories for blogs. The process was identical to <a href="http://lauragentry.com/blog/2010/07/30/how-to-create-a-wordpress-3-0-multisite-network-on-a-windows-server-using-sub-directories/">my first time around</a>, but a common problem arose once I got the network successfully set up &#8211; I couldn&#8217;t login to any of the subdomain blogs. It was a never ending looping of redirects that made it impossible to access the admin pages of any of the newly created blogs. </p>
<p>Despite it being a common problem, none of the common solutions seemed to work (clear cookies, change siteurl, etc). But adding this bit of code to wp-config.php did the trick:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ADMIN_COOKIE_PATH'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'COOKIE_DOMAIN'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'COOKIEPATH'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'SITECOOKIEPATH'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>Hope this helps somebody else. Thanks to the folks on <a href="https://mu.wordpress.org/forums/topic/11580#post-69598">this thread</a> on the WordPress forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Problems downloading Excel files with an xlsx extension in WordPress</title>
		<link>http://lauragentry.com/blog/2011/07/07/solving-a-problem-with-downloading-excel-files-with-an-xlsx-extension/</link>
		<comments>http://lauragentry.com/blog/2011/07/07/solving-a-problem-with-downloading-excel-files-with-an-xlsx-extension/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 23:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lauragentry.com/?p=610</guid>
		<description><![CDATA[<p>The skinny: WordPress is appending xls to xlsx causing annoying error messages when a user tries to view those files. I&#8217;ve got a fix after the jump. And, unfortunately &#8211; for now, at least &#8211; it calls for a change to the core code.</p> <p></p> <p>My company finally upgraded from Office 2003 to Office 2007 [...]]]></description>
			<content:encoded><![CDATA[<p>The skinny: WordPress is appending xls to xlsx causing annoying error messages when a user tries to view those files. I&#8217;ve got a fix after the jump. And, unfortunately &#8211; for now, at least &#8211; it calls for a change to the core code.</p>
<p><span id="more-610"></span></p>
<p>My company finally upgraded from Office 2003 to Office 2007 last year and, as a result, have been changing a lot of document file extensions. As a result, I have had lots of problems uploading those files to WordPress. After upload, when a user tries to view/download an xlsx document from Internet Explorer or Firefox, they were given this warning:</p>
<blockquote><p>The file you are trying to open .xlsx is in a different format than specified by the file extension. verify the file is not corrupted and is from trusted source before opening the file. Do you want to open the file now?</p></blockquote>
<p>There&#8217;s a lot of information on the web about <a href="http://www.itexperience.net/excel-2007-error-different-format-than-specified-by-the-file-extension/">changing the registry</a> on user computers to stop the message from popping up. It&#8217;s a mostly harmless, but annoying, message that still allows the user to open the file. However, it&#8217;s the type of error that alarms a user and makes them send me emails, and changing everybody&#8217;s registry is not a viable option. </p>
<p>Further, it seemed the problem was more likely with WordPress than it was with Excel or my browser or the server because, when attempting to download, I noticed WordPress appended the old &#8220;xls&#8221; extension to the end of the filename. As in, it read filename.xlsx.xls, which is why Excel thought it was a bogus extension.</p>
<p>I found the cause of the trouble to be in the wp-includes/functions.php file around the 2515 line, so unfortunately it took some core code hacking that I&#8217;m not happy about. You&#8217;ll notice xslx is listed twice in the allowed mime-type uploads, but the second mention of xlsx is an incorrect mime-type and it&#8217;s overriding the first correct mention of it. Remove xlsx from the list of mime-types labeled application/vnd.ms-excel and make sure it’s listed under the mime-type of application/vnd.openxmlformats-officedocument.spreadsheetml. If you&#8217;re having this problem, you should see the problem clear up right away without having to re-upload anything.</p>
<p>There&#8217;s a <a href="https://wordpress.org/support/topic/docx-files-and-functionsphp?replies=9">thread about this</a> on the WordPress support forums and a <a href="https://core.trac.wordpress.org/ticket/17117">bug report</a> on trac, but I&#8217;m not sure the change has been committed yet. </p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2011/07/07/solving-a-problem-with-downloading-excel-files-with-an-xlsx-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress plugin: XML-ify WordPress &#8211; Multiple Posts</title>
		<link>http://lauragentry.com/blog/2011/04/15/wordpress-plugin-xml-ify-wordpress-multiple-posts/</link>
		<comments>http://lauragentry.com/blog/2011/04/15/wordpress-plugin-xml-ify-wordpress-multiple-posts/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 03:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lauragentry.com/?p=584</guid>
		<description><![CDATA[<p>This plugin generates an XML file using content from multiple blog posts. You decide how many of the latest posts you want included in the XML file. </p> <p>You can use the generated XML files to populate photo gallery software, iPhone applications, etc. Using the options page, you can decide how many posts to display, [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin generates an XML file using content from multiple blog posts. You decide how many of the latest posts you want included in the XML file. <span id="more-584"></span></p>
<p>You can use the generated XML files to populate photo gallery software, iPhone applications, etc. Using the options page, you can decide how many posts to display, what content you want to include, what to name the surrounding XML tags, and whether or not you want to pull from only one category or all categories.</p>
<p>Here&#8217;s what a sample XML file looks like from my site via Firefox:</p>
<p><a href="http://lauragentry.com/wp-content/uploads/2011/04/xml.png"><img src="http://lauragentry.com/wp-content/uploads/2011/04/xml-630x364.png" alt="" title="xml" width="630" height="364" class="alignnone size-medium wp-image-603" /></a></p>
<p>After installing and activating the plugin, the XML file is generated simply by visiting your site&#8217;s front page. The file generates each time someone visits your site&#8217;s front page. This shouldn&#8217;t be an issue with server overload, unless you get a LOT of traffic. If you notice slowness due to this plugin, let me know.</p>
<p>The XML generated will be located in a folder called &#8216;xmlfiles&#8217; within your wp-content folder. The file will be named multipost.xml.</p>
<p>== Installation ==<br />
1. Unzip and upload files to your plugins directory.<br />
2. Activate. You can tell the plugin is working by visiting your site, then visiting http://www.yoursite.com/wordpress/wp-content/xmlfiles/multipost.xml.<br />
3. Choose your settings in the &#8220;XML-ify WordPress Multiple Posts&#8221; options page in the WordPress admin area.</p>
<p><a href="http://lauragentry.com/wp-content/uploads/2011/04/optionspage.png"><img src="http://lauragentry.com/wp-content/uploads/2011/04/optionspage-630x371.png" alt="" title="optionspage" width="630" height="371" class="alignnone size-medium wp-image-604" /></a></p>
<p>Download the plugin here: <a href="https://wordpress.org/extend/plugins/xml-ify-wordpress-multiple-posts/">XML-ify WordPress Multiple Posts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2011/04/15/wordpress-plugin-xml-ify-wordpress-multiple-posts/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>WordPress 404 error pages not displaying in IE 8</title>
		<link>http://lauragentry.com/blog/2011/04/12/wordpress-404-error-pages-not-displaying-in-ie-8/</link>
		<comments>http://lauragentry.com/blog/2011/04/12/wordpress-404-error-pages-not-displaying-in-ie-8/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 23:43:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lauragentry.com/?p=557</guid>
		<description><![CDATA[<p>Chalk this up to yet another reason to hate on Internet Explorer. IE 8 has at least three points of failure for your custom error pages. It will display its own error pages instead of yours if:</p> Your error page is under 512 bytes The user has &#8220;friendly HTTP error messages turned off.&#8221; Some claim [...]]]></description>
			<content:encoded><![CDATA[<p>Chalk this up to yet another reason to hate on Internet Explorer. IE 8 has at least three points of failure for your custom error pages.<span id="more-557"></span> It will display its own error pages instead of yours if:</p>
<ul>
<li>Your error page is under 512 bytes</li>
<li>The user has &#8220;friendly HTTP error messages turned off.&#8221; Some claim this is the default setting, it wasn&#8217;t in my installation.</li>
<li>Internet Explorer just doesn&#8217;t feel like showing it. No, seriously. Sometimes it works, sometimes it doesn&#8217;t with the exact same setup.</li>
</ul>
<p>Thanks to <a href="http://wpcanada.ca/2008/ie-and-custom-error-pages/">WPCanada</a>, I was able to force the browser to recognize my custom 404 page by adding this code to the very top of 404.php:<br />
<br/></p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/ob_start"><span style="color: #990000;">ob_start</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/header"><span style="color: #990000;">header</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;HTTP/1.1 404 Not Found&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2011/04/12/wordpress-404-error-pages-not-displaying-in-ie-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applying one theme to multiple blogs in a WordPress Multisite network</title>
		<link>http://lauragentry.com/blog/2010/08/02/applying-one-theme-to-multiple-blogs-in-wordpress-multisite/</link>
		<comments>http://lauragentry.com/blog/2010/08/02/applying-one-theme-to-multiple-blogs-in-wordpress-multisite/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 18:59:01 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=530</guid>
		<description><![CDATA[<p>Here&#8217;s a good bit of code I found in the <a href="http://mu.wordpress.org/forums/topic/13960">WordPress MU forums</a> and slightly altered for my own purposes &#8211; conditional tag based on blog ID. This will work for WordPress 3.0:</p> &#60;!-- SWITCH CODE BASED ON BLOG ID --&#62;<br /> &#60;?php<br /> $current_blog_id = $GLOBALS&#91;'blog_id'&#93;;<br /> if &#40;$current_blog_id == 1&#41; &#123;<br /> [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a good bit of code I found in the <a href="http://mu.wordpress.org/forums/topic/13960">WordPress MU forums</a> and slightly altered for my own purposes &#8211; conditional tag based on blog ID. This will work for WordPress 3.0:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;!-- SWITCH CODE BASED ON BLOG ID --&gt;<br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #000088;">$current_blog_id</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'blog_id'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$current_blog_id</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #339933;">&lt;!--</span><span style="color: #b1b100;">Do</span> this <span style="color: #b1b100;">for</span> blog ID <span style="color: #cc66cc;">1</span><span style="color: #339933;">--&gt;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$current_blog_id</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #339933;">&lt;!--</span><span style="color: #b1b100;">Do</span> this <span style="color: #b1b100;">for</span> blog ID <span style="color: #cc66cc;">2</span><span style="color: #339933;">--&gt;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #339933;">&lt;!--</span><span style="color: #b1b100;">Do</span> this <span style="color: #b1b100;">as</span> a default<span style="color: #339933;">--&gt;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
&lt;!-- end CODE HOMEPAGE BASED ON BLOG ID --&gt;</div></div>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2010/08/02/applying-one-theme-to-multiple-blogs-in-wordpress-multisite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create a WordPress 3.0 Multisite Network on a Windows server using sub-directories</title>
		<link>http://lauragentry.com/blog/2010/07/30/how-to-create-a-wordpress-3-0-multisite-network-on-a-windows-server-using-sub-directories/</link>
		<comments>http://lauragentry.com/blog/2010/07/30/how-to-create-a-wordpress-3-0-multisite-network-on-a-windows-server-using-sub-directories/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 20:28:48 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=517</guid>
		<description><![CDATA[<p>Updated: If you&#8217;ve used this tutorial to create subdomain blogs and are having trouble logging into those blogs, <a href="http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/">here&#8217;s a fix</a> I found that worked.<br /> &#8212;&#8211;<br /> I recently spent many hours &#8212; most of it Googling and staring at error pages &#8212; trying to get the new WordPress Multisite functionality working on [...]]]></description>
			<content:encoded><![CDATA[<p><b>Updated:</b> If you&#8217;ve used this tutorial to create subdomain blogs and are having trouble logging into those blogs, <a href="http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/">here&#8217;s a fix</a> I found that worked.<br />
&#8212;&#8211;<br />
I recently spent many hours &#8212; most of it Googling and staring at error pages &#8212; trying to get the new WordPress Multisite functionality working on a Windows server. I thought I would share how I finally ended up succeeding.</p>
<p>This tutorial is primarily for people who have control over the Windows server they are working on OR a flexible sysadmin who can make a few changes to the server should you run into problems. I&#8217;m assuming you&#8217;ve already successfully installed WordPress 3.0 and the basic functionality is working. That&#8217;s another tutorial for another time and another blogger.</p>
<p><span id="more-517"></span></p>
<p><strong>STEP 1</strong><br />
Add this line to your wp-config.php file and save the file:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_ALLOW_MULTISITE'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>You should now see a &#8220;Network&#8221; link under Tools.</p>
<p><strong>STEP 2</strong></p>
<p>Temporarily disable all of your plugins. Click the Network link under Tools.</p>
<p>Choose &#8220;Sub-directories&#8221; for your Network type, enter a Network Title and an admin e-mail address.</p>
<p>If you see this error&#8230;</p>
<blockquote><p>&#8220;Because your install is not new, the sites in your WordPress network must use sub-domains. The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.&#8221;</p></blockquote>
<p>&#8230; it&#8217;s because you&#8217;ve had WordPress 3.0 installed for more than 30 days. They&#8217;re trying to stop you from creating directories that may conflict with content you&#8217;ve already created. If this is not a concern for you, go ahead and install your network anyway ignoring that message. You&#8217;ll just need to edit this line after you&#8217;ve completed Step 3:<br />
<br/></p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'SUBDOMAIN_INSTALL'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>&#8230; to say &#8230;<br />
<br/></p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'SUBDOMAIN_INSTALL'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>If you&#8217;re WordPress install is relatively new with relatively little content, overriding this setting shouldn&#8217;t be a problem. If you have a lot of content already in your WordPress installation, you may want to reconsider using sub-directories. Either use sub-domains or create a fresh install of WordPress to avoid problems. If you decide to risk it anyway, make sure you backup your database in case anything goes haywire.</p>
<p><strong>STEP 3</strong></p>
<p>From here, follow the instructions WordPress gives you. Add the first two blocks of text to your wp-config.php file. The third bit of code probably won&#8217;t apply to you if it looks like this:<br />
<br/></p>
<div class="codecolorer-container perl default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="perl codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">RewriteEngine On<br />
RewriteBase <span style="color: #339933;">/</span><br />
RewriteRule <span style="color: #339933;">^</span>index\<span style="color: #339933;">.</span>php$ <span style="color: #339933;">-</span> <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span><br />
<br />
<span style="color: #666666; font-style: italic;"># uploaded files</span><br />
RewriteRule <span style="color: #339933;">^</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>_0<span style="color: #339933;">-</span>9a<span style="color: #339933;">-</span>zA<span style="color: #339933;">-</span>Z<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">+/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">?</span>files<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.+</span><span style="color: #009900;">&#41;</span> wp<span style="color: #339933;">-</span>includes<span style="color: #339933;">/</span>ms<span style="color: #339933;">-</span>files<span style="color: #339933;">.</span>php<span style="color: #339933;">?</span>file<span style="color: #339933;">=</span><span style="color: #0000ff;">$2</span> <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span><br />
<br />
<span style="color: #666666; font-style: italic;"># add a trailing slash to /wp-admin</span><br />
RewriteRule <span style="color: #339933;">^</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>_0<span style="color: #339933;">-</span>9a<span style="color: #339933;">-</span>zA<span style="color: #339933;">-</span>Z<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">+/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">?</span>wp<span style="color: #339933;">-</span>admin$ <span style="color: #0000ff;">$1</span>wp<span style="color: #339933;">-</span>admin<span style="color: #339933;">/</span> <span style="color: #009900;">&#91;</span>R<span style="color: #339933;">=</span><span style="color: #cc66cc;">301</span><span style="color: #339933;">,</span>L<span style="color: #009900;">&#93;</span><br />
<br />
RewriteCond <span style="color: #339933;">%</span><span style="color: #009900;">&#123;</span>REQUEST_FILENAME<span style="color: #009900;">&#125;</span> <span style="color: #339933;">-</span>f <span style="color: #009900;">&#91;</span>OR<span style="color: #009900;">&#93;</span><br />
RewriteCond <span style="color: #339933;">%</span><span style="color: #009900;">&#123;</span>REQUEST_FILENAME<span style="color: #009900;">&#125;</span> <span style="color: #339933;">-</span>d<br />
RewriteRule <span style="color: #339933;">^</span> <span style="color: #339933;">-</span> <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span><br />
RewriteRule  <span style="color: #339933;">^</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>_0<span style="color: #339933;">-</span>9a<span style="color: #339933;">-</span>zA<span style="color: #339933;">-</span>Z<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">+/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">?</span><span style="color: #009900;">&#40;</span>wp<span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span>content<span style="color: #339933;">|</span>admin<span style="color: #339933;">|</span>includes<span style="color: #009900;">&#41;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">$2</span> <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span><br />
RewriteRule  <span style="color: #339933;">^</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>_0<span style="color: #339933;">-</span>9a<span style="color: #339933;">-</span>zA<span style="color: #339933;">-</span>Z<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">+/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">?</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span>\<span style="color: #339933;">.</span>php<span style="color: #009900;">&#41;</span>$ <span style="color: #0000ff;">$2</span> <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span><br />
RewriteRule <span style="color: #339933;">.</span> <a href="http://perldoc.perl.org/functions/index.html"><span style="color: #000066;">index</span></a><span style="color: #339933;">.</span>php <span style="color: #009900;">&#91;</span>L<span style="color: #009900;">&#93;</span></div></div>
<p>That&#8217;s for an .htacess file. WordPress is assuming you&#8217;re on a server running Apache, which you&#8217;re probably not. Since you&#8217;re on a Windows server, you&#8217;re probably running IIS. If your server IS running apache, then use the .htaccess file instead of the web.config file.</p>
<p>Add the following code to your web.config file located at the root of your site.<br />
<br/></p>
<div class="codecolorer-container xml default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="xml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;system.webServer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rewrite<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rules<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 1&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^index\.php$&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;None&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 2&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^([_0-9a-zA-Z-]+/)?files/(.+)&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Rewrite&quot;</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;wp-includes/ms-files.php?file={R:2}&quot;</span> <span style="color: #000066;">appendQueryString</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 3&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^([_0-9a-zA-Z-]+/)?wp-admin$&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Redirect&quot;</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;{R:1}wp-admin/&quot;</span> <span style="color: #000066;">redirectType</span>=<span style="color: #ff0000;">&quot;Permanent&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 4&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;conditions</span> <span style="color: #000066;">logicalGrouping</span>=<span style="color: #ff0000;">&quot;MatchAny&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;add</span> <span style="color: #000066;">input</span>=<span style="color: #ff0000;">&quot;{REQUEST_FILENAME}&quot;</span> <span style="color: #000066;">matchType</span>=<span style="color: #ff0000;">&quot;IsFile&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;add</span> <span style="color: #000066;">input</span>=<span style="color: #ff0000;">&quot;{REQUEST_FILENAME}&quot;</span> <span style="color: #000066;">matchType</span>=<span style="color: #ff0000;">&quot;IsDirectory&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/conditions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;None&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 5&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Rewrite&quot;</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;{R:2}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 6&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;^([_0-9a-zA-Z-]+/)?(.*\.php)$&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Rewrite&quot;</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;{R:2}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rule</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;WordPress Rule 7&quot;</span> <span style="color: #000066;">stopProcessing</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;.&quot;</span> <span style="color: #000066;">ignoreCase</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Rewrite&quot;</span> <span style="color: #000066;">url</span>=<span style="color: #ff0000;">&quot;index.php&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rule<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rules<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rewrite<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/system.webServer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div></div>
<p>If you don&#8217;t have a web.config file located at the root of your site, create one in Notepad. If you already have a web.config file setup, just add everything between the &lt;rewrite&gt; tags, making sure they&#8217;re nested within the &lt;system.webServer&gt; tags of your existing file. Save the file.</p>
<p><strong>STEP 4</strong></p>
<p>Go back to your Network page in WordPress and click the &#8220;Log In&#8221; link at the bottom. You&#8217;ll log in again and voila, your ability to create a Network is now available under the &#8220;Super Admin&#8221; area. This actually may just be the beginnings of your problems, but hopefully it&#8217;s the end.</p>
<p>If, when you tried to log in you started getting a 500 Internal Server Error, something has gone awry with your web.config file. For me, it turned out that the URL Rewrite module had not been installed on my server. You can test that by removing the &lt;rewrite&gt; tags and everything in between. If the site functions when that&#8217;s removed, then your server doesn&#8217;t have the URL Rewrite module. You can grab that here and install it:</p>
<p><a href="http://www.iis.net/download/urlrewrite">http://www.iis.net/download/urlrewrite</a></p>
<p>If you don&#8217;t have the ability to install modules on your server, you&#8217;ll need to ask your sysadmin to do that for you. It&#8217;s a requirement for a sub-directory network, so you can&#8217;t skirt this issue.</p>
<p><strong>STEP 5</strong></p>
<p>Under Super Admin &gt; Sites, create a new site and try to visit that site. If you&#8217;re able to see it, then you&#8217;re home free.</p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2010/07/30/how-to-create-a-wordpress-3-0-multisite-network-on-a-windows-server-using-sub-directories/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Controlling the number of posts in multiple loop calls on a single WordPress page</title>
		<link>http://lauragentry.com/blog/2010/07/13/controlling-the-number-of-posts-in-multiple-loop-calls-on-a-single-wordpress-page/</link>
		<comments>http://lauragentry.com/blog/2010/07/13/controlling-the-number-of-posts-in-multiple-loop-calls-on-a-single-wordpress-page/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:57:29 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[The News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=512</guid>
		<description><![CDATA[<p>That&#8217;s kind of a mouthful, eh?</p> <p>With all the talk of organizations using WordPress as their website CMS, it&#8217;s pretty surprising some features aren&#8217;t yet part of the core code or at least surprising that some hacks aren&#8217;t more distributed. A very basic feature I know every news site would want is the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s kind of a mouthful, eh?</p>
<p>With all the talk of organizations using WordPress as their website CMS, it&#8217;s pretty surprising some features aren&#8217;t yet part of the core code or at least surprising that some hacks aren&#8217;t more distributed. A very basic feature I know every news site would want is the ability to post multiple headline stacks on one page and control how many headlines each stack displays.</p>
<p>I&#8217;m currently in the process of transforming a very static agency intranet homepage into something more vibrant and news-powered using WordPress and I spent an hour searching for the most fool-proof, direct way to accomplish the display of multiple categories on one page. I thought I&#8217;d pass along the <a href="http://wpmodder.com/multiple-loops-on-your-main-page-why-and-how-133.html">best solution I&#8217;ve found</a>.</p>
<p>The crux of the problem is that using multiple loops on a single page seems to affect the way each loop displays, and not in a good way. No matter how I tried to reset or rewind a loop, it just caused problems for itself, another loop or the entire page. I used <a href="http://wpmodder.com/multiple-loops-on-your-main-page-why-and-how-133.html">WP Modder&#8217;s solution</a> and it worked like a charm.</p>
<p>His usage was slightly different than mine. His setup was:</p>
<p>1) Pull the first few headlines from a particular category and display them in a unique way<br />
2) Then display the rest of the headlines normally without duplicating headlines from the previously displayed category</p>
<p>My setup was:</p>
<p>1) Every post is assigned ONE category<br />
2) Every category will display X number of headlines on the front page and that number will vary depending on the category</p>
<p>To accomplish that, you replace this in every instance of your loop:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> &nbsp;<span style="color: #009900;">&#40;</span> have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>&#8230; with this:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$my_query</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> WP_Query<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'category_name=My Badass Category&amp;showposts=3'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$my_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">have_posts</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$my_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">the_post</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>&#8230; obviously replacing the category name and the number of posts to show. Using the same query name multiple times for this purpose may not be kosher, but it works and my page isn&#8217;t broken, so I&#8217;m sticking with it. Of course, most news sites would assign multiple categories to a post, but, uh, that&#8217;s your problem. <img src='http://lauragentry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2010/07/13/controlling-the-number-of-posts-in-multiple-loop-calls-on-a-single-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a CSS rollover effect for buttons</title>
		<link>http://lauragentry.com/blog/2010/06/29/475/</link>
		<comments>http://lauragentry.com/blog/2010/06/29/475/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 20:46:52 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=475</guid>
		<description><![CDATA[.buttons a { display: block; width: 146px; height: 77px; background: transparent url(http://www.lauragentry.com/wordpress/wp-content/uploads/2010/06/buttons.png) no-repeat; text-decoration:none; border:0; margin-top:20px; } .buttons a:hover { background-position: -153px 0; } <p> <a href="http://lauragentry.com"> </a> <p><br /> I&#8217;ve decided to start using this space more for keeping track of random things I learn that I want to make a record of. I [...]]]></description>
			<content:encoded><![CDATA[<style>
.buttons a {
display: block;
width: 146px;
height: 77px;
background: transparent url(http://www.lauragentry.com/wordpress/wp-content/uploads/2010/06/buttons.png) no-repeat;
text-decoration:none;
border:0;
margin-top:20px;
}
.buttons a:hover {
background-position: -153px 0;
}
</style>
<p><center>
<div class="buttons"><a href="http://lauragentry.com"> </a></div>
<p></center><br />
I&#8217;ve decided to start using this space more for keeping track of random things I learn that I want to make a record of. I typically scour the internet for a solution, bookmark a site and then completely forget about bookmarks altogether. I figure if I blog about it, it&#8217;s more likely to stick with me and I&#8217;m more likely to be able to find it later with my site&#8217;s search engine. If someone else learns from it, all the better.</p>
<p>I wanted to figure out a way to do a rollover button effect where it looks like the button is being &#8220;pushed&#8221; when you hover over it. I figured I could achieve the effect by using a drop shadow in it&#8217;s inactive state and remove it in it&#8217;s active state, but I wasn&#8217;t quite sure of the best method to achieve the switch between active and inactive.</p>
<p>After an exhaustive (5 minute) search on Google, I found a solution that was written a gazillion (6) years ago on a <a href="http://www.webmasterworld.com/forum83/4224.htm">Webmaster World forum</a>.</p>
<p>Here&#8217;s the trick. Create a mini-sprite where you have the active and inactive states within the same image:</p>
<p><center><img title="buttons" src="http://www.lauragentry.com/wordpress/wp-content/uploads/2010/06/buttons.png" alt="" width="292" height="77" style="border:0; padding-top:25px; padding-bottom:15px;" /></center></p>
<p>Then use this code in your stylesheet:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #6666ff;">.buttons</span> a <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">146px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">77px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">http://www.lauragentry.com/wordpress/wp-content/uploads/2010/06/buttons.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.buttons</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-153px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>And this code in your body:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;buttons&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://lauragentry.com&quot;</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Essentially what you&#8217;re doing is limiting a DIV to the width of the first half of your image and when you roll your mouse over that image, you shift the image to the left X amount of pixels to reveal the second half of your image. This allows a flicker-free transition and requires no Javascript.</p>
<p>Yay! That&#8217;s easy!</p>
<p>In case you want to know how to create a similar button style, there are a variety of ways to accomplish this, but I used Illustrator. For a quick read on creating buttons in Illustrator, give <a href="http://vector.tutsplus.com/tutorials/tools-tips/quick-tip-how-to-make-a-glossy-web-style-rounded-button/">this short tutorial</a> a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2010/06/29/475/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Post XML for Simpleviewer Gallery</title>
		<link>http://lauragentry.com/blog/2010/04/21/flash-gallery-test/</link>
		<comments>http://lauragentry.com/blog/2010/04/21/flash-gallery-test/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 17:20:53 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=343</guid>
		<description><![CDATA[<p>Update 4/4/2011: This plugin does not currently work with WordPress 3.0+ and, due to time constraints, I may have to deprecate it entirely.</p> <p>&#8212;&#8212;&#8211;</p> <p>After writing my first <a href="http://www.lauragentry.com/wordpress/?p=216">WordPress plugin</a> (which creates an XML file of your blog using every post&#8217;s title, excerpt, permalink and custom fields), I started getting several requests from people [...]]]></description>
			<content:encoded><![CDATA[<p>Update 4/4/2011: This plugin does not currently work with WordPress 3.0+ and, due to time constraints, I may have to deprecate it entirely.</p>
<p>&#8212;&#8212;&#8211;</p>
<p>After writing my first <strong><a href="http://www.lauragentry.com/wordpress/?p=216">WordPress plugin</a></strong> (which creates an XML file of your blog using every post&#8217;s title, excerpt, permalink and custom fields), I started getting several requests from people who wanted post-specific XML that pulls out images stored in a post&#8217;s gallery to populate a Flash gallery.</p>
<p>Since there are several Flash gallery solutions out there that all require different XML structures, I decided to focus on one at a time. First up: Simpleviewer (free version).</p>
<p><script type="text/javascript">// <![CDATA[
// &lt;![CDATA[
			var flashvars = {};
			flashvars.galleryURL = "http://www.lauragentry.com/wordpress/wp-content/SVxmlfiles/gallery343.xml";
			var params = {};
			params.allowscriptaccess = "always";
			params.allowfullscreen= "true";
			params.bgcolor = "555555";
			swfobject.embedSWF("/wordpress/wp-content/uploads/simpleviewer.swf", "flashContent343", "560", "550", "9.0.124", false, flashvars, params);
// ]]&gt;</script></p>
<div id="flashContent343">SimpleViewer requires JavaScript and the Flash Player.</div>
<p>&nbsp;</p>
<p>The Simpleviewer gallery above is populated by a dynamically generated XML file for this particular post. With my new plugin, <strong><a href="http://wordpress.org/extend/plugins/post-xml-for-simpleviewer/">Post XML for Simpleviewer</a></strong>, every post on my site has its own associated XML file that lists all of the post&#8217;s attachments, as well as captions and thumbnails.</p>
<p>After installing and activing the plugin, the XML files are generated simply by visiting a single post in a browser. Basically, the file generates each time someone looks at a specific post (not an index or archive page), so the XML is updating each time a single post is visited. If you get a ton of traffic, this might not be the best solution for you due to potential server overload.</p>
<p>The XML generated for each post will be located in a folder called &#8220;SVxmlfiles&#8221; within your wp-content folder. Each filename will be galleryXXX.xml where the XXX is your post ID number. For example, the location of the XML for this post is:<br />
<a href="http://www.lauragentry.com/wordpress/wp-content/SVxmlfiles/gallery343.xml">http://www.lauragentry.com/wordpress/wp-content/SVxmlfiles/gallery343.xml</a></p>
<p><a rel="attachment wp-att-380" href="http://64.22.117.68/~stesa/?attachment_id=380"><img class="alignleft size-full wp-image-380" title="settings" src="http://www.lauragentry.com/wordpress/wp-content/uploads/2010/04/settings.png" alt="" width="170" height="244" /></a></p>
<p>You can set your preferences for Simpleviewer parameters by visiting the options page which is located under &#8220;Settings&#8221; in your dashboard.</p>
<p>I&#8217;m making the assumption with this plugin that you&#8217;re already familiar with Simpleviewer and are just looking for a way to dynamically generate the content with your WordPress blog.</p>
<p>If you think you&#8217;ll want every post to have a Flash gallery, I&#8217;d recommend putting the embed code in your template. If not, you can do it within the body of your WordPress post or page.</p>
<p>If you are going to have more than one gallery, you&#8217;ll need to give the &#8220;flashContent&#8221; a unique ID to match your blog post ID. Something like &#8220;flashContent343&#8243; would be good for this post. Here&#8217;s the embed code I used for the gallery above:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;// &lt;![CDATA[<br />
var flashvars = {};<br />
flashvars.galleryURL = "http://www.lauragentry.com/wordpress/wp-content/SVxmlfiles/gallery343.xml";<br />
var params = {};<br />
params.allowscriptaccess = "always";<br />
params.allowfullscreen= "true";<br />
params.bgcolor = "555555";<br />
swfobject.embedSWF("/wordpress/wp-content/uploads/simpleviewer.swf", "flashContent343", "600", "550", "9.0.124", false, flashvars, params);<br />
// ]]&gt;&lt;/script&gt;<br />
&lt;div id=&#8221;flashContent343&#8243;&gt;SimpleViewer requires JavaScript and the Flash Player.&lt;/div&gt;</p>
<h3>THE BASICS</h3>
<p>1) <a href="http://wordpress.org/extend/plugins/post-xml-for-simpleviewer"><strong>Download</strong></a> and install the plugin into your WordPress plugins folder</p>
<p>2) Activate the plugin. You can tell the plugin is working by visiting any of your single posts and then visiting http://www.yoursite.com/wordpress/wp-content/SVxmlfiles/galleryXXX.xml where XXX is the post&#8217;s ID.</p>
<p>3) Download and install <a href="http://simpleviewer.net/products/"><strong>Simpleviewer (free)</strong></a> somewhere on your site</p>
<p>4) In the Simpleviewer embed code, replace the gallery.xml reference with http://www.yoursite.com/wordpress/wp-content/SVxmlfiles/galleryXXX.xml where XXX is the post&#8217;s ID. If you&#8217;re placing the embed code in a template rather than a post or page, be sure to have the template dynamically generate that post ID.</p>
<h3>THE PROBLEMS</h3>
<p>1) There&#8217;s no way to exclude a photo from a gallery if it&#8217;s one of the post&#8217;s attachments. That&#8217;s outside the scope of this plugin, as I&#8217;m working within the confines of the WordPress gallery feature.</p>
<p>2) It does not currently differentiate between photos and other types of post attachments, so it will attempt to treat documents, videos and images the same. I&#8217;ll get that fixed in the near future.</p>
<p>3) As mentioned above, this generates XML on the fly every time someone visits a single post. If you&#8217;ve got a lot of images and a lot of traffic, there could be a site performance issue. If anyone experiences this, let me know.</p>
<h3>UP NEXT</h3>
<p>I plan on tackling Simpleviewer Pro and Autoviewer next. If anybody knows a way to reliably embed Autoviewer into a WordPress post without using iframes, hit me up at <a href="its.the.general@gmail.com"><strong>its.the.general@gmail.com</strong></a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2010/04/21/flash-gallery-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress plugin: Photo Gallery XML Export v1.0.0</title>
		<link>http://lauragentry.com/blog/2009/12/06/wordpress-plugin-photo-gallery-xml-export-v1-0/</link>
		<comments>http://lauragentry.com/blog/2009/12/06/wordpress-plugin-photo-gallery-xml-export-v1-0/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 00:06:37 +0000</pubDate>
		<dc:creator>Laura Gentry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lauragentry.com/wordpress/?p=216</guid>
		<description><![CDATA[<p>This is my first attempt at a WordPress plugin. I implemented it on <a href="http://www.thenewstribune.com">The News Tribune</a>&#8216;s homepage several months ago and there haven&#8217;t been any disasters, so I&#8217;m considering it a success.</p> <p>This plugin takes post data from your WordPress blog and creates an XML feed of that data. I suppose it could have [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first attempt at a WordPress plugin. I implemented it on <a href="http://www.thenewstribune.com">The News Tribune</a>&#8216;s homepage several months ago and there haven&#8217;t been any disasters, so I&#8217;m considering it a success.</p>
<p>This plugin takes post data from your WordPress blog and creates an XML feed of that data. I suppose it could have several uses, but it is optimized to feed data to Flash photo galleries with info from the Title and Excerpt fields as well as each post&#8217;s permalink.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/photo-gallery-xml-export/">Download the plugin: Photo Gallery XML Export v1.0.0</a></strong></p>
<p>I&#8217;ve also added the ability to include up to five custom fields (good for thumbnails) and the option of limiting to just one category.</p>
<p>Here&#8217;s a screenshot of the options page:</p>
<p><img src="http://www.lauragentry.com/wordpress/wp-content/uploads/2009/12/setting_examples1-600x571.png" alt="setting_examples" title="setting_examples" width="600" height="571" class="alignnone size-medium wp-image-220" /></p>
<p><strong>How you might use this in the real world:</strong></p>
<p>If you have a photo blog or a blog that usually includes at least one photo per post, you could use exported XML data from your blog to feed a Flash content rotator that you would use to promote that blog on another page of your site.</p>
<p>Or, if you have a special feature on your blog &#8212; say, &#8220;Recipe of the Week&#8221; &#8212; that includes a photo, you could assign that special feature a category (like &#8220;recipeoftheweek&#8221;) and use exported XML data from just that category to feed a Flash content rotator to promote that special content.</p>
<p>Here&#8217;s an example of my blog&#8217;s content as XML generated from this plugin:</p>
<p><img src="http://www.lauragentry.com/wordpress/wp-content/uploads/2009/12/xml_screengrab3.gif" alt="xml_screengrab3" title="xml_screengrab3" width="578" height="431" class="alignnone size-full wp-image-228" /></p>
<p>And here&#8217;s a live example of a Flash content rotator that&#8217;s pulling data from XML generated by this plugin:</p>
<p><center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="211" height="240" id="gentry_flash_promo" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="http://media.thenewstribune.com/static/flash/tnt_homepage_slideshow/tntslideshow.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://media.thenewstribune.com/static/flash/tnt_homepage_slideshow/tntslideshow.swf" quality="high" bgcolor="#ffffff" width="211" height="240" name="TNT slideshow" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
	</object><br />
</center></p>
<p><strong>A few suggestions for Flash content rotators:</strong></p>
<p>&#8226; <a href="http://www.simpleviewer.net/simpleviewer/">Simpleviewer</a></p>
<p>&#8226; <a href="http://www.longtailvideo.com/players/jw-image-rotator/">JW Image Rotator</a></p>
<p>&#8226; <a href="http://www.assetnow.com/index.cfm/1,10,268,0,html/Flash-Image-Rotator">Flash Image Rotator using XML Playlist</a></p>
<p><strong>Some notes:</strong></p>
<p>1) The XML declaration is hard-coded to be: &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt; &#8230; I don&#8217;t have any plans to change that unless I get requests for other declarations.</p>
<p>2) You can name most XML elements however you see fit, but right now the parent element is hard-coded to &#8220;images&#8221; and each blog post parent element is hard-coded to &#8220;pic.&#8221; I&#8217;m hoping to make that customizable in the future.</p>
<p>3) If your excerpt isn&#8217;t populated, it will pull from your blog post. Not entirely ideal, but that&#8217;s how WordPress excerpts work by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://lauragentry.com/blog/2009/12/06/wordpress-plugin-photo-gallery-xml-export-v1-0/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

