<?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>MHunt Design Freelance Web Solutions &#187; Wordpress</title>
	<atom:link href="http://mhuntdesign.com/blog/articles/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhuntdesign.com/blog</link>
	<description>Web Design Resources and Recommended Reading</description>
	<lastBuildDate>Sat, 04 Sep 2010 07:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to change the default jQuery version used by WordPress</title>
		<link>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/</link>
		<comments>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 04:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=599</guid>
		<description><![CDATA[To override the default jQuery version called by WordPress from 1.3.2 to 1.4.2: In your theme&#8217;s function.php file, Paste this code: if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2'); wp_enqueue_script('jquery'); } Wherever you see &#8217;1.4.2&#8242;, you can replace that with whatever wordpress version you are using. This has been tested in WordPress 2.9.2 Related posts:Linking to [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small>jQuery Hosted on Google: Here&#8217;s the code to link to...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-08-28-10-09-4-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 08-28-10 &#8211; 09-4-10'>Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 08-28-10 &#8211; 09-4-10</a> <small>Below are my latest resources related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small>Quick tip: In order to wrap a &lt;span&gt; around an...</small></li>
</ol>]]></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%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fchange-default-jquery-version-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fchange-default-jquery-version-wordpress%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h3>To override the default jQuery version called by WordPress from 1.3.2 to 1.4.2:</h3>
<p>In your theme&#8217;s function.php file, Paste this code:</p>
<pre><code>if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
   wp_enqueue_script('jquery');
}</code>
</pre>
<p>Wherever you see &#8217;1.4.2&#8242;, you can replace that with whatever wordpress version you are using.</p>
<p><strong>This has been tested in WordPress 2.9.2</strong></p>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small>jQuery Hosted on Google: Here&#8217;s the code to link to...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-08-28-10-09-4-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 08-28-10 &#8211; 09-4-10'>Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 08-28-10 &#8211; 09-4-10</a> <small>Below are my latest resources related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small>Quick tip: In order to wrap a &lt;span&gt; around an...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a sidebar navigation in WordPress</title>
		<link>http://mhuntdesign.com/blog/wordpress/how-to-create-a-sidebar-navigation-in-wordpress/</link>
		<comments>http://mhuntdesign.com/blog/wordpress/how-to-create-a-sidebar-navigation-in-wordpress/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=370</guid>
		<description><![CDATA[Here&#8217;s a snippet that will give you an instant sidebar navigation in WordPress. It grabs the post parent title and the children of that parent. Download wordpress-sidebar-nav.txt < ?php $parent_title = get_the_title($post->post_parent); $permalink = get_permalink($post->post_parent); if($post->post_parent) { $children = wp_list_pages('title_li=&#038;child_of='.$post->post_parent.'&#038;echo=0'); } else { $children = wp_list_pages('title_li=&#038;child_of='.$post->ID.'&#038;echo=0'); } ?> < ?php if ($children): ?>


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/apple/how-to-create-books-in-coda/' rel='bookmark' title='Permanent Link: How to Create Books in Coda'>How to Create Books in Coda</a> <small>Coda allows you to add reference books under the &#8216;Books&#8217;...</small></li>
<li><a href='http://mhuntdesign.com/blog/css/how-to-create-a-css3-border-fadeout/' rel='bookmark' title='Permanent Link: How to create a CSS3 border fadeout'>How to create a CSS3 border fadeout</a> <small>With CSS3, you can create a border that fades out...</small></li>
<li><a href='http://mhuntdesign.com/blog/apple/how-to-create-a-custom-apple-ipadiphone-home-screen-icon-for-your-website/' rel='bookmark' title='Permanent Link: How to create a custom Apple iPad/iPhone Home screen icon for your Website'>How to create a custom Apple iPad/iPhone Home screen icon for your Website</a> <small>When you bookmark a site on the iPad or iPhone,...</small></li>
</ol>]]></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%2Fmhuntdesign.com%2Fblog%2Fwordpress%2Fhow-to-create-a-sidebar-navigation-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fwordpress%2Fhow-to-create-a-sidebar-navigation-in-wordpress%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Here&#8217;s a snippet that will give you an instant sidebar navigation in <a href="http://wordpress.org">WordPress</a>. It grabs the post parent title and the children of that parent.</p>
<p><a href="http://mhuntdesign.com/blog/wp-content/uploads/2010/02/wordpress-sidebar-nav.txt">Download wordpress-sidebar-nav.txt</a></p>
<pre name="code" class="html:collapse">
< ?php
$parent_title = get_the_title($post->post_parent);
$permalink = get_permalink($post->post_parent);
if($post->post_parent) {
$children = wp_list_pages('title_li=&#038;child_of='.$post->post_parent.'&#038;echo=0');
}
else {
$children = wp_list_pages('title_li=&#038;child_of='.$post->ID.'&#038;echo=0');
}
?>

< ?php if ($children): ?>
<div id="sidebar-nav" class="clearfix">
<h3><a href="<?php echo $permalink; ?>" title="< ?php echo $parent_title; ?>">< ?php echo $parent_title; ?></a></h3>
<ul>< ?php echo $children; ?></ul>
</div>

< ?php endif; ?>
</pre>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/apple/how-to-create-books-in-coda/' rel='bookmark' title='Permanent Link: How to Create Books in Coda'>How to Create Books in Coda</a> <small>Coda allows you to add reference books under the &#8216;Books&#8217;...</small></li>
<li><a href='http://mhuntdesign.com/blog/css/how-to-create-a-css3-border-fadeout/' rel='bookmark' title='Permanent Link: How to create a CSS3 border fadeout'>How to create a CSS3 border fadeout</a> <small>With CSS3, you can create a border that fades out...</small></li>
<li><a href='http://mhuntdesign.com/blog/apple/how-to-create-a-custom-apple-ipadiphone-home-screen-icon-for-your-website/' rel='bookmark' title='Permanent Link: How to create a custom Apple iPad/iPhone Home screen icon for your Website'>How to create a custom Apple iPad/iPhone Home screen icon for your Website</a> <small>When you bookmark a site on the iPad or iPhone,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/wordpress/how-to-create-a-sidebar-navigation-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
