<?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>tigtog&#039;s corner &#187; WordPress</title>
	<atom:link href="http://www.tigtog.net/topic/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tigtog.net</link>
	<description>webwrangling and WordPress</description>
	<lastBuildDate>Fri, 21 Oct 2011 22:07:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Testing plugin: ShushThatNoise</title>
		<link>http://www.tigtog.net/260/testing-plugin-shushthatnoise/</link>
		<comments>http://www.tigtog.net/260/testing-plugin-shushthatnoise/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 18:06:33 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=260</guid>
		<description><![CDATA[Hide unwanted comments without deleting them. Readers can choose to read the hidden comment by clicking on the "Show" link. <a href="http://www.tigtog.net/260/testing-plugin-shushthatnoise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Downloadable via the WordPress <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> repository: <a href="http://wordpress.org/extend/plugins/shushthatnoise/">ShushThatNoise &#8211; Ignorant Comment Hider</a>, <strong>only compatible with WP3.01</strong>.</p>
<blockquote><p>Hide unwanted comments without deleting them. Edit the comment and wrap the offending text in <strong>&#91;shush&#93;&#91;/shush&#93;</strong>.<br />
(Example: <code>&#91;shush&#93;FIRST!!!&#91;/shush&#93;</code>)</p>
<p>Readers can choose to read the hidden comment by clicking on the &#8220;Show&#8221; link.<br />
<span id="more-260"></span><br />
<div id="attachment_261" class="wp-caption aligncenter" style="width: 401px"><img class="size-full wp-image-261" title="ShushThatNoise plugin in action" src="http://www.tigtog.net/blog/wp-content/uploads/2010/08/shushthatnoise.jpg" alt="screencap of ShushThatNoise plugin in action" width="391" height="218" /><p class="wp-caption-text">ShushThatNoise plugin in action</p></div></p>
<p>Bonus: You can also use this shortcode in your posts as a &#8220;Spoiler&#8221; hider.</p></blockquote>
<p>I like the idea of being able to use it as a spoiler hider.  Let&#8217;s test that feature:</p>
<p><div>
<p><em>Spoiler</em>: <a href="javascript:;" onclick="var noise = this.parentNode.parentNode.getElementsByTagName('div')[0]; if (noise.style.display == 'none') { noise.style.display = ''; this.innerHTML = 'Hide'; noise.style.paddingBottom = '1em'; this.parentNode.style.marginBottom = '0.5em'; } else { noise.style.display = 'none'; this.innerHTML = 'Show'; }">Show</a></p>
<div style="display:none;">This is where I would be talking about that OMGWTFBBQ!1!! moment in that end of season cliffhanger that hasn&#8217;t yet aired in all the countries that my readers are from.</div>
</div>
<br />
<br />
Well, it works nicely in preview for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/260/testing-plugin-shushthatnoise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating a HUGE WordPress blog</title>
		<link>http://www.tigtog.net/249/migrating-a-huge-wordpress-blog/</link>
		<comments>http://www.tigtog.net/249/migrating-a-huge-wordpress-blog/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 06:28:56 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[large blog]]></category>
		<category><![CDATA[server migration]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[WXR splitter]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[zomgtheeyeglazing]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=249</guid>
		<description><![CDATA[If you don't have full server access to take a MySQL dump and a wp-content dump in order to migrate a blog, you can still do it using the native WordPress export feature, splitting the export .xml file into smaller components using a WXR splitter, then using the native WordPress import feature to upload the archives. <a href="http://www.tigtog.net/249/migrating-a-huge-wordpress-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/07/migrating-wordpress-150x150.jpg" alt="A flock of birds is moving across the background of a big bank of cloud against a bright blue sky - WordPress logos accompany them, and the text *Migrating WordPress to a New Server* has been added to the picture" title="Migrating WordPress" width="150" height="150" class="alignright size-thumbnail wp-image-253" />For the last few days, I have been following the instructions in this post by Dennis Howlett: <a href="http://accmanpro.com/2009/02/16/how-to-migrate-a-monster-wordpress-blog/">How to migrate a monster WordPress blog</a>.</p>
<p>This method is only needed if you don&#8217;t have full server access to take a MySQL dump and a <span class="domtooltips">wp<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span>-content dump in order to <a href="http://codex.wordpress.org/Moving_WordPress">migrate a blog using PHPMyAdmin or equivalent</a>.<br />
<span id="more-249"></span><br />
Dennis&#8217; post shows how you can still migrate a very large blog using the native WordPress export feature, splitting the export .<span class="domtooltips">xml<span class="domtooltips_tooltip" style="display: none">Extensible Markup Language - a set of rules for coding documents electronically (because it focuses on simplicity, generality and usability across a wide range of applications it now underlies many popular web services and computing tools)</span></span> file into smaller components using a WXR splitter, then using the native WordPress import feature to upload the archives.</p>
<p>It&#8217;s tedious as hell, but it does work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/249/migrating-a-huge-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change your display name on wordpress.com</title>
		<link>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/</link>
		<comments>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:38:56 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[Web 101]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[display-name]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[user-name]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=243</guid>
		<description><![CDATA[This is coming up for me every now and then as a question from the perplexed.

It's obviously not quite as obvious as it could be. <a href="http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/07/blog-150x150.jpg" alt="an icon for articles about blogging - it displays a thumbtacked post-it note saying *Blog* " title="blog" width="150" height="150" class="alignright size-thumbnail wp-image-245" />This is coming up for me every now and then as a question from the perplexed.</p>
<p>It&#8217;s obviously not quite as obvious as it could be.<br />
<span id="more-243"></span><br />
I tend to get this mostly from users who need to gain admin/editor/author access to a group blog created by somebody else.  New users have to create a wordpress.com account to become an author, the administrator cannot just add them as a user manually as they can on a self-hosted blog.  The usernames generated by wordpress.com appear to be getting longer and more randomly generated, which is A Good Thing for security but not so good for displaying on the blog, and people appear to be unclear on how to change the name that is displayed to readers of the blog.</p>
<p>Luckily editing your display name is pretty easy :- </p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.tigtog.net/blog/wp-content/uploads/2010/07/display-name-wp-com.jpg" rel="shadowbox[sbpost-243];player=img;" title="Change your wordpress.com display name"><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/07/display-name-wp-com-300x199.jpg" alt="Go to Users -&gt; My Profile and enter the names you want in the Basic Details fields" title="Change your wordpress.com display name" width="300" height="199" class="size-medium wp-image-244" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p>The Personal Settings option in the Users section allows one to remove the visual editor option (for those who prefer to write directly in <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span>), to push Twitter status updates to one&#8217;s blog, and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming soon: WordPress 3.0</title>
		<link>http://www.tigtog.net/240/coming-soon-wordpress-3-0/</link>
		<comments>http://www.tigtog.net/240/coming-soon-wordpress-3-0/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:02:03 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[beta-testing]]></category>
		<category><![CDATA[custom menus]]></category>
		<category><![CDATA[custom posts]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WP 3.0]]></category>
		<category><![CDATA[WP-MU]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=240</guid>
		<description><![CDATA[The Big New Upgrade is now in Beta-1 testing.  I'm going to be installing the beta on a test blog next week (school holidays really cut into hackfest time) and seeing how it plays.  Of course, they may well be up to Beta-2 testing by then. <a href="http://www.tigtog.net/240/coming-soon-wordpress-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2009/12/wordpress_org_logo-300x51.png" alt="wordpress.org logo" title="WordPress (wordpress.org)" width="300" height="51" class="alignright size-medium wp-image-197" />The Big New Upgrade is <a href="http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/">now in Beta-1 testing</a>.  I&#8217;m going to be installing the beta on a test blog next week (school holidays really cut into hackfest time) and seeing how it plays.  Of course, they may well be up to Beta-2 testing by then.</p>
<p>The new features to look forward to:</p>
<ul>
<li>WordPress and WordPress MU (multi-user) have merged, so that multiple blogs will be easy to run from a single install.  So far this is not yet an automated process, but the idea is that once 3.0 is in general release this will be easy-peasy to manage.  This should make it especially easy to integrate custom social networks around a WordPress install while still having an uncluttered main blog as the front page.</li>
<li>Custom menus are going to be available. I&#8217;m curious to see just how many options are configurable here.</li>
<li>Custom post types &#8211; this will essentially add a more Tumblr-like posting facility right out of the box, and should allow lots more options for <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> designers with regard to both styling each post type and adding new post-types via functions.php.  It&#8217;s also going to make it a lot easier for website producers to teach clients how to post their own content optimally-formatted with these options built-in &#8211; custom fields should now be incorporated into an intuitive menu for each post type instead of being a more complicated add-on option.</li>
</ul>
<p>I&#8217;d be most interested to hear from anybody playing around with the Betas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/240/coming-soon-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customising default avatars in WordPress</title>
		<link>http://www.tigtog.net/231/customising-devault-avatars-in-wordpress/</link>
		<comments>http://www.tigtog.net/231/customising-devault-avatars-in-wordpress/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 03:01:32 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.7+]]></category>
		<category><![CDATA[avatars]]></category>
		<category><![CDATA[comments.php]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[gravatars]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=231</guid>
		<description><![CDATA[The problem is that WP's default Mystery Man gravatar (used when commentors have not registered an avatar for their email address at gravatar.com) is rather ubiquitous, making most WP installs look a little bit too much the same.  The other WP options for the default gravatar (autogenerated unique Identicons, Wavatars or Monsters) are not to everybody's taste, and certainly don't fit into every design concept.

The solution is to create a unique avatar just for your site, one that suits your design for a professional site or perhaps one that references an injoke at a personal blog.  Either way, it will make your site stand out. <a href="http://www.tigtog.net/231/customising-devault-avatars-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/01/nomysteryman.png" alt="" title="nomysteryman" width="140" height="138" class="alignright size-full wp-image-239" />A custom Default Avatar is an option that is built into <a href="http://themehybrid.com/">the Hybrid framework</a>, a happenstance which nudged me about my procrastination in implementing this on other <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> sites.</p>
<p>How to do it:<span id="more-231"></span></p>
<ul>
<li>
<h3>Hybrid &#038; Hybrid Child Themes</h3>
<p>Couldn&#8217;t be simpler.  Go and create your default avatar (<a href="http://www.problogdesign.com/general-tips/how-to-make-your-own-default-avatar-in-5-minutes/">a grayscale or pale monochrome version of your favicon or site logo is a good idea for &#8220;branding&#8221;</a>), go to your <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> admin Dashboard and upload it using <strong>Media &raquo; Add New</strong>, then add the full URL to the option in <strong>Appearance &raquo; Hybrid Settings</strong>.  Voila!</li>
<li>
<h3>Standard <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> themes &#8211; up to 2.7</h3>
<p>(You really should upgrade for the new security features). This solution takes only a few lines of code in the comments.php file.</p>
<pre escaped="true" lang="php" line="1"><code>
&lt;?php if(function_exists('get_avatar')) {
echo get_avatar( $comment, $size = '70', $default = '&lt;?php bloginfo('template_directory'); ?&gt;/images/gravatar.<span class="domtooltips">png<span class="domtooltips_tooltip" style="display: none">Portable Network Graphic</span></span>' );
} ?&gt;</code></pre>
</li>
<li>
<h3>Standard <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> themes &#8211; 2.7+</h3>
</li>
<p>From <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> 2.7+, the way that WordPress calls the comment-list has changed, so that the code above will not work if inserted into comments.php &#8211; there has to be code added to functions.php instead, and maybe just one little tweak to the array-call in comments.php to set the avatar size.   If you are using one of the WordPress framework systems, the code may need adjusting to call framework hooks instead of standard <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> hooks (see next section).</p>
<p><a href="http://www.kremalicious.com/2008/12/how-to-set-a-custom-gravatar-image-in-wordpress-27/">Solution Source</a>: first, add to functions.php (create it if it doesn&#8217;t already exist).  This code assumes that you have uploaded your own custom gravatar image to a folder named &#8216;images&#8217; in the <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> directory &#8211; if you have uploaded the image elsewhere then change the code accordingly.</p>
<pre escaped="true" lang="php" line="1">
<code>&lt;php
function my_own_gravatar( $avatar_defaults ) {
    $myavatar = get_bloginfo('template_directory') . '/images/gravatar.<span class="domtooltips">png<span class="domtooltips_tooltip" style="display: none">Portable Network Graphic</span></span>';
    $avatar_defaults[$myavatar] = 'GRAVATAR NAME DISPLAYED IN WORDPRESS';
    return $avatar_defaults;
}
add_filter( 'avatar_defaults', 'my_own_gravatar' );
?&gt;</code></pre>
<p>You should now see a new default avatar with the name you gave it in the code above added to the list (Mystery Man, Wavicon, Identicon etc) on the <strong>Settings &raquo; Discussion</strong> page.  Select it as the default and save.  Then there&#8217;s merely avatar size to consider, which is a simple array insertion into the comments.php file at the line where we see wp_list_comments :</p>
<pre escaped="true" lang="php" line="1">
<code>&lt;?php wp_list_comments(array('avatar_size'=&gt;70, )); ?&gt;</code></pre>
</li>
<li>
<h3>Thesis</h3>
<p>If you are using a WordPress frameworkyou may need to alter the above code slightly to fit with the framework architecture.  For Thesis you definitely need a slight change in the code.  There&#8217;s <a href="http://outspokenmedia.com/branding/adding-custom-default-gravatars-to-your-blog/">a good post here</a> but the code&#8217;s final line wasn&#8217;t quite right.  A quick visit to the DIYThemes forums showed me that someone had come up with a fix:</p>
<ol>
<li>Upload your custom gravatar to the Thesis custom/images folder.</li>
<li>Add the following lines to the Thesis custom_functions.php file.</li>
</ol>
<pre escaped="true" lang="php" line="1"><code>
    /* Add a Custom Default Gravatar */
    if ( !function_exists('custom_gravatar') ) {
    function custom_gravatar( $avatar_defaults ) {
    $myavatar = get_bloginfo('template_directory') . '/custom/images/IMAGENAME.<span class="domtooltips">png<span class="domtooltips_tooltip" style="display: none">Portable Network Graphic</span></span>';
    $avatar_defaults[$myavatar] = 'MYDEFAULTGRAVATARNAME';

    return $avatar_defaults;
    }
    add_filter( 'avatar_defaults', 'custom_gravatar' );
    }</code></pre>
</li>
<p>Choose the new default avatar from the <strong>Settings &raquo; Discussions</strong> page, and there you are.  Gravatar size can be tweaked as desired.
</ul>
<p>For more distinctiveness, avatars can also be customised to have different styles for authors and admins.  I&#8217;ll do a tutorial on that in the next week or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/231/customising-devault-avatars-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No reader&#8217;s comments display in your sidebar?  Do you want more comments or not?</title>
		<link>http://www.tigtog.net/237/no-reader-comments-display-do-you-want-more-comments-or-not/</link>
		<comments>http://www.tigtog.net/237/no-reader-comments-display-do-you-want-more-comments-or-not/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:41:37 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[Web 101]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[brian's latest comments]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[subscribe to comments]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=237</guid>
		<description><![CDATA[I don't understand why anyone who blogs would not have some sort of "Latest Comments" widget in the sidebar, but it appears that quite a few don't.  I wonder if they realise that this might be why they don't get as many comments on every post as they might like? <a href="http://www.tigtog.net/237/no-reader-comments-display-do-you-want-more-comments-or-not/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/01/fluffywantscomments-241x300.png" alt="a small fluffy puppy glowers at the camera" title="Fluffy, Destroyer of Worlds, is highly displeased that you have not left a comment" width="241" height="300" class="alignright size-medium wp-image-238" />I don&#8217;t understand why anyone who blogs would not have some sort of &#8220;Latest Comments&#8221; <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span> in the sidebar, but it appears that quite a few don&#8217;t.  I wonder if they realise that this might be why they don&#8217;t get as many comments on every post as they might like?</p>
<p>I find that on sites without a comments <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span> the discussions on older posts just wither away as new posts take the sweet spot at the top of the front page.  With a comments <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span>, people can see that a discussion is ongoing on a post they&#8217;ve already read and perhaps commented on, and are encouraged to check those latest comments and maybe add more to the discussion.  Without a comments <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span>, they have to want to revisit that post they&#8217;ve already read just on the offchance that new comments have been added.  How many of the readers are going to do that?</p>
<p>Sure, they could subscribe to the blogs Comments <span class="domtooltips">RSS<span class="domtooltips_tooltip" style="display: none">Really Simple Syndication or Rich Site Summary - a format for delivering regularly changing web content as a "feed" that notifies readers and aggregator programs of new content (www.WhatIsRSS.com)</span></span> feed, or maybe just the specific Comments feed for that post if they are tech-savvy enough, but how many do?  I generally don&#8217;t follow comments by <span class="domtooltips">RSS<span class="domtooltips_tooltip" style="display: none">Really Simple Syndication or Rich Site Summary - a format for delivering regularly changing web content as a "feed" that notifies readers and aggregator programs of new content (www.WhatIsRSS.com)</span></span>, the option just doesn&#8217;t appeal.  If someone like me who follows hundreds of Posts feeds by <span class="domtooltips">RSS<span class="domtooltips_tooltip" style="display: none">Really Simple Syndication or Rich Site Summary - a format for delivering regularly changing web content as a "feed" that notifies readers and aggregator programs of new content (www.WhatIsRSS.com)</span></span> isn&#8217;t generally going to click on a post&#8217;s Comments feed, how many others do you think are going to do it?<br />
<span id="more-237"></span><br />
In WordPress, the default Comments <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span> is pretty basic: a simple list of commentor names &#038; gravatars (optional) that doesn&#8217;t show how many comments a post has in total and can show a maximum of 15 comments.  I prefer a bit more information about comments (although obviously on this very new blog I don&#8217;t have that many comments to display yet).</p>
<p> I&#8217;ve long been fond of the <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> for <a href="http://meidell.dk/archives/2009/07/05/brians-latest-comments-280-finally/">Brian&#8217;s Latest Comments</a> (plus <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span>), but for ages that wasn&#8217;t being updated.  I&#8217;m glad to discover that it has been updated after all, in July 2009.  I&#8217;m normally a bit leery of plugins that aren&#8217;t in the official WordPress repository, but I&#8217;ve liked and used earlier versions of this <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> for over 3 years, so I&#8217;m not about to stop now.  As you should be able to see in the sidebar, it shows the post-title of the most recently commented posts, the total number of comments for that post and the latest 5 comments on the post.</p>
<p><em>More Comment Encouragement:</em> I&#8217;m also a big fan of the <a href="http://wordpress.org/extend/plugins/subscribe-to-comments/">Subscribe to Comments</a> <span class="domtooltips">Plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> for helping keep discussions alive.  This is an old <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span>, hasn&#8217;t been updated for yonks, but still works perfectly well up to <span class="domtooltips">WP<span class="domtooltips_tooltip" style="display: none">WordPress publishing platform</span></span> 2.9.  The additional <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> <a href="http://wordpress.org/extend/plugins/subscribe_to_comments_now/">Subscribe to Comments Now!</a> adds the necessary code to your comments template to include the option for people to subscribe without commenting, so you don&#8217;t have to add it manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/237/no-reader-comments-display-do-you-want-more-comments-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.9</title>
		<link>http://www.tigtog.net/196/upgraded-to-wordpress-2-9/</link>
		<comments>http://www.tigtog.net/196/upgraded-to-wordpress-2-9/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 20:11:59 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[theme editor]]></category>
		<category><![CDATA[WP 2.9]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=196</guid>
		<description><![CDATA[So far pretty slick.  It doesn't seem to have broken any of the multimedia plugins and I'm enjoying some of the new features - the theme editor that remembers where you were at last save is long overdue! <a href="http://www.tigtog.net/196/upgraded-to-wordpress-2-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2009/12/wordpress_org_logo.png" alt="wordpress.org logo" title="WordPress (wordpress.org)" width="301" height="52" class="alignright size-full wp-image-197" />So far pretty slick.  It doesn&#8217;t seem to have broken any of the multimedia plugins and I&#8217;m enjoying some of the new features &#8211; the <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> editor that remembers where you were at last save is long overdue!</p>
<p>As per major new release <span class="domtooltips">SOP<span class="domtooltips_tooltip" style="display: none">Standard Operating Procedure</span></span>, there&#8217;s <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">an announcement post listing all the new features for 2.9 up at the WordPress Dev Blog</a> (video too).</p>
<p>P.S. Heh, I just added a new category for &#8220;wordpress&#8221; all in lower case &#8211; and the category list autocorrected that to the official capitalised &#8220;WordPress&#8221;!  Warms the cockles of my pedantic little heart, that does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/196/upgraded-to-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8216;Frameworks&#8217; for WordPress</title>
		<link>http://www.tigtog.net/90/frameworks-for-wordpress/</link>
		<comments>http://www.tigtog.net/90/frameworks-for-wordpress/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 12:30:01 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customisation]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[premium themes]]></category>
		<category><![CDATA[theme clubs]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WooThemes]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=90</guid>
		<description><![CDATA[It seems like every month there's a new framework template system for WordPress getting some buzz.  There's a reason people are excited about frameworks with WordPress: they are more than just a theme (themes essentially are just a way to display the basic WordPress functions with a particular "look").  WordPress frameworks add their own set of special functions in separate files alongside the WordPress core functions, and call them from within WordPress using the custom_functions file. <a href="http://www.tigtog.net/90/frameworks-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2009/12/frame-150x150.png" alt="frame" title="frame" width="150" height="150" class="alignright size-thumbnail wp-image-167" />It seems like every month there&#8217;s a new framework template system for WordPress getting some buzz.  There&#8217;s a reason people are excited about frameworks with WordPress: they are more than just a <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> (themes essentially are just a way to display the basic WordPress functions with a particular &#8220;look&#8221;).  WordPress frameworks add their own set of special functions in separate files alongside the WordPress core functions, and call them from within WordPress using the custom_functions file.  This makes framework templates much more flexible for anyone wanting to use WordPress as a CMS rather than a blog only.</p>
<p>These frameworks mostly involve adding new &#8216;hooks&#8217; that can be used for innovative customisation outside the areas already covered by the default WordPress &#8216;hooks&#8217;.  Depending on the framework, you either need to know how to manipulate these hooks directly, or it can be much easier if the development team has included a custom admin interface accessed from the WordPress Dashboard.  There are also several framework-specific plugins that help make manipulating the framework hooks much simpler.</p>
<p>I&#8217;ve become increasingly interested in how these frameworks operate, and what each of the designers is doing with them.  It seemed like the more <span class="domtooltips">CSS<span class="domtooltips_tooltip" style="display: none">Cascading Style Sheets - a style sheet language that is used to separate document content from document presentation - improves accessibility, flexibility and control</span></span>, XHTML and PHP I learnt, the more I wanted to be able to tweak things, and the problem with tweaking normal themes is that they are often coded so quirkily that it&#8217;s easy to break something unexpectedly.  These themes based on improved frameworks are meant to be more robust because of the way that the frameworks are coded with customisation hooks built in right from the basement, as it were.</p>
<p>I&#8217;ve played around with three of these framework templates recently:<br />
<span id="more-90"></span></p>
<ul>
<li><a href="http://diythemes.com/thesis/?a_aid=4ae7bc2077829&amp;a_bid=47c5a620" title="The Thesis Theme from Chris Pearson and DIYthemes"><img src="http://diythemes.com/aff/accounts/default1/banners/thesis-125x125-1.png" alt="The Thesis Theme from Chris Pearson and DIYthemes" title="The Thesis Theme from Chris Pearson and DIYthemes" class="alignleft" width="125" height="125" /></a><img style="border:0" src="https://diythemes.com/aff/scripts/imp.php?a_aid=4ae7bc2077829&amp;a_bid=47c5a620" width="1" height="1" alt="" />My social commentary blog, <a href="http://hoydenabouttown.com/"><em>Hoyden About Town</em></a>, uses the Thesis framework.   This is a &#8220;premium&#8221; <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> &#8211; payment is required in order to receive a license to use it and to access the support forums (which are truly excellent).  There are options for Personal licenses and Developer licenses (and Client Site licenses for Developers, which don&#8217;t allow the Client to access the support forums).  The basic <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> is very simple &#8211; almost a plain sandbox &#8211; and there are tons of admin-options for customisation as well as a system of &#8220;hooks&#8221; which can be used to add all sorts of custom content.</li>
<p></p>
<li><a href="http://www.woothemes.com/amember/go.php?r=13232&#038;i=b16" title="Woo Themes - "><img alt="WooThemes affiliate badge" src="http://woothemes.com/ads/120x90a.jpg" title="Woo Themes - " class="alignleft" width="120" height="90" /></a>My Australian live comedy site, <a href="http://gaggingforit.com.au/"><em>Gagging For It (Oz Comedy News)</em></a>, uses a WooThemes premium <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> (purchasing a <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> also purchases access to the support forums, there is a Developer&#8217;s Club option as well).   Woothemes has built its own framework and offers an extensive collection of themes based on it, each <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> offering a variable array of features out of the box (perfect for that client in a hurry).  Woothemes can be customised quite extensively, but it&#8217;s a very different beast from Thesis, because it has so many different looks right up front to start from.</li>
<p></p>
<li><a href="http://themehybrid.com/" title="themehybrid"><img src="http://www.tigtog.net/blog/wp-content/uploads/2009/12/themehybrid.png" alt="themehybrid" title="themehybrid" width="120" height="88" class="alignleft size-full wp-image-125" /></a>This site, <em>tigtog&#8217;s corner</em>, is using <a title="link opens in a new window" href="http://themehybrid.com/themes/hybrid/" target="_blank">the Hybrid framework</a> and the Hybrid child-<span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> &#8220;Life Collage&#8221;, which I chose mostly because of its lifestream page feature (its default styling is nicely relaxed, but you can&#8217;t see much of that any more).   Hybrid themes and child-themes are free, and basic access to the support forums is free, but tutorials and forum answers from the Hybrid core developers have to be paid for (although at $25 to join the Hybrid <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> club is by far the least expensive framework option of these three).  Hybrid offers a variety of child-themes to jazz up its basic framework, plus offering a Sandbox version which allows for complete customisation control via hooks.  I&#8217;m looking forward to playing with the possibilities, so don&#8217;t be surprised if the appearance of this site changes quite often while I play with it.</li>
</ul>
<p>So far, these frameworks have been as far as my budget extends.  I&#8217;d like to hear about anyone else&#8217;s experiences with other frameworks though.<br />
<span id="hwContLayer" style="background: gray none repeat scroll 0% 0%; overflow: auto ! important; position: absolute; left: 0px; top: 153px; width: 5px; height: 100%; z-index: 10000000; opacity: 0; font-weight: bold ! important; font-size: medium ! important; font-style: normal ! important;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/90/frameworks-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia plugins</title>
		<link>http://www.tigtog.net/116/multimedia-plugins/</link>
		<comments>http://www.tigtog.net/116/multimedia-plugins/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 11:10:17 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[altPWA]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Flickr Gallery]]></category>
		<category><![CDATA[Flickrpress]]></category>
		<category><![CDATA[flickrRSS]]></category>
		<category><![CDATA[jQuery Lightbox]]></category>
		<category><![CDATA[Lightbox Gallery]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[TubePress]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=116</guid>
		<description><![CDATA[I'm playing with a few plugins over on my Galleries Pages at the moment, as well as in the widget areas, so here's a rundown: <a href="http://www.tigtog.net/116/multimedia-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2009/12/multimedia-150x150.png" alt="multimedia" title="multimedia" width="150" height="150" class="alignright size-thumbnail wp-image-175" />I&#8217;m playing with a few WordPress plugins over on <a href="http://www.tigtog.net/galleries/">my Galleries Pages</a> at the moment, as well as in the <span class="domtooltips">widget<span class="domtooltips_tooltip" style="display: none">A small program that can be easily added to a web page to display extra content from another source (e.g. weather forecasts, advertisements or just about anything)</span></span> areas, so here&#8217;s a rundown of what I&#8217;m using to generate various displays/showcases/galleries:</p>
<ul>
<li><strong>altPWA</strong><br />
altPWA is a <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> that will allow you to easily embed a Picasa Web Album in your pages.<br />
Version 1.1.2 | By <a title="Visit author homepage" href="http://familia.capan.ro/">Radu Capan</a> | <a title="Visit plugin site" href="http://www.cnet.ro/wordpress/altpwa">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>Flickr Gallery</strong><br />
Use easy shortcodes to insert Flickr galleries and photos (and videos) in your blog.<br />
Version 1.3.0 | By <a title="Visit author homepage" href="http://dancoulter.com/">Dan Coulter</a> | <a title="Visit plugin site" href="http://co.deme.me/projects/flickr-gallery/">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>Flickrpress</strong><br />
Display Flickr items in the sidebar. Supports Flickr <span class="domtooltips">RSS<span class="domtooltips_tooltip" style="display: none">Really Simple Syndication or Rich Site Summary - a format for delivering regularly changing web content as a "feed" that notifies readers and aggregator programs of new content (www.WhatIsRSS.com)</span></span>, photostream, multiple photosets, favorites, filtering by tag and displaying random photos.<br />
Version 0.3.2 | By <a title="Visit author homepage" href="http://michael.tyson.id.au/">Michael Tyson</a> | <a title="Visit plugin site" href="http://michael.tyson.id.au/wordpress/plugins/flickrpress">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>flickrRSS</strong><em> (this one is integrated into the Life Collage Hybrid <span class="domtooltips">theme<span class="domtooltips_tooltip" style="display: none">a code package that controls how a site looks through a stylesheet (may also have custom functions coding built in)</span></span> for use in the Lifestream Page)</em><br />
Allows you to integrate the photos from a flickr <span class="domtooltips">rss<span class="domtooltips_tooltip" style="display: none">Really Simple Syndication or Rich Site Summary - a format for delivering regularly changing web content as a "feed" that notifies readers and aggregator programs of new content (www.WhatIsRSS.com)</span></span> feed into your site.<br />
Version 5.1 | By <a title="Visit author homepage" href="http://eightface.com/">Dave Kellam and Stefano Verna</a> | <a title="Visit plugin site" href="http://eightface.com/wordpress/flickrrss/">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>jQuery Lightbox</strong><br />
Used to overlay images on the current page. Original jQuery Lightbox by Balupton.<br />
Version 0.9 | By <a title="Visit author homepage" href="http://www.pedrolamas.com/">Pedro Lamas</a> | <a title="Visit plugin site" href="http://www.pedrolamas.com/projectos/jquery-lightbox">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>Lightbox Gallery</strong> <em>(I haven&#8217;t got a demo page up for this one yet, although I&#8217;ve used it happily on other sites)</em><br />
Changes to the lightbox view in galleries.<br />
Version 0.6.1 | By <a title="Visit author homepage" href="http://wpgogo.com/">Hiroaki Miyashita</a> | <a title="Visit plugin site" href="http://wpgogo.com/development/lightbox-gallery.html">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
<li><strong>TubePress</strong><br />
Displays gorgeous YouTube galleries in your posts, pages, and/or sidebar. Upgrade to TubePress Pro for more features!<br />
Version 1.8.7 | By <a title="Visit author homepage" href="http://ehough.com/">Eric D. Hough</a> | <a title="Visit plugin site" href="http://tubepress.org/">Visit <span class="domtooltips">plugin<span class="domtooltips_tooltip" style="display: none">add-on code that extends the functions of a web application</span></span> site</a></li>
</ul>
<p>What else are people using that they recommend?<br />
<span id="hwContLayer" style="background: gray none repeat scroll 0% 0%; overflow: auto ! important; position: absolute; left: 0px; top: 0px; width: 5px; height: 100%; z-index: 10000000; opacity: 0; font-weight: bold ! important; font-size: medium ! important; font-style: normal ! important;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/116/multimedia-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

