<?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>WPChick &#187; Tips</title>
	<atom:link href="http://wpchick.com/category/blog/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpchick.com</link>
	<description>WordPress Coaching and Consulting for the Terminally Busy</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:54:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Troubleshooting 101: Nasty Errors</title>
		<link>http://wpchick.com/troubleshooting-101-nasty-errors/</link>
		<comments>http://wpchick.com/troubleshooting-101-nasty-errors/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:04:50 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=877</guid>
		<description><![CDATA[Some of my clients have come across something similar to this nasty little error message after updating to WordPress 3.0: Warning: call_user_func(extract_terms::update_taxonomy_count) [function.call-user-func]: First argument is expected to be a valid callback in .....wp-includes/taxonomy.php on line 2056 Warning: Cannot modify header information - headers already sent by (output started at .../wp-includes/taxonomy.php:2056) in ...../wp-includes/pluggable.php on line [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Ftroubleshooting-101-nasty-errors%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Ftroubleshooting-101-nasty-errors%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Some of my clients have come across something similar to this nasty little error message after updating to WordPress 3.0:<br />
<code> Warning: call_user_func(extract_terms::update_taxonomy_count) [function.call-user-func]: First argument is expected to be a valid callback in .....wp-includes/taxonomy.php on line 2056</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at .../wp-includes/taxonomy.php:2056) in ...../wp-includes/pluggable.php on line 890</code></p>
<p>After futzing around and asking questions about how they upgraded, I found that none of them deactivated their plugins first.</p>
<p>Just to refresh your memory, here are the basic steps for upgrading using WordPress&#8217;s built-in upgrade tool:</p>
<ol>
<li>Back up your database and your wp-contents folder</li>
<li>Deactivate all your plugins</li>
<li>Upgrade (plugins first, WordPress second)</li>
<li>Reactivate your plugins</li>
<li>Test</li>
</ol>
<p>Reactivating your plugins one-by-one and testing (that is, reloading your site and publishing or re-publishing a post) after you activate each one is important, and time consuming. But it&#8217;s the first thing I do whenever a WordPress site is throwing scary-looking errors.</p>
<p>If you still have problems, and WordPress is still throwing up errors, try switching to the default theme (in WP 3.0 it&#8217;s TwentyTen), and reloading your site. Sometimes themes that haven&#8217;t been updated in a while can conflict with some code in a new update.</p>
<p>If you&#8217;re <em>still</em> having trouble with your WP 3.0 install and are this close to tossing your computer out the window, put the computer down, take a deep breath, and <a href="/contact/">get in touch with me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/troubleshooting-101-nasty-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Video the Easy Way with oEmbed. Sweet!</title>
		<link>http://wpchick.com/embedding-video-easy-oembed-sweet/</link>
		<comments>http://wpchick.com/embedding-video-easy-oembed-sweet/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 17:57:17 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=795</guid>
		<description><![CDATA[If video embedding has you flummoxed, keep reading&#8230; To embed a video you used to have to copy and paste a big hunk of code in your WordPress post. Crazy, eh? Well, no more searching for the embed code for your video! WordPress 3.0 makes use of a dealie (technically a &#8220;protocol&#8221;) called oEmbed which [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Fembedding-video-easy-oembed-sweet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Fembedding-video-easy-oembed-sweet%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If video embedding has you flummoxed, keep reading&#8230;</p>
<p>To embed a video you used to have to copy and paste a big hunk of code in your WordPress post. Crazy, eh?</p>
<p>Well, no more searching for the embed code for your video!</p>
<p>WordPress 3.0 makes use of a dealie (technically a &#8220;protocol&#8221;) called <strong>oEmbed</strong> which will automatically transform your simple video link (i.e. <code>http://www.youtube.com/watch?v=rfh4Mhp-a6U</code>) into this:</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/rfh4Mhp-a6U&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rfh4Mhp-a6U&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>All you have to do is take the URL (web address) of your video—something you can copy &amp; paste from your web browser address bar—and paste it into your post. Simple!</p>
<p>Now, if you want a bit of control over the size of your video, you can add a little extra code, but it won&#8217;t hurt&#8230; Making the video 300 pixels wide looks like this:</p>
<p><a href="http://wpchick.com/wp-content/uploads/2010/06/Picture-3.png"><img src="http://wpchick.com/wp-content/uploads/2010/06/Picture-3.png" alt="" title="Picture 3" width="518" height="23" class="alignnone size-full wp-image-802" /></a></p>
<p>aaannnd&#8230; it looks like this:</p>
<p><object width="300" height="250"><param name="movie" value="http://www.youtube.com/v/rfh4Mhp-a6U&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rfh4Mhp-a6U&#038;fs=1" type="application/x-shockwave-flash" width="300" height="250" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This nifty little dealie works with YouTube, Vimeo, Viddler, blip.tv or any number of other video hosting sites. Check out the WordPress codex for a <a href="http://codex.wordpress.org/Embeds">full list</a>.</p>
<p>Now, if you want to make all videos to be 300 pixels wide by default (that is, you don&#8217;t even have to do the embed code), go to <strong>Settings > Media</strong> on your dashboard and under the <strong>Embeds</strong> area, type in 300 for the width.  Make sure you hit the <strong>save changes</strong> button to save that change. It&#8217;ll look a little like this:<br />
<a href="http://wpchick.com/wp-content/uploads/2010/06/Picture-4.png"><img src="http://wpchick.com/wp-content/uploads/2010/06/Picture-4.png" alt="" title="Picture 4" width="577" height="124" class="alignnone size-full wp-image-804" /></a></p>
<p>So, no more digging and searching and hair-pulling (or crying for that matter) to figure out how to add video to your site!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/embedding-video-easy-oembed-sweet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure Your WordPress Site Without Bursting into Tears: Deleting the Admin Account</title>
		<link>http://wpchick.com/secure-wordpress-delete-admin/</link>
		<comments>http://wpchick.com/secure-wordpress-delete-admin/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:05:54 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=782</guid>
		<description><![CDATA[Welcome to the very first installment of Secure Your WordPress Site Without Bursting into Tears! In this video we&#8217;re going to get rid of the admin account. In versions prior to 3.0, WordPress automatically created a user account named &#8220;admin.&#8221; Most site owners never change this, so hackers can take advantage of only having to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Fsecure-wordpress-delete-admin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Fsecure-wordpress-delete-admin%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Welcome to the very first installment of Secure Your WordPress Site Without Bursting into Tears!</p>
<p>In this video we&#8217;re going to get rid of the admin account. In versions prior to 3.0, WordPress automatically created a user account named &#8220;admin.&#8221; Most site owners never change this, so hackers can take advantage of only having to crack the password instead of both the password and the user name. </p>
<p>In version 3.0, during installation you can now specify your very own username. </p>
<p>So now for the video!</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/guvwVIGqACw&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/guvwVIGqACw&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"></embed></object></p>
<p>Don&#8217;t miss the next video! Sign up for the mailing list on the right side of this page to get updates on this series. </p>
<p>And remember&#8230; there&#8217;s no tears in WordPress. <img src='http://wpchick.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/secure-wordpress-delete-admin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Split a long blog post into pages</title>
		<link>http://wpchick.com/split-long-blog-post-pages/</link>
		<comments>http://wpchick.com/split-long-blog-post-pages/#comments</comments>
		<pubDate>Fri, 14 May 2010 00:17:16 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=602</guid>
		<description><![CDATA[A lot of bloggers say you shouldn&#8217;t write really long articles and to keep your blog posts to about 500 words. But sometimes you just have to let the words flow. To a point. There is such a thing as blog post that&#8217;s too long. For those times where you find yourself pouring out boatloads [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Fsplit-long-blog-post-pages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Fsplit-long-blog-post-pages%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>A lot of bloggers say you shouldn&#8217;t write really long articles and to keep your blog posts to about 500 words. But sometimes you just have to let the words flow. To a point. There is such a thing as blog post that&#8217;s too long.</p>
<p>For those times where you find yourself pouring out boatloads of information, and you don&#8217;t want to overwhelm your reader with the endless scroll, there&#8217;s a fancy built-in pagination feature in WordPress.</p>
<p>To use it, at each point you&#8217;d like a new page to begin, type in the following:</p>
<p><code>&lt;!--nextpage--&gt;<br />
</code><br />
You can see it in action at the bottom of this post.</p>
<p>Sure it&#8217;s a little tedious if you have an post that spans 20 pages. At that point I&#8217;d revise and cut out stuff in order to whip the post into shape for internet consumption.</p>
<p>There are <a href="http://wordpress.org/extend/plugins/wp-paginate/">other</a> <a href="http://wordpress.org/extend/plugins/wp-pagenavi/">pagination</a> plugins around the WordPress world, but I&#8217;m all for keeping it as simple as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/split-long-blog-post-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You Shouldn&#8217;t Use Blogger for Your Business</title>
		<link>http://wpchick.com/blogger-business/</link>
		<comments>http://wpchick.com/blogger-business/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:25:25 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=554</guid>
		<description><![CDATA[One tragic thing I keep seeing on the web is creators &#8211; people who make stuff, tangibles or intangibles &#8211; without their own home on the web. They&#8217;re taking up space on Blogger, WordPress.com, Typepad, deviantArt and other places that give &#8216;em an illusion of having their own home. Landlords may be nice and kind [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Fblogger-business%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Fblogger-business%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Suburbia" href="http://www.flickr.com/photos/38027221@N08/3735460812/" target="_blank"><img class="alignleft" style="border: 0px initial initial;" src="http://farm3.static.flickr.com/2491/3735460812_9a1fa9f69b.jpg" border="0" alt="Suburbia" width="350" height="234" /></a>One tragic thing I keep seeing on the web is creators &#8211; people who make stuff, tangibles or intangibles &#8211; without their own home on the web.</p>
<p>They&#8217;re taking up space on Blogger, WordPress.com, Typepad, deviantArt and other places that give &#8216;em an illusion of having their own home.</p>
<p>Landlords may be nice and kind or rude, sneaky and evil. You never really know what kind that landlord is until you get on their bad side.</p>
<p>I&#8217;m not saying that those companies that offer free blogs and web sites and portfolios will turn on you, but do you really want <strong><em>your business</em></strong> at the mercy of the terms &amp; conditions of some other company?</p>
<h2>You need to own your own home on the internet.</h2>
<ul>
<li>The investment isn&#8217;t all that bad ($10 for a domain name, $100/yr for decent hosting).</li>
<li>It&#8217;s <strong>your brand</strong> and<strong> your name</strong> that&#8217;s up at the top instead of Blogger&#8217;s.</li>
<li>It enhances your <strong>authority</strong> in the eyes of your potential customers and clients.</li>
<li>It gives you something <strong>authentically you</strong> to put in the &#8220;your web site&#8221; area on those portfolio and networking sites.</li>
<li>You have more <strong>flexibility</strong> to make the site look and work the way you want to.</li>
<li><strong>And you are the one who wields the power</strong> (barring the restrictions of the less-strict TOS&#8217;s of your new web host, but as long as you&#8217;re doing business honestly, you have nothing to worry about).</li>
</ul>
<p>If you have a &#8220;home&#8221; on the internet that you don&#8217;t own, it&#8217;s time to reconsider. For your business&#8217;s sake.</p>
<p>If you need help deciding on how to go about getting your own home on the internet, <a href="/contact/">please email me</a>. I&#8217;m here for ya.</p>
<p><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://wpchick.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="vonSchnauzer" href="http://www.flickr.com/photos/38027221@N08/3735460812/" target="_blank">vonSchnauzer</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/blogger-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Essentials at WPGuerilla</title>
		<link>http://wpchick.com/wordpress-essentials-wpguerilla/</link>
		<comments>http://wpchick.com/wordpress-essentials-wpguerilla/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:25:46 +0000</pubDate>
		<dc:creator>Alexia</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://wpchick.com/?p=490</guid>
		<description><![CDATA[It&#8217;s WordPress Essentials week at WordPress Guerilla. Over 50 posts on must-have plugins for WordPress. If you ever needed a bit of direction with the hundreds of thousands of plugins out there &#8211; this is definitey the series to follow!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpchick.com%2Fwordpress-essentials-wpguerilla%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpchick.com%2Fwordpress-essentials-wpguerilla%2F&amp;source=wpchick&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s <a href="http://wpguerrilla.com/category/essentials/" target="_blank">WordPress Essentials</a> week at WordPress Guerilla. Over 50 posts on must-have plugins for WordPress. If you ever needed a bit of direction with the hundreds of thousands of plugins out there &#8211; this is definitey the series to follow!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpchick.com/wordpress-essentials-wpguerilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/15 queries in 0.088 seconds using disk

Served from: wpchick.com @ 2010-09-09 20:31:15 -->