<?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>Nerdaphernalia &#187; themes</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/tag/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Virtual Multiblog &#8212; how to use unique headers on blogs running the same theme</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:58:01 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Virtual Multiblog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182</guid>
		<description><![CDATA[One of the most common questions I get regarding the Virtual Multiblog system for WordPress comes from people wanting to have multiple blogs running on the same theme, but with a different header for each blog. It can be done, and it&#8217;s fairly easy to do. Once you have it set up, you could use [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common questions I get regarding the <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/">Virtual Multiblog</a> system for WordPress comes from people wanting to have multiple blogs running on the same theme, but with a different header for each blog.  It can be done, and it&#8217;s fairly easy to do.  Once you have it set up, you could use it to call <em>any</em> distinct file on a per-blog basis &#8212; a different CSS file, or a different footer perhaps.</p>
<p>I&#8217;ve never been too active about showing this to people, because the function required to do it is not one I consider completely stable &#8212; I din&#8217;t want to show people how to do it only to have it break the next time I update the VMB system.  In response to the requests, however, I am adding a function to the upcoming release (currently in private beta).  You can have that ability right now, in a way that should not cause problems with later updates &#8212; just add a short function to your existing vmb-functions.php file.<br />
(...)<br/>Read the rest of <a href="http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/">Virtual Multiblog &#8212; how to use unique headers on blogs running the same theme</a> (293 words)</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/">Permalink to Virtual Multiblog &#8212; how to use unique headers on blogs running the same theme</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin: Log Deprecated Calls</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/new-wordpress-plugin-log-deprecated-calls/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/new-wordpress-plugin-log-deprecated-calls/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 01:32:50 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[deprecated functions]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=144</guid>
		<description><![CDATA[New plugin for Y&#8217;all. This one is of particular interest to plugin authors and theme designers (and&#8230; nobody else). Activate it, and any time WordPress calls a function or file that has been deprecated, a message will be sent to your PHP log file that identifies exactly where the call came from and what to [...]]]></description>
			<content:encoded><![CDATA[<p>New plugin for Y&#8217;all.  This one is of particular interest to plugin authors and theme designers (and&#8230; nobody else).</p>
<p>Activate it, and any time WordPress calls a function or file that has been deprecated, a message will be sent to your PHP log file that identifies exactly where the call came from and what to replace it with.  This will allow you to very easily keep your plugins and themes calling the most current functions.</p>
<p>(And yes, the message is more informative than the one returned by <code>WP_DEBUG</code>.)</p>
<p><a href="http://striderweb.com/nerdaphernalia/features/wp-log-deprecated-calls/">Here&#8217;s the link.</a>  Go get it!</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/new-wordpress-plugin-log-deprecated-calls/">Permalink to New WordPress Plugin: Log Deprecated Calls</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/new-wordpress-plugin-log-deprecated-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winna Winna Winna!</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/winna-winna-winna/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/winna-winna-winna/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 03:24:43 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[GUI Goodness]]></category>
		<category><![CDATA[contests]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[valuable cash prizes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=80</guid>
		<description><![CDATA[Look, Ma, I won somethin&#8217;! Hmmm&#8230; &#8220;1 Theme of Choice from Blogalized.com&#8220;. Not too bad. I&#8217;ve been thinking about maybe sprucing the place up a bit&#8230;. © Stephen Rider 2008 This article was originally published at Nerdaphernalia. Planet WordPress is authorized to reproduce WordPress-related entries. If you're reading this at any other web site, the [...]]]></description>
			<content:encoded><![CDATA[<p>Look, Ma, <a href="http://wpcandy.com/news/wordpress-day-prize-winners.html">I won somethin&#8217;</a>!</p>
<p>Hmmm&#8230; &#8220;1 Theme of Choice from <a href="http://blogalized.com/products.php">Blogalized.com</a>&#8220;.  Not too bad.  I&#8217;ve been thinking about maybe sprucing the place up a bit&#8230;.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/winna-winna-winna/">Permalink to Winna Winna Winna!</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/winna-winna-winna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paged Comments for WordPress &#8220;Sandbox&#8221; Theme</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/paged-comments-for-wordpress-sandbox-theme/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/paged-comments-for-wordpress-sandbox-theme/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 15:02:49 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[GUI Goodness]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=75</guid>
		<description><![CDATA[The page for my Virtual Multiblog system has grown to contain over 200 comments, which, while gratifying, makes for a long load time and a lot of scrolling. Yesterday, I noticed on Ozh&#8217;s web site that he has paged comments, which means the page only shows some of the comments at a time, with links [...]]]></description>
			<content:encoded><![CDATA[<p>The page for my <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/">Virtual Multiblog</a> system has grown to contain over 200 comments, which, while gratifying, makes for a long load time and a <em>lot</em> of scrolling.  Yesterday, I noticed on <a href="http://planetozh.com/">Ozh&#8217;s web site</a> that he has paged comments, which means the page only shows some of the comments at a time, with links to the rest that are familiar to anyone who&#8217;s ever used Google:  &laquo; <b>1</b> 2 3 &#8230;9 &raquo;</p>
<p>A quick email later and I was checking out Keyvan&#8217;s <a href="http://www.keyvan.net/code/paged-comments/">Paged Comments plugin</a>.  Though a little unpolished, (e.g. settings via file edit rather than an Admin screen), it works very well, and I quickly got it running on those pages with lots of comments.</p>
<p>It didn&#8217;t take long for me to realize that the comments looked radically different than they had before.  I use a restyled version of the (very) popular <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox theme</a> on this blog, but the plugin didn&#8217;t have a template for Sandbox.</p>
<p>So I made one. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(...)<br/>Read the rest of <a href="http://striderweb.com/nerdaphernalia/2008/07/paged-comments-for-wordpress-sandbox-theme/">Paged Comments for WordPress &#8220;Sandbox&#8221; Theme</a> (64 words)</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/paged-comments-for-wordpress-sandbox-theme/">Permalink to Paged Comments for WordPress &#8220;Sandbox&#8221; Theme</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/paged-comments-for-wordpress-sandbox-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

