<?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>How To Build A Poker Web Site</title>
	<atom:link href="http://howtobuildapokerwebsite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtobuildapokerwebsite.com</link>
	<description>Free Web Design, Poker SEO, and much more</description>
	<lastBuildDate>Wed, 20 Apr 2011 06:58:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Continue Reading Option in WordPress</title>
		<link>http://howtobuildapokerwebsite.com/continue-reading-option-wordpress/</link>
		<comments>http://howtobuildapokerwebsite.com/continue-reading-option-wordpress/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 06:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=235</guid>
		<description><![CDATA[Lately I&#8217;ve been seeing a lot of requests from individuals regarding how to display a &#8220;Keep Reading&#8221; or &#8220;Continue Reading&#8221; option on their WordPress blog when the home page displays all the latest posts. Now there are a variety of different ways of accomplishing this task and each are valid in their own way. Depending [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been seeing a lot of requests from individuals regarding how to display a &#8220;Keep Reading&#8221; or &#8220;Continue Reading&#8221; option on their WordPress blog when the home page displays all the latest posts. Now there are a variety of different ways of accomplishing this task and each are valid in their own way. Depending on what kind of person you are will determine which way you&#8217;ll want to go.</p>
<p>1. Manual Excerpts &#8211; There is a section when creating a post in which you can craft manual excerpts. This is what will appear on your home page when you post your content. If you are writing all the content for your blog yourself this is most likely the easiest option to run with.</p>
<p>2. The MORE button &#8211; There is a button that says &#8220;more&#8221; when you are creating a new post. When you click it, it will display some code that looks like this <)!--more--> minus the ) which I threw in there to display it on the page. Everything before the more tag will appear on your home page while the rest is only displayed after someone clicks on your &#8220;continue reading&#8221; button.</p>
<p>3. Plugins &#8211; I&#8217;ve run across a few plugins that will supposedly accomplish this task for you, HOWEVER, I stopped using them due to reasons that I can&#8217;t even remember.</p>
<p>4. Themeing &#8211; This is the route that I typically take and will work with MOST themes. Themes such as Atahulapa more than likely have the option to turn this function on somewhere deep within all their options. Under &#8220;Appearance&#8221; click on &#8220;Editor.&#8221; Now look for the line of code that reads <  ?php the_content('Continue Reading &raquo;'); ?> and replace it with <   ?php the_excerpt(); ?> as well as <    a href="<  ?php the_permalink(); ?>&#8220;>CONTINUE READING<  /a> and you&#8217;re good to go. Feel free to replace continue reading with whatever text you want.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Continue Reading Option in WordPress" url="http://howtobuildapokerwebsite.com/continue-reading-option-wordpress/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/continue-reading-option-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting Your Branded Video Into WordPress</title>
		<link>http://howtobuildapokerwebsite.com/putting-your-branded-video-into-wordpress/</link>
		<comments>http://howtobuildapokerwebsite.com/putting-your-branded-video-into-wordpress/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[branded video]]></category>
		<category><![CDATA[flowplayer]]></category>
		<category><![CDATA[online video]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/putting-your-branded-video-into-wordpress/</guid>
		<description><![CDATA[Typically I would suggest working with something like the plugin SmartYoutube, where you simply type in the url of the video and you&#8217;re good to go. But from a branding perspective you may not want your video showing a Youtube logo across the bottom. You want your logo, or no logo at all on the [...]]]></description>
			<content:encoded><![CDATA[<p>Typically I would suggest working with something like the plugin SmartYoutube, where you simply type in the url of the video and you&#8217;re good to go. But from a branding perspective you may not want your video showing a Youtube logo across the bottom. You want your logo, or no logo at all on the video. Maybe you even want to control the color of the player, the buttons on the player, etc&#8230; Well there is a solution for this.</p>
<p>Enter FLOWPLAYER. Flowplayer is a jquery application created to present SWF videos online in a variety of different options. You can create playlists, autoload videos, insert still screen shots on top of videos, or even allow individuals to embed your video on their website. Throughout their website you&#8217;ll find various demos and coding examples on how to accomplish this.</p>
<p>Embedding / Sharing Plugin &#8211; <a href="http://flowplayer.org/demos/plugins/javascript/embed.html" target="_blank">http://flowplayer.org/demos/plugins/javascript/embed.html</a></p>
<p>Playlists &#8211; <a href="http://flowplayer.org/demos/plugins/javascript/playlist/horizontal.html" target="_blank">http://flowplayer.org/demos/plugins/javascript/playlist/horizontal.html</a></p>
<p>Various Other Demos / Functions &#8211; <a href="http://flowplayer.org/demos/index.html" target="_blank">http://flowplayer.org/demos/index.html</a></p>
<p>Of course there are several Flowplayer modules available for download over at WordPress.org, but it may be better to simply install the files onto the website yourself and run the scripts your way as the plugins may only allow for certain effects to occur, thus leaving much to be desired.</p>
<p>You technically shouldn&#8217;t have to do much more than add a few lines of code to your header.php file in your theme (between the  and  area) that shows where you&#8217;ve placed your Flowplayer files. Once you have all that up and running you just need to switch over to the HTML version of your editor when creating a post or page (or maybe install PHPExec to run the code in PHP so WordPress doesn&#8217;t start removing lines of code you need for the application to run) and you&#8217;ll be adding videos fairly quickly.</p>
<p>The code itself is a series of javascript that you pretty much just need to copy and paste. You can control the look and feel of the video using external javascript files, which will then allow you to introduce branding to your player when someone embeds it on their website.</p>
<p>I&#8217;d advise uploading your SWF files through FTP as opposed to the Media Library as you&#8217;re less likely to suffer a time-out or have WordPress tell you the file is too large, but using FTP isn&#8217;t as scary as it sounds.</p>
<p>In terms of branding the videos you will have to pay Flowplayer for a license to embed your own logo on the videos. If you&#8217;re trying to make your videos go viral the fee is well worth it.</p>
<p>Oh and by the way, I&#8217;m currently not an affiliate with Flowplayer, I just like what they can do.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Putting Your Branded Video Into WordPress" url="http://howtobuildapokerwebsite.com/putting-your-branded-video-into-wordpress/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/putting-your-branded-video-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your OWN WordPress Theme</title>
		<link>http://howtobuildapokerwebsite.com/create-wordpress-theme/</link>
		<comments>http://howtobuildapokerwebsite.com/create-wordpress-theme/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 20:58:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=229</guid>
		<description><![CDATA[PLEASE NOTE THIS WALKTHROUGH WAS CREATED FOR WORDPRESS 2.9 AND MAY NOT FUNCTION CORRECTLY WITH THE NEW WORDPRESS CUSTOM MENUS
Creating your own WordPress theme ranges from fairly easy to fairly complex depending on how many options you want to give yourself within the Dashboard area. If you&#8217;re not too worried about the admin area now [...]]]></description>
			<content:encoded><![CDATA[<p>PLEASE NOTE THIS WALKTHROUGH WAS CREATED FOR WORDPRESS 2.9 AND MAY NOT FUNCTION CORRECTLY WITH THE NEW WORDPRESS CUSTOM MENUS</p>
<p>Creating your own WordPress theme ranges from fairly easy to fairly complex depending on how many options you want to give yourself within the Dashboard area. If you&#8217;re not too worried about the admin area now how the widget areas function, setting up a 3 column theme can be finished in an afternoon.</p>
<p>If you&#8217;ve ever worked with server side include files you&#8217;re already a step ahead of the game. WordPress themes require the following files at a minimum for your theme to work:<br />
-footer.php<br />
-functions.php<br />
-header.php<br />
-index.php<br />
-page.php<br />
-sidebar.php</p>
<p>Now if you want additional stylings you&#8217;ll need additional files such as comments.php, archives.php, etc&#8230;..</p>
<p>The best way to get started creating your own WP theme is by looking at one that has already been created. The more basic the theme the easier it&#8217;ll be for you to cut and paste from. No need to go crazy with tons of php functions if your php experience is lacking.</p>
<p>Start with the index.php file. Inside the index.php file you&#8217;ll see first a call out to <   ?php get_header(); ?   > which tells the system to go grab the header.php file when the page is rendered. For someone who uses .shtml or SSI they&#8217;ll recognize this as a similar function which retrieves a certain element (say header.html) and places it inside the page.</p>
<p>After the header the page now needs to grab the sidebar. The code will look something like ?php include (TEMPLATEPATH . &#8216;/sidebar1.php&#8217;); ?</p>
<p>From there you break down exactly where you want the content to go along with title, styling, etc. If you have a pre-built template going in Notepad, Dreamweaver, etc you want to replace certain sections of text such as TITLE with the correct php callout to render the title, the text area, etc. Again just copy and paste the sections you want (if you don&#8217;t want comments leave them out, don&#8217;t want the date leave it out, etc) into your page and you&#8217;re good to go.</p>
<p>Finally you&#8217;ll want to render the footer with a ?php get_footer(); ? command. </p>
<p>Now you need to create your header, footer, and page.php files. The page.php file directly affects any PAGE pages you create inside of WordPress. You can basically create multiple layouts for your Theme (say a salespage for one, a 3 column for another, maybe a wider video page) by only inserting the minimum required php into the header.php file and leaving the majority of the page coding inside the page.php and index.php files.</p>
<p>The functions.php file itself controls widgets as well as hooks to your dashboard. I&#8217;ve left it blank before and have seen zero issues with sidebars, and seem to be able to stack more sidebars by leaving it blank than by trying to include information within it.</p>
<p>As with most web design tasks most of the code has already been written for you, and you simply need to copy and paste it in applying your own classes and ID&#8217;s to style each individual element.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Create your OWN WordPress Theme" url="http://howtobuildapokerwebsite.com/create-wordpress-theme/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/create-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate SEO Plugin</title>
		<link>http://howtobuildapokerwebsite.com/ultimate-seo-plugin/</link>
		<comments>http://howtobuildapokerwebsite.com/ultimate-seo-plugin/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 01:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo ultimate]]></category>
		<category><![CDATA[ultimate seo]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=225</guid>
		<description><![CDATA[Recently I ran across the ultimate SEO plugin for WordPress, which oddly enough is titled SEO Ultimate. As with any plugin you simply click the "add new" section under "plugins" then do a quick search for "SEO Ultimate" find it, install it, and activate it. Now what makes this plugin so amazing is the number of different options it has available for webmasters to improve their on page strategies.]]></description>
			<content:encoded><![CDATA[<p>Recently I ran across the ultimate SEO plugin for WordPress, which oddly enough is titled SEO Ultimate. As with any plugin you simply click the &#8220;add new&#8221; section under &#8220;plugins&#8221; then do a quick search for &#8220;SEO Ultimate&#8221; find it, install it, and activate it. Now what makes this plugin so amazing is the number of different options it has available for webmasters to improve their on page strategies.</p>
<p>Yes, I am removing my backing for All in One SEO and now placing my backing behind this wonderful (and free) plugin. You get the same useful meta tag features for your posts and pages, as well as the option to insert global meta tags and descriptions right out of the box.</p>
<p>But what really sets this thing apart from any other plugin that I&#8217;ve seen thus far on the WordPress.org directory is the Deep Link Juggernaut. This one piece of technology will comb through all your new posts (yes sorry it won&#8217;t go through your old post and work its magic, at least I haven&#8217;t figured out how to do so yet anyways) and automatically link words or phrases that you have pre-selected to specific destinations of your choosing. Think about it like this, if I wanted the word poker to always link to say Poker money clips dot com then this plugin would do that for me (I didn&#8217;t really do that which is why you don&#8217;t see the link, that was just an example.) Or I could set a limit on the number of times it actually posts a link per page so I don&#8217;t look like some sort of spam farm.</p>
<p>You can do the same for your affiliate links as well. Let&#8217;s say that you&#8217;re promoting some sort of poker calculator and want the phrase &#8220;poker calculator&#8221; to link to your new affiliate link each and every time you use the phrase. Instead of having to do this manually SEO Ultimate will do it for you, leaving you more time to simply write content.</p>
<p>Just pick the words you want to use, set it up once and forget about it. Each time you add a new post to your website it&#8217;ll do all the work for you, just like magic. If used correctly you could easily increase your on page SEO strategy as well as a put a few extra bucks into your pocket at the same time.</p>
<p>If you&#8217;re having trouble finding it on your own here&#8217;s the link: http://wordpress.org/extend/plugins/seo-ultimate/</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Ultimate SEO Plugin" url="http://howtobuildapokerwebsite.com/ultimate-seo-plugin/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/ultimate-seo-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Poker Games to your WordPress Website</title>
		<link>http://howtobuildapokerwebsite.com/adding-poker-games-to-your-wordpress-website/</link>
		<comments>http://howtobuildapokerwebsite.com/adding-poker-games-to-your-wordpress-website/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Using WordPress]]></category>
		<category><![CDATA[play poker on wordpress]]></category>
		<category><![CDATA[poker plugin]]></category>
		<category><![CDATA[poker wordpress plugin]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=206</guid>
		<description><![CDATA[Being that you're a poker webmaster now and want to add a fun poker game to your website, you're going to need to find the right plugin right? But which plugin is right for the job? WP Mini Games is perfect for this job. There are several different games available for you to provide your visitors that will keep them on your website for hours.]]></description>
			<content:encoded><![CDATA[<p>Being that you&#8217;re a poker webmaster now and want to add a fun poker game to your website, you&#8217;re going to need to find the right plugin right? But which plugin is right for the job? <a href="http://wordpress.org/extend/plugins/wp-mini-games/" target="_blank">WP Mini Games</a> is perfect for this job. There are several different games available for you to provide your visitors that will keep them on your website for hours.</p>
<p>So far I have tested 4 games available &#8211; Governor of Poker, which is like Legend of Zelda where you interact with the community going from Hold em game to Holdem game &#8211; Pot Odds, which I tested against a calculator I wrote myself as well as the calculator over at pokertips.org, and the odds featured in pot odds are far too high to be correct  - Outs, which is a game where you have to answer how many outs you have to win the hand &#8211; and Odds, in which you select which hand is most likely to win the pot.</p>
<p>Governor of poker is a great game to provide your visitors if your visitors are looking to play some cards against the computer. To the best of my knowledge there is no online play where you can compete against your friends. The other three are great as educational tools to improve your knowledge of the game.</p>
<p>The two correct odds and outs games are going to be used to teach players how to make correct calls and understand the fundamentals of the game. Governor of Poker is simply to pass some time and beat your opponents when you get sick of playing Zynga poker.</p>
<p>By the way, you can also put these games in your side bar as well, as the plugin also works as a widget. This is a great plugin for any poker webmaster looking to put some poker games onto their website.</p>
<div class="wpmg-embed-code"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="660" height="400">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="http://www.miniclip.com/games/governor-of-poker/en/governorofpoker_web.swf">
<param name="quality" value="high">
<embed src="http://www.miniclip.com/games/governor-of-poker/en/governorofpoker_web.swf" quality="high" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="660" height="400">
</object><br /><div class="wpmg-attribution-text"><p style="font-size:8px;text-align:center;"><a href="https://poker.bwin.com/" target="_blank">Play Poker Online Bwin</a> Powered by <a href="http://www.tubepress.net/" target="_blank">TubePress.NET</a></p></div></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Adding Poker Games to your WordPress Website" url="http://howtobuildapokerwebsite.com/adding-poker-games-to-your-wordpress-website/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/adding-poker-games-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>On Page SEO</title>
		<link>http://howtobuildapokerwebsite.com/on-page-seo/</link>
		<comments>http://howtobuildapokerwebsite.com/on-page-seo/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 06:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[on page seo]]></category>
		<category><![CDATA[poker seo]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=197</guid>
		<description><![CDATA[WordPress and a simple plugin - All in One SEO - will handle the majority of your on page poker SEO efforts for you. SEO stands for search engine optimization, and is the practice of getting a website to rank in search engines such as Google for a specific term. Let's quickly go over what on page search engine optimization consists of and how WordPress does most of this work for you.]]></description>
			<content:encoded><![CDATA[<p>WordPress and a simple plugin &#8211; All in One SEO &#8211; will handle the majority of your on page poker SEO efforts for you. SEO stands for search engine optimization, and is the practice of getting a website to rank in search engines such as Google for a specific term. Let&#8217;s quickly go over what on page search engine optimization consists of and how WordPress does most of this work for you.</p>
<p>The first thing search engines look for are your keywords in your URL. The url is simply the file name of your website. This page&#8217;s url is http://howtobuildapokerwebsite.com/on-page-seo/. Now if you followed the instructions on making WordPress SEO friendly then this will automatically be done for you each and every time you create a post.</p>
<p><a href="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/all-in-one-seo.png"><img class="alignnone size-full wp-image-200" title="all in one seo" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/all-in-one-seo.png" alt="all in one seo" width="793" height="265" /></a></p>
<p>The next element is handled by the plugin All in One SEO. When you&#8217;re writing a new post or page you will have options at the bottom of your &#8220;Add New&#8221; posts and pages. Here you can type in your post or page&#8217;s title, a description and the keywords related to your post or page. Want the quick and easy way to do this? Simply copy the title you are using for your post and copy it into the title section of All in One SEO. For the description I typically just copy the first few sentences of my post. The keywords I choose I always put in the post tags section.</p>
<p>OK, so what makes a good title? A good title is targeting 2-3 keywords or phrases at a time. This post for example is targeting On Page SEO, and SEO. I&#8217;m also targeting poker seo at the same time as this website is after all about poker. Now in all seriousness this website stands little to no chance of ranking for my chosen keywords, at least not in it&#8217;s current state, but that&#8217;s OK, it&#8217;s a long term strategy. For now this is just being used as an example.</p>
<p>So how do you know what keywords to use that will actually generate traffic? You could spend a lot of money on tools to do the checking for you or you could always just use this <a href="http://google.com/sktool/" target="_blank">Google Search Tool</a>. This tool will tell you the number of searches per month for a specific keyword as well as the competition level and your expected Adwords cost if you decide to pay for traffic (whole other topic, one I won&#8217;t be covering on this website.) So now we know the competition levels for your selected keywords and can create a post or page around it.</p>
<p>So what makes a good description? Well, All in One SEO takes care of the length for you as search engines don&#8217;t like anything over 160 characters. Typically you should use your keywords or phrases somewhere within your description so the search engines know that is what your post is about.</p>
<p>What about keywords? To be honest, Google no longer uses this because of bad people on the internet trying to rank for words that aren&#8217;t even in their pages. Other search engines still do so it&#8217;s a good idea to use it anyway. As suggested whatever keywords you use should also be your post tags. Please only use keywords that are actually in your article.</p>
<p>Now how about the meat of the page, the content? Well, you want to write for people, not search engines first and foremost. If you write quality stuff that is readable people will tell their friends about your website and you&#8217;ll grow without the help of the SE&#8217;s. But being that you also want to be found online, you should use your keywords a few times throughout your post or page. Don&#8217;t overdo it though, as that&#8217;s bad. Rule of thumb is somewhere in the 2% to 4% range. If you wrote a 500 word post, that&#8217;d be something like 3-4 times for the phrase.</p>
<p>One quick word of warning on All in One SEO &#8211; the default setting uses both your posts title and your website&#8217;s title as the title that search engines see. If you want to rank for a poker related term and already have poker in your main site title it might be better to drop the term poker out all together. Example &#8211; Your website&#8217;s title is Poker Strategies and you want to write a post about poker tips. Best to just call it &#8220;Tips&#8221; as your title will then be &#8220;Tips | Poker Strategies.&#8221;</p>
<p>So let&#8217;s cover an imaginary post real quick so you have an idea of exactly what I&#8217;m talking about. Let&#8217;s write a post about &#8220;The Poker Brat Phil Hellmuth.&#8221; That&#8217;s the title. Keywords targeted? Poker, the poker brat, and Phil Hellmuth are the three, so that would also be our keywords and post tags. Your first sentence could be something along the lines of &#8220;The Poker Brat, known to his mom and dad as Phil Hellmuth Jr. is an eleven time world series bracelet winner and is sponsored by Ultimate Bet.&#8221; That&#8217;s 142 characters, which is perfect for the description as well as an opening sentence for the post. That&#8217;s basically all there is to on page search engine optimization.  </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="On Page SEO" url="http://howtobuildapokerwebsite.com/on-page-seo/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/on-page-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Managing your WordPress Widgets</title>
		<link>http://howtobuildapokerwebsite.com/managing-your-wordpress-widgets/</link>
		<comments>http://howtobuildapokerwebsite.com/managing-your-wordpress-widgets/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 08:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Using WordPress]]></category>
		<category><![CDATA[managing widgets]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=186</guid>
		<description><![CDATA[WordPress widgets are simply the content that will be appearing on your website's navigation bar. Depending on which theme you choose, you will have different widget areas. Some may allow you to put content near the top of your website, some on the left side, some the right side, some the bottom, some even allow you to put your chosen content at the top or bottom of a post. This varies depending on which theme you are using.]]></description>
			<content:encoded><![CDATA[<p>WordPress widgets are simply the content that will be appearing on your website&#8217;s navigation bar. Depending on which theme you choose, you will have different widget areas. Some may allow you to put content near the top of your website, some on the left side, some the right side, some the bottom, some even allow you to put your chosen content at the top or bottom of a post. This varies depending on which theme you are using.</p>
<p><img class="alignnone size-full wp-image-185" title="widgets" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/widgets.png" alt="" width="168" height="145" /></p>
<p>To manage the content for your navigation click on the &#8220;Appearance&#8221; tab on your dashboard and select &#8220;Widgets.&#8221; You will now be taken to a screen showing you all of your available widgets.</p>
<p><img class="alignnone size-full wp-image-190" title="adding widgets" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-widgets.png" alt="" width="313" height="121" /></p>
<p>On the right side of the page will be the available areas for you to display your widgets. Simply click on the title of the area you would like to show something on your page then drag the widget you would like to appear to that area.</p>
<p><img class="alignnone size-full wp-image-189" title="adding widgets" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-widgets-2.png" alt="" width="409" height="265" /></p>
<p>Yours will be blank when you&#8217;re first starting off. Everything on the left is what you have available to use. The links widget allows you to show your links on every page of your website, categories displays your categories, archives shows your archives, pages shows your pages, etc.</p>
<p>The coolest one is the &#8220;text widget.&#8221; The text widget allows you to write whatever you want. If you want to show an image you&#8217;ll use this as well. If you would like to show an image in your text widget the code you would put in would be &#8211; &lt;img src=&#8221;locationofyourimage&#8221; /&gt; . Just simply copy and paste that into your text widget replacing location of your image with your image location. Leave the quotation marks where they are.</p>
<p>If you want to sell Amazon books, clickbank books, or any other &#8220;affiliate program&#8221; (you make money when someone clicks on it, or you get a percentage of the sale) you would use the text widget and simply copy and paste the code that was provided to you.</p>
<p>When you&#8217;re done with editing your widget simply click &#8220;Save.&#8221;</p>
<p>If you would like to do additional things with your navigation menu simply add a plugin that has the feature you are looking for.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Managing your WordPress Widgets" url="http://howtobuildapokerwebsite.com/managing-your-wordpress-widgets/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/managing-your-wordpress-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Plugins to your WordPress website</title>
		<link>http://howtobuildapokerwebsite.com/adding-plugins-to-your-wordpress-website/</link>
		<comments>http://howtobuildapokerwebsite.com/adding-plugins-to-your-wordpress-website/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 08:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Using WordPress]]></category>
		<category><![CDATA[adding plugins]]></category>
		<category><![CDATA[configuring plugins]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=183</guid>
		<description><![CDATA[The best part of WordPress has to be the plugins. Plugins are simply additional pieces of code written by some of the world's best web programmers. Some cost money, but many are available for free on the WordPress plugins website. There are thousands of plugins available, some work with the current version of WordPress, some don't. WordPress will alert you if a plugin has not be tested with your current version yet. If it's an update or two behind, chances are it'll still work.]]></description>
			<content:encoded><![CDATA[<p>The best part of WordPress has to be the plugins. Plugins are simply additional pieces of code written by some of the world&#8217;s best web programmers. Some cost money, but many are available for free on the <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress plugins</a> website. There are thousands of plugins available, some work with the current version of WordPress, some don&#8217;t. WordPress will alert you if a plugin has not be tested with your current version yet. If it&#8217;s an update or two behind, chances are it&#8217;ll still work.</p>
<p>So what are some examples of plugins? The plugin &#8220;All in One SEO&#8221; allows you to add pieces of information to your WordPress site that search engines such as Google will read. What winds up happening is you gain additional areas to write content at the bottom of your posts or pages, as well as an additional button on the left side of your dashboard to control what the search engines read. Other plugins range from allowing you to alter the way your categories are displayed, include photo galleries on your website, set up a contact form for your site, increase twitter followers, etc. We have a list of recommended plugins on the top of this website.</p>
<p>Now that we have that out of the way let&#8217;s get to how to add plugins to your website. On the dashboard scroll down to the section labeled &#8220;Plugins&#8221; on the left hand side. Click on it.</p>
<p><img class="alignnone size-full wp-image-182" title="adding plugins" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-plugins.png" alt="adding plugins" width="192" height="121" /></p>
<p>Now click on the tab labeled &#8220;Add New.&#8221;</p>
<p><img class="alignnone size-full wp-image-181" title="adding-plugins-2" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-plugins-2.png" alt="adding plugins" width="433" height="241" /></p>
<p>You will now be given different options to find your plugin. If you downloaded a plugin already from the WordPress plugins website, you can simply click on &#8220;Upload&#8221; then find the zip file on your desktop and WordPress will install it for you. If you know the name of the plugin you are looking for you can search for it. If you just want to browse through what WordPress has available without visiting the WordPress site, simply click on either &#8211; Featured &#8211; Popular &#8211; Newest &#8211; Recently Updated.</p>
<p><img class="alignnone size-full wp-image-180" title="adding-plugins-3" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-plugins-3.png" alt="adding plugins" width="169" height="121" /></p>
<p>Once you&#8217;ve found a plugin you like you&#8217;ll want to install it. On the right hand side of the screen click on &#8220;Install.&#8221;</p>
<p><img class="alignnone size-full wp-image-179" title="adding-plugins-4" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-plugins-4.png" alt="adding plugins" width="313" height="169" /></p>
<p>A new window will pop up. Simply click on &#8220;Install Now.&#8221; Your plugin will be downloaded. Click &#8220;activate&#8221; and you&#8217;re pretty much done. Some plugins need to be configured. In the case of a photo gallery plugin, you simply need to add the photos you want to appear in the photo gallery.  Areas for the plugin configuration area to appear include the following tabs &#8211; &#8220;Plugins&#8221; &#8211; &#8220;Settings&#8221; or it&#8217;s own new tab.  With plugins such as a photo gallery, contact form, or link management you&#8217;ll also be given a certain code to add to a new page. It&#8217;ll look something like this [plugin code]. Simply copy that code into your page and click save and your photo gallery or contact form or link page will be live.</p>
<p>If you ever wish to deactivate a certain plugin simply click on &#8220;Installed&#8221; in your &#8220;Plugins&#8221; tab, find the plugin you would like to deactivate and click &#8220;deactivate&#8221; below the title of the plugin.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Adding Plugins to your WordPress website" url="http://howtobuildapokerwebsite.com/adding-plugins-to-your-wordpress-website/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/adding-plugins-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing your WordPress Theme</title>
		<link>http://howtobuildapokerwebsite.com/changing-your-wordpress-theme/</link>
		<comments>http://howtobuildapokerwebsite.com/changing-your-wordpress-theme/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 07:59:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Using WordPress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=176</guid>
		<description><![CDATA[WordPress themes are what give your blog or website the look it has to the outside world. There are thousands of different themes available, some cost money, many are free. Wordpress.org as well as the dashboard of your WordPress site allow you to quickly browse through and install them with little to no effort. Once installed and activated, your WordPress site will have a fresh new look to it.]]></description>
			<content:encoded><![CDATA[<p>WordPress themes are what give your blog or website the look it has to the outside world. There are thousands of different themes available, some cost money, many are free. Wordpress.org as well as the dashboard of your WordPress site allow you to quickly browse through and install them with little to no effort. Once installed and activated, your WordPress site will have a fresh new look to it.</p>
<p><img class="alignnone size-full wp-image-175" title="adding-a-theme" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-a-theme.png" alt="adding and managing your themes" width="216" height="193" /></p>
<p>To both manage your currently installed themes or to add a new theme simply scroll down and click on &#8220;Appearance&#8221; on your WordPress Dashboard.</p>
<p><img class="alignnone size-full wp-image-174" title="adding-new-theme" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-new-theme.png" alt="adding a new theme to your wordpress site" width="192" height="193" /></p>
<p>To add a new theme to your website simply click on &#8220;Add New Themes.&#8221; You will now be brought to a page with several different options, search, upload, featured, newest, and recently updated. From this page you can perform searches based on what you are looking for. Do you want a certain color theme? There&#8217;s a check box to search based on a certain color. Do you want your menu to be on the left? On the right? Both? You can search for this as well. There are also different options to allow you to find themes that allow you to use your own graphic at the top of the webpage.</p>
<p><strong>Upload &#8211; </strong>This option is to be used when you have downloaded a WordPress theme either from Wordpress.org, a WordPress theme site, or created your own custom WordPress theme on one of the many &#8220;Create your own theme&#8221; websites. Whenever you download a theme it comes in zip format. Instead of having to unzip the file and use an FTP program to put the theme on your site (this can be a long process, taking up to 10 minutes for the larger themes) you simply locate the zip file on your computer and click Install Now. The theme is instantly uploaded, avoiding any need for an FTP program or unzipping.</p>
<p><strong>Featured &#8211; </strong>Browse through the most popular WordPress.org themes.</p>
<p><strong>Newest &#8211; </strong>Browse through the newest WordPress.org themes.</p>
<p><strong>Recently Updated &#8211; </strong>As the name sounds, browse through WordPress.org themes that have been recently updated with new features.</p>
<p><img class="alignnone size-full wp-image-173" title="adding-new-theme-2" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-new-theme-2.png" alt="adding a new wordpress theme" width="289" height="313" /></p>
<p>Once you&#8217;ve found a theme that you like (click the preview button to see a test version of the theme) simply click the &#8220;Install&#8221; button.</p>
<p><img class="alignnone size-full wp-image-172" title="adding-new-theme-3" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-new-theme-3.png" alt="installing a new wordpress theme" width="505" height="337" /></p>
<p>After you click on install a new window will pop up. Click on &#8220;Install Now.&#8221;</p>
<p><img class="alignnone size-full wp-image-171" title="adding-new-theme-4" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/adding-new-theme-4.png" alt="activating a new wordpress theme" width="361" height="121" /></p>
<p>After WordPress has installed the new theme for you simply click on &#8220;Activate&#8221; and your new theme will instantly be live on your website.</p>
<p>Once you have a few different themes on your website you may decide you like one theme better than another.</p>
<p><img class="alignnone size-full wp-image-170" title="managing-your-themes" src="http://howtobuildapokerwebsite.com/free/wp-content/uploads/2010/01/managing-your-themes.png" alt="managing your wordpress themes" width="192" height="193" /></p>
<p>Under the &#8220;Appearance&#8221; tab select &#8220;Themes.&#8221; Every theme that is currently installed on your website can be viewed on this page. You have the options to &#8220;Activate&#8221; a theme, &#8220;preview&#8221; the theme, or &#8220;delete&#8221; a theme you don&#8217;t plan on ever using again.</p>
<p>A new tab may appear in your &#8220;Appearance&#8221; section if your theme has options that can be easily edited. Some may allow you to add your banner, others may be more advanced and allow you to control how large the left or right sides of your webpage are. Extremely customizable themes may include up to 300 features for you to change at the click of a button. Once you play around with a few themes you&#8217;ll start to get a feel for what you like and what you don&#8217;t like.</p>
<p>A word of caution for the new WordPress non html user. Do not click on editor and start messing with the WordPress code. Editor is used to make adjustments to your pages. The first page that will come up is your &#8220;CSS&#8221; code. CSS controls the colors, font sizes, widths, heights and much more on your site. A simple Google search for CSS codes will bring up a lot of info on CSS. A simple Google search for &#8220;html colors&#8221; will give you the six digit number for website colors. These can all be controlled in the &#8220;editor&#8221; section but should not be touched until you have an idea of what does what. If your starting out leave the editor alone and find a WordPress theme that suits your needs.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Changing your WordPress Theme" url="http://howtobuildapokerwebsite.com/changing-your-wordpress-theme/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/changing-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Add Media To Your WordPress website</title>
		<link>http://howtobuildapokerwebsite.com/how-to-add-media-to-your-wordpress-website/</link>
		<comments>http://howtobuildapokerwebsite.com/how-to-add-media-to-your-wordpress-website/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Using WordPress]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[adding]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdfs]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://howtobuildapokerwebsite.com/?p=156</guid>
		<description><![CDATA[Step by step on how to add media (photos or even PDF files) to your WordPress website. For now it's just the video, but don't worry the photos with arrows are coming soon.]]></description>
			<content:encoded><![CDATA[<p>Step by step on how to add media (photos or even PDF files) to your WordPress website. For now it&#8217;s just the video, but don&#8217;t worry the photos with arrows are coming soon.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/x-Bk7OMjo0s&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/x-Bk7OMjo0s&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="How To Add Media To Your WordPress website" url="http://howtobuildapokerwebsite.com/how-to-add-media-to-your-wordpress-website/"></script>]]></content:encoded>
			<wfw:commentRss>http://howtobuildapokerwebsite.com/how-to-add-media-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

