<?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>Mitch Canter is [studionashvegas] &#187; WordPress</title>
	<atom:link href="http://www.studionashvegas.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studionashvegas.com</link>
	<description>Nashville, TN&#039;s Best WordPress Designer/Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:28:13 +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>WordPress 3.3’s roadmap has been set… at least, it will be.</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-3-3s-roadmap-has-been-set-at-least-it-will-be/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-3-3s-roadmap-has-been-set-at-least-it-will-be/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/wordpress-3-3s-roadmap-has-been-set-at-least-it-will-be/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>Here’s the email I received of some of the proposed changes to WordPress – a lot of them look super exciting (goodbye]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>Here’s the email I received of some of the proposed changes to WordPress – a lot of them look super exciting (goodbye IE7!) and plenty of them are just amazing.&nbsp; What’s your favorite?</p>
<blockquote><h5>User Feature: Media Uploader (azaozz)</h5>
<p>· Definitely v1: Integrate Plupload into dashboard. (GSoC project)
<p>· Probably v2: Improve our image manipulation and gallery management.
<p>· Nice to have: Kill all thickbox usage, move everything inline.<br />
<h5>User Feature/UI: New User Experience (jane, koop)</h5>
<p>♫ Feels Like the First Time ♫
<p>· 1st time install welcome screen &#8211; intro text and checklist of &#8220;steps&#8221; to get going.
<p>· 1st time post-update welcome screen a la Mozilla.
<p>· 1st time exposure popup for new features a la facebook, twitter, etc.
<p>Note: Matt says WordPress.com is working on similar features there. Will connect with them and see if/where there is overlap and work with them when possible to free up some of Koop&#8217;s time.<br />
<h5>UI: Responsive Admin (saracannon with azaozz, koop)</h5>
<p>Make the admin dynamically display nicely on devices of various screen sizes (including wider screens) and human interface mechanisms, such as touch. Plotting and specifics to happen on <a href="http://make.wordpress.org/ui">UI blog</a> and in weekly UI meetings.<br />
<h5>UI: Improve Admin Bar (koop, jane)</h5>
<p>Continue the admin UI work started in 3.2 and work toward combining admin bar (in dashboard) with admin header to reduce duplication and save vertical space.<br />
<h5>Internal: Performance Improvements (markjaquith, jon)</h5>
<p>· <strong>Permalinks</strong>
<p>o <a href="http://core.trac.wordpress.org/ticket/17177">#17177</a>, <a href="http://core.trac.wordpress.org/ticket/15915">#15915</a>, <a href="http://core.trac.wordpress.org/ticket/16687">#16687</a>, others
<p>o The permalink structure is highly desirable, but it doesn’t scale beyond 50 pages or so.
<p>o /%postname%/ permalinks without performance penalty
<p>o /static-slug/%postname%/ permalinks without performance penalty
<p>o Consider retiring verbose rewrite rules all together in favor of queries.
<p>o Finally fix the issues relating to special characters in permalinks using an upgrade routine (<a href="http://core.trac.wordpress.org/ticket/16036">#16036</a> and others)
<p>· <strong>Nav Menus</strong>
<p>o <a href="http://core.trac.wordpress.org/ticket/14134">#14134</a>, <a href="http://core.trac.wordpress.org/ticket/16799">#16799</a>, possibly others
<p>o Fix the issues around saving menu items.<br />
<h5>Deprecate IE7 in the Admin for 3.4</h5>
<p>Everyone hates IE7. It’s insecure. Let’s make it go away. Also, dropping IE6 didn’t give us much beyond goodwill, because most of the hacks we needed for IE6, we also need for IE7. So we could actually clean up our CSS a bit if we dropped IE7.
<p><strong>Not happening for 3.3, will target 3.4.</strong> Once we hit freeze or RC someone could start working on this to have it ready to go in the minute we open 3.4, to provide the maximum testing time.<br />
<h5>API: Meta Improvements (ryan, koop, others)</h5>
<p>· register_meta, new caps, *_metadata_by_mid() (nearly done)
<p>· Nice to have: WP_Meta_Box (proof of concept posted)<br />
<h5>API: Settings API Improvements (ryan, petemall)</h5>
<p>· Convert table markup to CSS
<p>· Nice to have:
<p>o Make settings fields/forms/errors construction less painful
<p>o Use the settings API in the Network Admin
<p>o Kill options.php as a POST handler<br />
<h5>Internal: Language Packs (nacin)</h5>
<p>Merge in GSoC project. Will require quite a bit of development across GlotPress, api.wordpress.org, and core. (As in, needs additional owners.) In the next week we should come up with a plan of action for how it should all work, as there are currently many questions. (<a href="http://core.trac.wordpress.org/ticket/18200">#18200</a>)<br />
<h5>Update/Upgrades (nacin, dion, otto)</h5>
<p>· Internal: Partial build updates, version 2 &#8211; md5 verifications of files &#8211; nacin, dion
<p>· Feature: Ability to install child themes (in the theme directory) via the theme installer &#8211; otto
<p>· Enhancement: Core changelogs via the update check, to entice updates<br />
<h4>Secondary Items</h4>
<h5>API: Editor API improvement (azaozz)</h5>
<p>Update/refactor Quicktags (mostly done) and combine all supporting functions.<br />
<h5>User Feature: Press This</h5>
<p><strong>Plugin now, target 3.4 for core.</strong>
<p>o Make Press This better in a nebulous and undefined way.
<p>o Browser extensions? <a href="https://chrome.google.com/webstore/detail/nkchahlbhcbjfgidpikjfkdbjffbmhpl?hl=en-US">See also</a><br />
<h5>Mixed Bag</h5>
<p>These are things we really want, but no one is assigned to them. This is a great opportunity to earn some core cred by taking a greater role and spearheading development of a feature.
<p>o UX: Dismissible admin notices.
<p>o UX: better management of workflow in editor (joe is currently editing this post any changes etc)
<p>o Design: HTML E-Mails &#8211; Leverage Wojtek’s GSoC work
<p>o Performance: CSS files merge/remove duplicate styles
<p>o Death: remove (finally) compat functions from the widgets API and cleanup converting of old settings, and keep widgets while switching themes (will require copious unit tests first)</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-3-3s-roadmap-has-been-set-at-least-it-will-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up multiple “layouts” in a post loop (a la TechCrunch)</title>
		<link>http://www.studionashvegas.com/wordpress/how-to-set-up-multiple-layouts-in-a-post-loop-a-la-techcrunch/</link>
		<comments>http://www.studionashvegas.com/wordpress/how-to-set-up-multiple-layouts-in-a-post-loop-a-la-techcrunch/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 14:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[more fields]]></category>
		<category><![CDATA[post layouts]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/?p=1578</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>I’ve seen a lot of hateful comments on TechCrunch regarding their new design.  I’m going to officially go on-record]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>I’ve seen a lot of hateful comments on TechCrunch regarding their new design.  I’m going to officially go on-record and say that (from a design standpoint) I <strong>really</strong> like where they’re going with the new style.  But, beyond that, under the surface, there’s a few other things that appear to be going on (I say appear because I don’t have access to the backend system, so I can’t tell you exactly what’s going on) that are fantastic uses of new WordPress technology.  My favorite thing, however, is the use of multiple “post layouts” on their archive/index pages.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/07/TechCrunch.png" rel="shadowbox[sbpost-1578];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="TechCrunch" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/07/TechCrunch_thumb.png" alt="TechCrunch" width="579" height="810" border="0" /></a></p>
<p>I think TechCrunch has stumbled onto something that I may use in future designs.  If you scroll down their home page, their articles are differentiated between two or three different layouts (I count two so far, other than a third that I’ll mention specifically in a minute).</p>
<p>Looking at the photo above, those are both in the same loop, but have completely different layouts.  I <strong>love</strong> this idea.  It gives a bit of depth to the site and allows the author to customize the article for his/her own style.</p>
<p>That said, it’s super easy to do something like this in your own blog.</p>
<h3></h3>
<h3>The Code</h3>
<p>First thing’s first – if you’re like me, you love using great plugins, so download the “More Fields” plugin and create yourself a new write panel in the options menu.  There are plenty of tutorials on how to do this, but the end result should be a write panel with a drop down menu and two options (We’ll call them layout 1 and layout 2 with values of layout1 and layout2 respectively). Your meta key can be called whatever you want – mine will be “layout” for ease of use.</p>
<p>Next, we’re going to split the loop up into two different pieces – one for layout1, and one for layout2  (this is a very simplified layout, mind you).  We first have to define a variable for our custom field data (handled via a handy-dandy drop down).  Then, we can use IF THEN statements to get the data based on which value is passed:</p>
<p><span style="font-family: 'Courier New';">&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php $snvlayout = get_post_meta($post-&gt;ID, &#8216;layout&#8217;, true) ?&gt;<br />
&lt;?php if ($snvlayout == &#8220;layout1&#8243;) { ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;!&#8211;LOOP STYLE 1 GOES HERE&#8211;&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php } else { ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;!&#8211;LOOP STYLE 2 GOES HERE&#8211;&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php } ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php endwhile; ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;div class=&#8221;navigation&#8221;&gt;<br />
&lt;div class=&#8221;alignleft&#8221;&gt;&lt;?php next_posts_link(&#8216;&amp;laquo; Older Entries&#8217;) ?&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;alignright&#8221;&gt;&lt;?php previous_posts_link(&#8216;Newer Entries &amp;raquo;&#8217;) ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php else : ?&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;h2 class=&#8221;center&#8221;&gt;Not Found&lt;/h2&gt;<br />
&lt;p class=&#8221;center&#8221;&gt;Sorry, but you are looking for something that isn&#8217;t here.&lt;/p&gt;</span></p>
<p><span style="font-family: 'Courier New';">&lt;?php endif; ?&gt;</span></p>
<p>Once again, this is more to show you where the new code is going – everyone’s loop styles will be different.  Combine this with Post Formats (like TechCrunch’s third style – the status update) and you can showcase all sorts of post styles – all without leaving the comfort of your post loop.</p>
<p>These loops also translate over to single posts, archive pages, and any other style you need.  Want a drop down menu that will control a full column vs standard page layout?  Doable with this code – and a few modifications.  The possibilities are endless!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/how-to-set-up-multiple-layouts-in-a-post-loop-a-la-techcrunch/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2: A First Look</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-3-2-a-first-look/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-3-2-a-first-look/#comments</comments>
		<pubDate>Thu, 12 May 2011 19:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/?p=1441</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>I&#8217;ve just downloaded a local copy of the brand spanking new WordPress 3.2beta1 &#8211; and let me be the first to say&#8230;]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>I&#8217;ve just downloaded a local copy of the brand spanking new WordPress 3.2beta1 &#8211; and let me be the first to say&#8230; it&#8217;s <strong>gorgeous</strong>.</p>
<p>Simplicity is the motto here, and the UI design team has done an outstanding job in streamlining a lot of the elements down.  I mean, take a look at this new interface:</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot.png" rel="shadowbox[sbpost-1441];player=img;"><img class="size-large wp-image-1442 alignnone" title="Screenshot" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot-1024x576.png" alt="" width="614" height="346" /></a></p>
<p>Everything looks&#8230; clean.  Lots of clean lines, clean divisions; the blue color scheme will follow soon, but for now the monochrome one looks downright beautiful.</p>
<p>And that&#8217;s not all &#8211; they&#8217;ve added a brand new ground-built full screen editor:</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot-1.png" rel="shadowbox[sbpost-1441];player=img;"><img class="size-large wp-image-1443 alignnone" title="New Fullscreen Editor" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot-1-1024x576.png" alt="New Fullscreen Editor" width="614" height="346" /></a></p>
<p>Now you can edit both HTML and Visually without any of the distractions of tags, categories, etc; perfect for people (like me) who like to do other stuff while writing posts (also like me).</p>
<p>Oh&#8230; and there&#8217;s also Twenty Eleven:</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot-2.png" rel="shadowbox[sbpost-1441];player=img;"><img class="alignnone size-large wp-image-1444" title="Twenty Eleven... *drool*" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/05/Screenshot-2-1024x576.png" alt="" width="614" height="346" /></a></p>
<p>BAZINGA!</p>
<p>From the official site:</p>
<blockquote><p><strong>Here’s some of what’s new:</strong></p>
<ul>
<li><strong>Performance improvements</strong> like you wouldn’t believe. What’s that mean? Things are faster!</li>
<li><strong>Distraction-free Writing</strong>. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.</li>
<li><strong>Admin UI Refresh</strong>. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.</li>
<li><strong>New Default Theme</strong>. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.</li>
<li><strong><a href="http://browsehappy.com/">Browse Happy</a></strong>. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.</li>
<li><strong>Admin Bar</strong>. We’ve added more links to the admin bar to make it even more useful.</li>
</ul>
<div>
<div><strong>Be Aware:</strong></div>
<div>
<ul>
<li>WordPress has new system requirements: PHP 5.2.4 and MySQL 5.0.</li>
<li>Internet Explorer 6 will no longer be supported.</li>
<li>The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.</li>
</ul>
</div>
</div>
<div><strong>Known Issues</strong>:</div>
<div>
<ul>
<li>We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.</li>
</ul>
</div>
</blockquote>
<div>
<p>PHP 5 is now the standard for WordPress (thank goodness!) and Internet Explorer 6 support is dropped.  This means that legacy system clutter is dropped to make way for systems that are current, as well as systems to come.</p>
<p>Go check it out if you&#8217;re brave, or wait for the RC, but either way, this is a version of WordPress to anticipate greatly.</p>
</div>
<blockquote><p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-3-2-a-first-look/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What’s New in WordPress 3.1</title>
		<link>http://www.studionashvegas.com/wordpress/whats-new-in-wordpress-3-1/</link>
		<comments>http://www.studionashvegas.com/wordpress/whats-new-in-wordpress-3-1/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 17:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[New Version]]></category>
		<category><![CDATA[Reinhardt]]></category>
		<category><![CDATA[WordPress 3.1]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/whats-new-in-wordpress-3-1/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>WordPress 3.1, codename “Reinhardt”, released today to much fanfare and rejoicing to all.  But what’s so special]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>WordPress 3.1, codename “Reinhardt”, released today to much fanfare and rejoicing to all.  But what’s so special about the new version? Look no further:</p>
<h3>Internal Linking</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image1.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb1.png" border="0" alt="image" width="620" height="459" /></a></p>
<p>One of the best new features of 3.1 – this brings Internal Linking to the forefront, allowing you to quickly link to old posts, pages, or other content types.</p>
<h3>Admin Bar</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image2.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb2.png" border="0" alt="image" width="565" height="49" /></a></p>
<p>Also super important – this adds a bar to any logged in user that has commonly used functions or actions within easy reach – I love the fact that I can edit the page right from that link, as well as heading straight to the add new page or post menus, and even to the CSS editor.</p>
<h3>Streamlined Writing Interface</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image3.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb3.png" border="0" alt="image" width="620" height="288" /></a></p>
<p>A lot of the options in the interface have been hidden by default for a more simplistic interface – you can click the “Screen Options” tab to bring them back, but on my screen all it showed was the title, content, publish box, categories, and tags – and all in one SEO, but that’s a plugin – everything else had been hidden by default.</p>
<h3>Post Formats</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/post-formats1.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="post-formats[1]" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/post-formats1_thumb.png" border="0" alt="post-formats[1]" width="260" height="114" /></a></p>
<p>Post Formats allow you to choose different styles of posts depending on what format it is.  This lets you specify video, audio, “asides” or other types and format the style of the post accordingly.</p>
<h3>Network Admin</h3>
<p>This is more multi-site related, but this takes some of the functions out of the normal admin menu and drops them into a network admin – useful for actions that are specific to the overall network administrator</p>
<h3>List-type Admin Screens</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image4.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb4.png" border="0" alt="image" width="620" height="360" /></a></p>
<p>Notice how the above columns can be sorted either by Title, Author or Date –this makes sorting content even easier.  Any list-style content type (posts, pages, even plugins) can be sorted.</p>
<h3>Import/Export Overhaul</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image5.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb5.png" border="0" alt="image" width="620" height="225" /></a></p>
<p>Improved Export functionality lets you choose exactly what types of content, and what other data, you want to export.</p>
<h3>Custom Content Type Improvements</h3>
<p>FINALLY allows for creation of archive pages for custom content types, as well as better controls in the menu and capabilities.  Good times.</p>
<h3>Advanced Queries</h3>
<p>Allows for querying posts by custom field data and using multiple taxonomies – basically, gives you better control on querying content no matter what content you need to query.</p>
<h3>New Admin Color Scheme (Blue)</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image6.png" rel="shadowbox[sbpost-1297];player=img;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/02/image_thumb6.png" border="0" alt="image" width="620" height="530" /></a></p>
<p>It looks real purdy <img src='http://cdn.studionashvegas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  In all seriousness this really goes a long way in refreshing the blue admin screen.  Kudos to my homegirl Sara Cannon, as I believe she played a part in the new color scheme.</p>
<p>So yeah, there’s lots of great stuff coming down the WordPress pipe.  If you haven’t updated, there’s nothing that should break anything you already have, so go forth and update!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/whats-new-in-wordpress-3-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Should Businesses Use WordPress?</title>
		<link>http://www.studionashvegas.com/wordpress/should-businesses-use-wordpress/</link>
		<comments>http://www.studionashvegas.com/wordpress/should-businesses-use-wordpress/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 20:11:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/should-businesses-use-wordpress/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>Short answer: Yes.
The longer one: WordPress has been around for over 7 years now.  From its humble beginnings as the blogging]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2011/01/wordpress-geek-mug1.jpg" rel="shadowbox[sbpost-1230];player=img;"><img style="background-image: none; margin: 0px 10px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="wordpress-geek-mug[1]" src="http://cdn.studionashvegas.com/wp-content/uploads/2011/01/wordpress-geek-mug1_thumb.jpg" border="0" alt="wordpress-geek-mug[1]" width="262" height="310" align="left" /></a>Short answer: Yes.</p>
<p>The longer one: WordPress has been around for over 7 years now.  From its humble beginnings as the blogging software that took down MovableType, it’s morphed and changed and evolved itself into the number one content management system (or CMS) on the web today.  WordPress powers over 10% of all websites on the Internet – that’s saying something for a software managed, controlled, and kept up to date by its userbase.</p>
<p>But, I’ve always heard that if all you use is a hammer, every problem starts to look like it can be fixed with a nail.  So, does WordPress really work for all the reasons people say it does?  Can WordPress really benefit a business that switches its site over to a platform?</p>
<p>I think so.  And I can prove it.</p>
<p>Let’s look at a typical business site.  When you want to view a business online, you typically look for three things:</p>
<ol>
<li>What their website looks like (personality, atmosphere)</li>
<li>What they’re saying (content, information)</li>
<li>How to get a hold of them.</li>
</ol>
<p>So, one by one, let’s look at these very vague ideas (like I said, every business is different, but when I look at a business’ site online, this is what I look for) and relate them to a WordPress site.</p>
<h3>Look and Feel</h3>
<p>Granted, one of the caveats of WordPress (if there is one) is that themes tend to look alike.  Change a few colors, the fonts, and add a few images and one theme can turn into another one very quickly, with a sort of resemblance between the two.  However, WordPress has thousands (if not tens or hundreds of thousands) of themes that do look different. And, besides the tons of free ones, there are quite a few themes that you can pay for that are customizable to the point that anyone can have a decent looking site quickly and on the cheap (If you’re really wanting a special look, though, there are a good many designers out there [<a title="you COULD hire me, that is :)" href="http://www.studionashvegas.com/contact/">hint, hint</a>] who can customize WordPress to do exactly what you want it to).</p>
<p><em>Summary: Yes</em></p>
<h3>Content</h3>
<p>The number one problem websites that aren’t built on a CMS have is that it’s tedious to update.  Most modern websites are built using good solid HTML and CSS – but it hasn’t always been the case.  Older websites are built in tables that are rigid and hard to modify.  Luckily with WordPress we can simply log in and add content just like we were using a word processor.  Have a news release that’s time sensitive? No problem – add a new blog post and it’s out to the masses.  Want to change a word in your marketing copy?  Log in, edit the page, and hit update and it’s done.  One of my clients cut their access time for their website from 1 week (yes, a week) to less than an hour by switching to WordPress</p>
<p><em>Summary: Yes.</em></p>
<h3>Contact</h3>
<p>Having the ability to add content on the fly means that we can also add other cool stuff that enhances the experience of the site.  I always like to add some sort of conversion form, whether it’s just a contact form or even just a newsletter subscription form, to the site.  Both <a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a> and <a href="http://www.gravityforms.com/" target="_blank">Gravity Forms</a> offer solutions that are as customizable as you need them.  Need the newsletters to go somewhere else? Gravity Forms can jump through hoops if you know how to tweak it.  Or, just send a simple text email to your account when someone wants to inquire on your services – either way, it’s simple and easy to set up.</p>
<p><em>Summary: Yes.</em></p>
<h3>In Closing</h3>
<p>I know there are many more reasons that you could use WordPress for your business, but I wanted to hit the high points here.  WordPress has made its way from a great blog software to an outstanding content management system, and it’s showing no signs of stopping.  Do you use WordPress for your business?  And if so, what keeps you excited about your experience with it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/should-businesses-use-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What’s Coming Up in WordPress 3.1?</title>
		<link>http://www.studionashvegas.com/wordpress/whats-coming-up-in-wordpress-3-1/</link>
		<comments>http://www.studionashvegas.com/wordpress/whats-coming-up-in-wordpress-3-1/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 04:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.1]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/whats-coming-up-in-wordpress-3-1/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>It’s about that time – the friendly neighborhood WordPress Core Dev Team has been gearing up, smashing bugs, and all]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>It’s about that time – the friendly neighborhood WordPress Core Dev Team has been gearing up, smashing bugs, and all around getting ready to release the newest version of the best content management system on the block.&nbsp; So, what’s new to WordPress 3.1?</p>
<h3>Internal Linking</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/11/image1.png" rel="shadowbox[sbpost-1067];player=img;"><img style="margin: 0px 10px 0px 0px; display: inline; float: left" title="image" alt="image" align="left" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/11/image_thumb1.png" width="346" height="216"></a></p>
<p>Possibly the best feature coming up, this new feature will allow you to quickly link to internal pages and posts in your blog.&nbsp; With both recent posts and a search function, this new internal linking structure makes it easy to reference old posts and point back to groups of posts for tutorial series, multi-part posts, or even to a contact or landing page made specific for that blog post.&nbsp; It’s going to make the lives of a lot of bloggers much, much easier.</p>
<h3>Ajax Admin Screens</h3>
<p>Plugins, themes, posts, pages; anything that can be paginated in WordPress is now loaded by AJAX.&nbsp; What does that mean in layman’s terms? Browsing doesn’t reload the page every time you click the next page button – all the content loads “inline” so you have&nbsp; faster browsing experience.</p>
<h3>The Death of PHP4 (YAY!)</h3>
<p>This is the last version to support PHP4.&nbsp; WordPress 3.2 will only support PHP5 and above.&nbsp; If you’re a power user, you won’t need to worry about this, but you may want to start making the (painless and typically easy) switch to PHP5.&nbsp; If you need help, and are willing to let me document it, I’ll take a few people up on the offer so I can walk others through it – just send me a <a href="http://www.studionashvegas.com/contact/">contact form submission.</a></p>
<h3>The Admin Bar</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/11/image2.png" rel="shadowbox[sbpost-1067];player=img;"><img style="display: inline" title="image" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/11/image_thumb2.png" width="480" height="28"></a></p>
<p>WordPress.com users know it, they love it, but there’s now a nice looking administration bar that follows you around if you’re authenticated on a site.&nbsp; Suh-weet.</p>
<h3></h3>
<h2></h2>
<h3>Custom Post Templates / Styles</h3>
<p>This one allows you to assign different templates to different types of posts.&nbsp; Have a video post? Apply a video template.&nbsp; Have a quote, audio file, or “aside” post?&nbsp; Fantastic – everyone gets their own format, and everybody wins!</p>
<h2>The Wrap Up</h2>
<p>Those five main features are combined with a host of other maintenance features, some other small adjustments, and a few other items for power users (quickpress template tag, some UI fixes, etc).&nbsp; Rest assured this will be just as good an update as any in the past, simply for the internal linking and ajax pagination alone.&nbsp; </p>
<p>If you’re feeling frisky, the beta is live and working flawlessly on my system (not this site, but <a href="http://www.mitchcanter.com">mitchcanter.com</a>) – so go have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/whats-coming-up-in-wordpress-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automattic gives WordPress Trademark to WordPress Foundation</title>
		<link>http://www.studionashvegas.com/wordpress/automattic-gives-wordpress-trademark-to-wordpress-foundation/</link>
		<comments>http://www.studionashvegas.com/wordpress/automattic-gives-wordpress-trademark-to-wordpress-foundation/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 02:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[WordPress Foundation]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/automattic-gives-wordpress-trademark-given-to-wordpress-foundation/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>It’s not everyday you see a company whose sole purpose in life is to both do the right thing and make software that works,]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/09/wordpresslogo1.png" rel="shadowbox[sbpost-910];player=img;"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="wordpress-logo[1]" border="0" alt="wordpress-logo[1]" align="left" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/09/wordpresslogo1_thumb.png" width="157" height="148"></a> It’s not everyday you see a company whose sole purpose in life is to both do the right thing and make software that works, but Automattic has just proven once again they know what it takes to do amazing things.&nbsp; Automattic, the founding for-profit company of WordPress, signed over the rights of the trademark to the WordPress Foundation (the non-profit arm of Automattic).&nbsp; So, what does that mean?&nbsp; It means that even if Matt Mullenweg steps out of the picture, the WordPress namesake, logo, and core values will live on in the Foundation.&nbsp; The Foundation hopes that this move solidifies WordPress as a beacon of light in the Open Source world, and continues no matter who’s in charge.</p>
<p>Personally, I think it really goes to show you that the people behind WordPress don’t just see themselves riding the WordPress gravy-train.&nbsp; It shows me that they really do care about the community that they help to foster, and that we, as WordPress developers and users, will always be the major voice in what goes on – even if the management of the company changes.</p>
<p>Kudos to you guys at Automattic – can’t wait to see what amazing things you do next. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/automattic-gives-wordpress-trademark-to-wordpress-foundation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>An Intro to WordPress 3.0 &#8211; Navigational Menus</title>
		<link>http://www.studionashvegas.com/wordpress/an-intro-to-wordpress-3-0-navigational-menus/</link>
		<comments>http://www.studionashvegas.com/wordpress/an-intro-to-wordpress-3-0-navigational-menus/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 21:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[dynamic navigation]]></category>
		<category><![CDATA[nav menu]]></category>
		<category><![CDATA[navigational menu]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/?p=895</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>WordPress 3.0 has plenty of new features, and all of them are worth mentioning and diving deeper into.  Over the next few]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p><em>WordPress 3.0 has plenty of new features, and all of them are worth mentioning and diving deeper into.  Over the next few days I&#8217;ll be diving into the finer features of the newest incarnation of the WordPress platform.  Everything from Custom Post Types and Taxonomies to navigational menus and all of the custom functions you can sink your teeth into.  Today, we start with the most prolific change to hit WordPress 3.0 &#8211; the inclusion of a navigational menu generator.</em></p>
<p>WordPress&#8217; navigation options before 3.0 were very&#8230; eclectic.  There were about 3 to 4 different plugins I used to achieve the desired effect (My Page Order, Exclude from Page Nav, 301 Redirect, etc).  With the advent of WordPress 3.0 came a breakthrough in its jump from a blog platform to a content management platform: navigational menus.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/06/Screenshot-1.png" rel="shadowbox[sbpost-895];player=img;"><img class="alignnone size-large wp-image-898" title="Example of a drop down navigation menu." src="http://cdn.studionashvegas.com/wp-content/uploads/2010/06/Screenshot-1-600x337.png" alt="Example of a drop down navigation menu." width="600" height="337" /></a></p>
<p>The menu above looks like any typical navigational menu, but the difference lies in the backend.  You don&#8217;t need to know page ID numbers, you don&#8217;t need to use funky page reordering to get things to work right &#8211; all you need is two snippits of code and you can add dynamic navigation to any WordPress site.</p>
<p>First, the function (<em>place this code in your functions.php file):</em></p>
<blockquote>
<pre>add_theme_support( 'nav-menus' );</pre>
</blockquote>
<p>That&#8217;s it &#8211; for the function, anyways.  Now, find in your theme where you want to put your navigation.  You&#8217;re looking for either a hard coded navigation, an unordered list (a typically form of navigation styling and structure), or the function &lt;?php wp_list_pages( ); ?&gt;.  Once you&#8217;ve found that, replace it (or add in) this code set:</p>
<blockquote>
<pre>&lt;?php wp_nav_menu( ); ?&gt;</pre>
</blockquote>
<p>That&#8217;s all there is to it.  Your theme is set up for  navigational menus that you can control in the WordPress backend.  One thing worth mentioning is that this is the default setting.  It will pull the class from whatever you name your menu in the next screen.</p>
<p>What&#8217;s that?  You want to add some pages?  Sounds great &#8211; click on the Menus tab under appearance over on the left side of your dashboard.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/06/menu-screen-in-wordpress.png" rel="shadowbox[sbpost-895];player=img;"><img class="alignnone size-large wp-image-897" title="Menu Screen in WordPress 3.0" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/06/menu-screen-in-wordpress-600x337.png" alt="Menu Screen in WordPress 3.0" width="600" height="337" /></a></p>
<p>You&#8217;ll notice three things on the left side of the menu: Custom Links, Pages, and Categories.  Pages and categories are pretty self explanatory: you can add links to category listings or the pages of your WordPress site.  The custom links box allows you to give an external or custom link/label a place in your navigational menu &#8211; good for linking to social networks, other sites, etc.</p>
<p>Up on the top-right corner of the page is a tab called &#8220;screen options&#8221;.  Clicking this will bring up the advanced options for the menu navigation, such as the class you wish to give your links, XFN relationships, etc.  It also brings up menus for inserting posts and tags into your navigational menu &#8211; good if you have an intro post you like to point your visitors to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/an-intro-to-wordpress-3-0-navigational-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 RC1 – a look</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-3-0-rc1-a-look/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-3-0-rc1-a-look/#comments</comments>
		<pubDate>Mon, 31 May 2010 19:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/wordpress-3-0-rc1-a-look/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>If you missed my session at WordCampFayetteville over the new awesome features WordPress 3.0 will have, never fear.&#160;]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/05/Screenshot.png" rel="shadowbox[sbpost-875];player=img;"><img style="display: inline" title="Screenshot" alt="Screenshot" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/05/Screenshot_thumb.png" width="600" height="238"></a> If you missed my session at WordCampFayetteville over the new awesome features WordPress 3.0 will have, never fear.&nbsp; For one, the new release candidate (a stable version, but not quite ready for deployment) is out, and most of the bugs have been squashed.&nbsp; Not all, but that’s ok, I’ll talk about that in a bit.</p>
<p>So, what do you have to look forward to in the newest version of the most popular blog/CMS ever?&nbsp; Well…</p>
<h3>1) A New Default Theme (Hallelujah!)</h3>
<p><img src="http://www.bloggingpro.com/wp-content/uploads/2010/04/screenshot-twenty-ten-full.jpg"> </p>
<p>Gone are the nasty default blue chunky headers, and in its place is an elegant, streamlined photo header complete with drop down navigation and stylish polished features.&nbsp; There are a total of 6 sidebar areas (2 side, 4 footer) and loads of customization options (background, header, etc).</p>
<h3>2) MultiUser (MultiSite)</h3>
<p>Taking the golden child of automattic and the still-ok-but-not-one-you’d-take-home-to-your-mother stepchild and merging them together has been no easy task.&nbsp; But, the awesome people at Automattic have done just that – they’ve merged the codebase for MU and WordPress together to one.&nbsp; This means that now there’s a new “MultiSite” WordPress option when you’re installing your new WP installation, and you can convert existing installations over with a few simple edits to your wp-config.php file.&nbsp; There’s also a new role – the SuperAdmin, which will have admin access to all sites, and let the individual sites have their own separate admins.</p>
<h3>3) The Menu System</h3>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/05/Screenshot1.png" rel="shadowbox[sbpost-875];player=img;"><img style="display: inline" title="Screenshot-1" alt="Screenshot-1" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/05/Screenshot1_thumb.png" width="600" height="255"></a> </p>
<p>In my opinion this is the “game changer” for the new WP release.&nbsp; This custom navigational menu system will allow you to create menus from pages, categories, and even external URL’s.&nbsp; Support for drop-downs can be styled in, as does the new theme, and allows for a super-easy way to customize WordPress like never before (without having to move around, code, or plugin your way to a nice navigation menu).</p>
<h3>4) Custom Taxonomies and Post Types</h3>
<p>They’ve “sort of” been around a bit, but not in an easy to use form.&nbsp; Now, they are.&nbsp; Custom taxonomies allow you to sort posts outside of the normal category/tag elements.&nbsp; Have a certain color you reference in every post?&nbsp; Create a color taxonomy and let your users search by color, and not category.&nbsp; Custom post types let you specify taxonomies inside of them, giving you even further separation (a custom post type would be similar to how Tumblr does things – photos, text, etc.)</p>
<h3>5) Choosing Your Own Dang Username</h3>
<p>Been missing, been needed, and it’s here – and it should help eliminate 33% of all of the security issues for brute-force attacks.&nbsp; And, please, don’t <strong>set</strong> your username as admin – do us all a favor.</p>
<h3>6) More Features</h3>
<p>Some minor features, such as author templates, a welcome guide, URL shortlinks, automatic inclusion of feeds with a function and others are also included.</p>
<h3>What can I do to help?</h3>
<p>If you’re willing to go ahead and run the RC (I did, and I have been since beta with 0 problems) then do so.&nbsp; That way, if you find a bug, you can submit a ticket for it and help out 1000s of other users who may have that same bug.&nbsp; If you’re a developer, submit your tickets to trac and watch the fun.&nbsp; Get involved with the mailing list, the IRC chat, or other places to help submit the tickets and get it fixed.&nbsp; We are what makes WordPress so awesome – the community.</p>
<p>So what about you? What are you most looking forward to about WordPress 3.0?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-3-0-rc1-a-look/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adding a Facebook “Like” Button to WordPress – the (Somewhat) Easy Way</title>
		<link>http://www.studionashvegas.com/wordpress/adding-a-facebook-like-button-to-wordpress-the-somewhat-easy-way/</link>
		<comments>http://www.studionashvegas.com/wordpress/adding-a-facebook-like-button-to-wordpress-the-somewhat-easy-way/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 04:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook like button]]></category>
		<category><![CDATA[opengraph]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/wordpress/adding-a-facebook-like-button-to-wordpress-the-somewhat-easy-way/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/tutorial/" title="Tutorial">Tutorial</a><a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>UPDATE: I managed to write this into a plugin – Facebook Like Button
Since Facebook announced a few days ago that you would]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/tutorial/" title="Tutorial">Tutorial</a><a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p><em>UPDATE: I managed to write this into a plugin – <a href="http://www.studionashvegas.com/?p=834" target="_blank">Facebook Like Button</a></em></p>
<p>Since Facebook announced a few days ago that you would be able to use its OpenGraph technology to “like” pretty much anything on the Internet, I took it upon myself to test out a few solutions for adding a “Like” button on the site.</p>
<p>It turned out to be fairly easy, but not as easy as just adding a plugin and doing forth (at least, it’s not yet, anyway).</p>
<h3>Our Plan of Action:</h3>
<ol>
<li>Download and Install the plugin
<li>Editing the core file to allow for correct width and color scheme</li>
</ol>
<h2>Step 1: Downoading the Plugin</h2>
<p>I looked through quite a bit of plugins to find this one, and I had to get it from his website because it’s an alpha release, but the <a href="http://www.allanjosephbatac.com/blog/2010/04/add-the-new-facebook-like-button-widget-plugin-on-your-wordpress-blog.html" target="_blank"><strong>Facebook Like Widget</strong></a><strong>&nbsp;</strong>does it cleanly and with little fuss.</p>
<h2>Step 2: Customizing the Plugin</h2>
<p>OK.&nbsp; Editors note: normally I do not advocate editing the core of a plugin.&nbsp; Why? Because when you update (and you should!) it will over-write what you did.&nbsp; However, since this is an alpha release, and I’m almost positive the next changes will allow you <em>easily </em>do these changes, I think once or twice is ok.</p>
<p>You’re going to want to click into Plugins &gt; Editor, and choose the “Facebook Like Widget” plugin from the list.</p>
<p>There’s literally about 20 lines of code:</p>
<p><em>&lt;?php<br />/*<br />Plugin Name: Facebook Like Widget<br />Plugin URI: </em><a href="http://allanjosephbatac.com"><em>http://allanjosephbatac.com</em></a><br /><em>Description: Add a Facebook &#8216;Like&#8217; Button Widget to your post pages. Increase visitors!<br />Author: AJ Batac<br />Version: 0.1<br />Author URI: </em><a href="http://allanjosephbatac.com"><em>http://allanjosephbatac.com</em></a><br /><em>*/ </em>
<p><em>function add_facebook_like($the_iframe = &#8221;)<br />{<br />&nbsp;&nbsp;&nbsp; $the_perma&nbsp;&nbsp;&nbsp; = rawurlencode(get_permalink());<br />&nbsp;&nbsp;&nbsp; $the_iframe&nbsp;&nbsp;&nbsp; .= &#8216;&lt;div id=&#8221;facebook_like&#8221;&gt;&lt;iframe src=&#8221;</em><em>http://www.facebook.com/plugins/like.php?href=&#8217;</em><em>.$the_perma.&#8217;&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;<strong><font color="#00ff00">width=600</font></strong>&amp;amp;action=like&amp;amp;font=arial&amp;amp;<strong><font color="#ffff00">colorscheme=dark</font></strong>&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; <strong><font color="#00ff00">width:600px</font></strong>; height:auto;&#8221;&gt;&lt;/iframe&gt;&lt;/div&gt;&#8217;;<br />&nbsp;&nbsp;&nbsp; return $the_iframe;<br />} </em>
<p><em>add_action(&#8216;the_content&#8217;, &#8216;add_facebook_like&#8217;);<br />?&gt;</em></p>
<p>The bold, color coded areas above show the areas you can change. The width corresponds to how wide your blog is.&nbsp; if you don’t know, then just leave it at the default (450px) and you should be OK.&nbsp; However, your friend’s “faces” won’t go to the edge of your content.&nbsp; In yellow is the “color scheme”.&nbsp; If you have a light background, choose “light”.&nbsp; If you have a darker background, like my site, choose “dark”.&nbsp; </p>
<p>That’s it – the like badge will show up at the bottom:</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/04/image3.png" rel="shadowbox[sbpost-829];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/04/image_thumb3.png" width="600" height="382"></a> </p>
<p>And will also show up on your friend’s “Recent Activity” stream:</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2010/04/Capture.png" rel="shadowbox[sbpost-829];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture" border="0" alt="Capture" src="http://cdn.studionashvegas.com/wp-content/uploads/2010/04/Capture_thumb.png" width="600" height="237"></a> </p>
</p>
<p>Keep in mind, this is not the most elegant solution, but until others come, this is a great way to get it on your site quickly and with very little editing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/adding-a-facebook-like-button-to-wordpress-the-somewhat-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 14/82 queries in 0.063 seconds using disk: basic
Object Caching 1078/1240 objects using disk: basic
Content Delivery Network via cdn.studionashvegas.com

Served from: www.studionashvegas.com @ 2012-02-10 02:39:07 -->
