<?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>TenTen71 Blog &#187; Tutorials</title>
	<atom:link href="http://www.tenten71.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tenten71.com/blog</link>
	<description>Graphic design - Web design</description>
	<lastBuildDate>Wed, 23 Jun 2010 03:14:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Guide: part 11 &#8211; HTML Basics</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=162</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
HTML, by itself, is actually a very easy language to learn. When you combine it with CSS (Cascading Style Sheets) and other web languages, then it becomes a little too much for non-web designers to absorb.
HTML is nothing more than instructions for the browser [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p>HTML, by itself, is actually a very easy language to learn. When you combine it with CSS (Cascading Style Sheets) and other web languages, then it becomes a little too much for non-web designers to absorb.</p>
<p>HTML is nothing more than instructions for the browser in the form of tags. Tags (not to be confused with WordPress Tags) are letter codes surrounded by brackets like this: <img class="alignnone size-full wp-image-252" style="border: 0pt none;" title="wordpress html P tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-011.gif" alt="" width="30" height="15" />. Your text and images need to be surrounded by these tags so the browser knows where to place the content and how to display it. Otherwise, the browser will do what it wants to. And it won&#8217;t be pretty.</p>
<p>Most tags come in pairs – an opening tag: <img style="border: 0pt none;" title="wordpress html P tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-011.gif" alt="" width="30" height="15" /> and a closing tag: <img class="alignnone size-full wp-image-256" style="border: 0pt none;" title="wordpress ending P tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-021.gif" alt="" width="37" height="18" />. You&#8217;ll notice the only difference is the &#8220;/&#8221; in the closing tag. This tells the browser that it has reached the end of this particular instruction. The browser will then continue to look for the next instruction.</p>
<p>Here is a list of the most common HTML tags you will encounter using WordPress:<span id="more-162"></span></p>
<p><img class="alignnone size-full wp-image-257" style="border: 0pt none;" title="html opening and closing P tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-03.gif" alt="" width="65" height="24" /><br />
 The <strong>Paragraph</strong> tag goes at the beginning and end of a paragraph of text.<br />
 <span style="color: #ff0000;"><img class="alignnone size-full wp-image-258" style="border: 0pt none;" title="html P tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-04.gif" alt="" width="386" height="21" /><br />
 </span></p>
<p><img class="alignnone size-full wp-image-259" style="border: 0pt none;" title="html A tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-05.gif" alt="" width="65" height="18" /><br />
 The <strong>Anchor</strong> tag is used to create text and image links. The &#8220;href&#8221; attribute is where the URL goes.<br />
 <img class="alignnone size-full wp-image-260" style="border: 0pt none;" title="html A tag samples" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-06.gif" alt="" width="522" height="45" /></p>
<p><img class="alignnone size-full wp-image-261" style="border: 0pt none;" title="html Strong and B tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-07.gif" alt="" width="241" height="20" /><br />
 Both the <strong>Strong</strong> tag and <strong>Bold</strong> tag designate what text to bold. WordPress uses<img class="alignnone size-full wp-image-262" style="border: 0pt none;" title="html Strong tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-08.gif" alt="" width="72" height="21" /> when you click the Bold button, but if you use the <img class="alignnone size-full wp-image-263" style="border: 0pt none;" title="html B tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-09.gif" alt="" width="34" height="18" /> tag when typing in HTML mode WordPress will treat it the same.<br />
 <span style="color: #ff0000;"><img class="alignnone size-full wp-image-264" style="border: 0pt none;" title="html Strong tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-10.gif" alt="" width="231" height="21" /></span></p>
<p><img class="alignnone size-full wp-image-265" style="border: 0pt none;" title="html Em and I tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-11.gif" alt="" width="183" height="18" /><br />
 Both the <strong>Emphasis</strong> tag and <strong>Italics</strong> tag designate what text to italicize. WordPress uses<img class="alignnone size-full wp-image-266" style="border: 0pt none;" title="html Em tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-12.gif" alt="" width="50" height="19" />when you click the Italicize button, but if you use the<img class="alignnone size-full wp-image-267" style="border: 0pt none;" title="html I tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-13.gif" alt="" width="28" height="21" />tag when typing in HTML mode WordPress will treat it the same.<br />
 <span style="color: #ff0000;"><img class="alignnone size-full wp-image-268" style="border: 0pt none;" title="html Em tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-14.gif" alt="" width="241" height="19" /><br />
 </span></p>
<p><img class="alignnone size-full wp-image-269" style="border: 0pt none;" title="html UL tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-15.gif" alt="" width="76" height="19" /><br />
 <strong>Unordered Lists</strong> are lists that use bullets before each statement.</p>
<p><img class="alignnone size-full wp-image-270" style="border: 0pt none;" title="html OL tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-16.gif" alt="" width="76" height="20" /><br />
 <strong>Ordered Lists</strong> are lists that use numbers or letters before each statement.</p>
<p><img class="alignnone size-full wp-image-271" title="html LI tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-17.gif" alt="" width="70" height="19" /><br />
 Both unordered and ordered lists use the <strong>List Item</strong> tag for each statement in their list.<br />
 <img class="alignnone size-full wp-image-272" style="border: 0pt none;" title="html List samples" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-18.gif" alt="" width="202" height="193" /></p>
<p><img class="alignnone size-full wp-image-273" style="border: 0pt none;" title="html H1 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-19.gif" alt="" width="85" height="24" /><br />
 The <strong>Header</strong> tags are used for page titles, headings, sub-headings, etc. There are 6 levels of Headers in HTML but there&#8217;s usually no reason to go beyond level 3. <img class="alignnone size-full wp-image-274" style="border: 0pt none;" title="html H1 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-20.gif" alt="" width="46" height="18" />is the largest and treated as the most important and influential (<em>by SEO standards</em>). Each level after is less influential and appears in a smaller font size. Web pages shouldn&#8217;t have more than one<img title="html H1 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-20.gif" alt="" width="46" height="18" /> tag. My themes use the<img title="html H1 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-20.gif" alt="" width="46" height="18" />tag for the page/post titles (<em>that just makes sense to me</em>). The default WordPress themes assign <img class="alignnone size-full wp-image-275" style="border: 0pt none;" title="html H2 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-21.gif" alt="" width="48" height="19" />to the page/post titles. So if you&#8217;re using a theme that I designed, I advise you not to use<img title="html H1 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-20.gif" alt="" width="46" height="18" />tags in your text since there already is one on the page. Use<img title="html H2 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-21.gif" alt="" width="48" height="19" />for your sub-headings and<img class="alignnone size-full wp-image-276" style="border: 0pt none;" title="html H3 tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-22.gif" alt="" width="47" height="17" />for any smaller headings.<br />
 <img class="alignnone size-full wp-image-277" style="border: 0pt none;" title="html Header tag samples" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-23.gif" alt="" width="286" height="68" /></p>
<p><img class="alignnone size-full wp-image-278" style="border: 0pt none;" title="html Table and TBody tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-24.gif" alt="" width="134" height="42" /><br />
 <strong>Tables</strong> help you separate content into columns and rows just like a spreadsheet or grid. They start and end with a Table tag. They also may contain the TBody Tags which contains the columns and rows of the table. Cellpadding is the space inside each table cell between the content and the border of the cell. Cellspacing is the space in between each cell. Border determines if there is a border around your cells and how thick it is.</p>
<p><img class="alignnone size-full wp-image-279" title="html TR tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-25.gif" alt="" width="70" height="19" /><br />
 <strong>TR</strong> stands for Table Row. Every table must have at least one row to start.</p>
<p><img class="alignnone size-full wp-image-280" style="border: 0pt none;" title="html TD tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-26.gif" alt="" width="76" height="23" /><br />
 <strong>TD</strong> stands for Table Data Cell. This is the lowest level of the table tree and where your content goes. Every table has at least one table cell.</p>
<p>To create a simple table with two rows and two columns, your code would look something like this:<br />
 <img class="alignnone size-full wp-image-281" style="border: 0pt none;" title="html Table code sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-27.gif" alt="" width="394" height="254" /></p>
<p style="text-align: center;"><img class="size-full wp-image-282 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="table diagram" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-28.gif" alt="" width="405" height="209" /></p>
<p><img class="alignnone size-full wp-image-283" style="border: 0pt none;" title="html Span tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-29.gif" alt="" width="193" height="26" /><br />
 The <strong>Span</strong> tag is used for adding a <strong>Style</strong> (font size, color, etc.) to a specific piece of text or image. The content to be styled goes between the Span tags. The styles you want to assign go in the style quotes. This will require CSS knowledge.<br />
 <img class="alignnone size-full wp-image-284" style="border: 0pt none;" title="html Span tag sample with Style" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-30.gif" alt="" width="549" height="61" /></p>
<p><img class="alignnone size-full wp-image-286" style="border: 0pt none;" title="html Img tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-311.gif" alt="" width="57" height="22" /><br />
 The <strong>Image</strong> tag is an example of a tag that doesn&#8217;t have a closing tag. It closes itself by having its own &#8220;/&#8221; at the end of the code. The SRC attribute tells the browser the location source. In the example below the &#8220;logo.jpg&#8221; is located in the &#8220;images&#8221; folder. The ALT attribute tells the visitor what is supposed to be there if no image is visible. This is important for screen readers that can&#8217;t show images. This also helps search engines to determine what the image is depicting.<br />
 <img class="alignnone size-full wp-image-295" style="border: 0pt none;" title="html Img tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-31.gif" alt="" width="488" height="44" /></p>
<p><img class="alignnone size-full wp-image-287" style="border: 0pt none;" title="html BR tag" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-32.gif" alt="" width="46" height="21" /><br />
 The <strong>Break</strong> tag is another &#8220;open tag only&#8221; bit of code. This is used to start a new line of text without starting a new paragraph.<br />
 <img class="alignnone size-full wp-image-288" style="border: 0pt none;" title="html BR tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-33.gif" alt="" width="477" height="104" /></p>
<p><img class="alignnone size-full wp-image-289" title="html Comment tags" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-34.gif" alt="" width="66" height="28" /><br />
 <strong>Comment</strong> tags are used for adding notes for the web designer or content author to see in HTML mode. Anything within the Comment Tags will not be visible on the live web page by your visitors.<br />
 <span style="color: #ff0000;"><img class="alignnone size-full wp-image-290" style="border: 0pt none;" title="html Comment tag sample" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-html-35.gif" alt="" width="380" height="20" /></span></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 10 &#8211; SEO Basics</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=160</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
Search Engine Optimization
In order for your website to be found by Google users, proper SEO measures have to be implemented into your website. I&#8217;m going to cover the basics of the essential techniques to be used on any website.
Don&#8217;t expect to become an SEO [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<h2>Search Engine Optimization</h2>
<p>In order for your website to be found by Google users, proper SEO measures have to be implemented into your website. I&#8217;m going to cover the basics of the essential techniques to be used on any website.</p>
<p>Don&#8217;t expect to become an SEO expert after reading this. As a matter of fact, I&#8217;ll understand if you think this is too much information and you&#8217;d rather let someone else worry about it. But if you&#8217;re one of those people that likes to do everything themselves or just wants to be able to understand this stuff a little bit better&#8230; read on.<span id="more-160"></span></p>
<p><strong>Link Popularity</strong></p>
<p>Link popularity is the long (<em>and never ending</em>) process of getting your website&#8217;s link on as many quality websites as possible. Why? Firstly, they don&#8217;t call it the &#8220;Web&#8221; to make it sound scary. Websites linking to one another is what makes the Internet into an online web. Without other websites linking to yours, how&#8217;s the spider ever going to find you? And that&#8217;s exactly what Google and the other search engines send out – spiders (sometimes called &#8220;bots&#8221; for robots). Google sends out its army of web crawling spider programs to search out the web to see what&#8217;s out there and brings that information back to Google. The more links you have out there – the more times Google will find you.</p>
<p>Now it&#8217;s true that more links are better than fewer links, but more <em>relative</em> links is much better. For instance, putting your rock band website&#8217;s link on twenty random websites that have nothing to do with music will get Google to &#8220;crawl&#8221; your website. Unfortunately those links won&#8217;t convince Google that your website has a strong enough relevancy for the search results of &#8220;rock band&#8221;. If you put your band&#8217;s link on twenty music related websites, Google will definitely raise what&#8217;s known as your &#8220;ranking&#8221; in the search results.</p>
<p>A good place to start looking for websites to link from would be any companies that you partner with, affiliate yourself with, or just do business with. Politely ask them if they wouldn&#8217;t mind exchanging links with your website. I say <em>exchange</em> because they&#8217;ll most likely want you to post their link on your website – it&#8217;s only fair. If they know anything about search optimization, they should be glad to do it.</p>
<p>Other places to try:</p>
<ul>
<li>online business directories (ex: business.com, citysearch.com)</li>
<li>local business directories (ex: local.yahoo.com, maps.google.com)</li>
<li>organizations or groups your company belongs to (ex: chamber of commerce)</li>
<li>directories that pertain to your field of interest (ex: lawyers could list on a lawyer directory)</li>
</ul>
<p>Additionally, you can leave your link behind on blogs and forums that you visit that are related to your business. Don&#8217;t try selling yourself or spamming by leaving dozens of posts on one site. Actually participate in the blog and provide relevant, helpful feedback on the topics being discussed. Most will let you include your link or email. It&#8217;s a great way to leave a calling card and start a reputation of being helpful and informative.</p>
<p>There is also the social website scene. Websites like <a href="http://www.twitter.com">Twitter</a> and <a href="http://www.linkedin.com">LinkedIn</a> are great for networking and getting your name out there. They can require a lot of time, but they are free services.</p>
<p>If you have the ability or resources to put out press releases, that would be another beneficial way to get your name out there. There are also websites for posting press releases online – so don&#8217;t limit yourself to just newspapers.</p>
<p style="text-align: center;"><span style="font-size: large;"><strong>Always include your website <br />
 in everything you produce.</strong></span><br />
 That includes press releases, business cards, print ads, <br />
 radio spots, direct mail, emails, etc.</p>
<p>If you&#8217;re having trouble finding places to link with, then check out your competition. In the Google search box type &#8220;links:companyname.com&#8221; (<em>replace companyname.com with the actual domain of your competitor</em>) and click Search. It will give you a list of all the web pages that Google has found that contain your competitor&#8217;s link. Many may be internal links within their own website but the rest will be from other websites. Go to these websites and see if you can exchange links as well. If anything, it should at least give you more ideas on how to find more websites to link with.</p>
<p><strong>Keywords</strong></p>
<p><strong>Keywords</strong> and <strong>Key Phrases</strong> are what people type into search engines. Your goal as a website owner is to get the search engines to find your website if your content matches these key phrases.</p>
<p>First you have to decide what those key phrases are. Then you have to incorporate them into your content and into your code without going overboard. And stay away from generic terms.</p>
<p>Take me for example. If I focused just on the key phrase &#8220;website designer&#8221;, Google would just throw me into a pile of thousands of web pages it will find talking about website designers. If I focused on &#8220;WordPress website designer&#8221;, that would shorten the pile I&#8217;d be tossed into. But if I really wanted to rank high on searches, I could get even more specific with &#8220;WordPress website designer from <br />
 Massachusetts&#8221;. Now that will probably limit me to mostly local searches, but it will definitely get me ranked higher for such a specific search.</p>
<p>Keep in mind that Google crawls your whole website (<em>hopefully</em>) but treats each page of your website as a separate entry in its vast database. This is why you&#8217;ll be taken directly to the page for &#8220;Grandma&#8217;s Secret Strawberry-Blueberry Muffin Mix&#8221; on the 1,000,000 Favorite Recipes website if you searched for &#8220;strawberry blueberry muffin mix&#8221;. Google associated your search with that specific page and directed you to it as opposed to their home page. After all, you wouldn&#8217;t want to be brought to the website&#8217;s home page just to have to perform the search a second time, right?</p>
<p>Because search engines work like this, you have to treat each page as if it were an individual website. If you have a page that talks about computer keyboards, make sure it mentions &#8220;computer keyboards&#8221; at least three times in the text. Also make sure it&#8217;s in the Title and Description Meta tags. If you have images of the keyboards, include the phrase in the file names (<em>computer-keyboard-01.jpg</em>) and the  Alternate tag (<em>computer keyboard</em>).</p>
<p>If you shorten the key phrase to just &#8220;keyboard&#8221;, then Google could confuse it with &#8220;electric keyboard&#8221; or &#8220;music keyboard&#8221; or &#8220;keyboard lessons&#8221;. So stay as consistent as possible. But don&#8217;t go overboard and repeat the phrase in every sentence. Your copy will seem unprofessional and unfriendly.</p>
<p><strong>Title</strong></p>
<p>The Title of your post or page is normally used for the Title Meta tag for that page. You&#8217;ll see it			    displayed at the top of your browser program. It is also used by Google in the search results as the clickable text. This shouldn&#8217;t be too long as you&#8217;ll notice Google won&#8217;t show the whole line of text if it doesn&#8217;t fit. A few of your most important keywords or phrases should be a part of the Title when ever possible.</p>
<p><strong>Description </strong></p>
<p>The Description Tag is also used by Google in the search results. Again it shouldn&#8217;t be too long as Google will only show so much. Without this Google usually grabs the first sentence in your page and maybe some text from further within your page. By entering your own description you improve the quality of what Google finds and what appears in Google.</p>
<p>Expanding on what I said earlier, you should treat each page as an individual just as Google does. Avoid using the exact same keywords, title, and description for each page. If it helps, think of each page as a person. You can use some of the same words to describe each but there should definitely be something unique about each one as well.</p>
<blockquote><p><em>Ex: Babe Ruth, Brad Pitt, and Abraham Lincoln could each be found under &#8220;famous American male&#8221;. But only one would come up under &#8220;American president&#8221;, &#8220;pennies&#8221;, and &#8220;tall hats&#8221;.</em></p>
</blockquote>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 9 &#8211; Settings</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=158</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
General
Most of these settings should be self explanatory. This is where you name your blog, tell WordPress the URL of your main blog page, the Admin email address, set date and time formats to be used throughout the website, and more.
Always click &#8220;Save Changes&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p><strong>General</strong></p>
<p>Most of these settings should be self explanatory. This is where you name your blog, tell WordPress the URL of your main blog page, the Admin email address, set date and time formats to be used throughout the website, and more.</p>
<p style="text-align: center;"><strong>Always click &#8220;Save Changes&#8221; if you&#8217;ve changed any of the settings.</strong></p>
<p>Two settings that are important to mention&#8230;<span id="more-158"></span></p>
<p><strong>Membership</strong> – select this if you want to allow anyone to become a registered user. Uncheck this if you don&#8217;t want users or you plan to create all users manually.</p>
<p><strong>New User Default Role</strong> – this determines what role a new user automatically becomes when they register. This is usually set to subscriber. Remember that you can assign new roles to each user on the Users page.</p>
<blockquote><p><em>Note: I don&#8217;t know why they have this as a choice, but I don&#8217;t see why you would ever want all your users set as Administrators. That sounds like trouble. DON&#8217;T do that.</em></p>
</blockquote>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_General_SubPanel">Find out more here: http://codex.wordpress.org/Settings_General_SubPanel</a></p>
<p><strong>Writing</strong> (<em>settings for creating and editing posts/pages</em>)</p>
<p><strong>Size of the Post Box</strong> – sets the default size of the text box in the Edit mode. Although it can be  re-sized by dragging the diagonal lines in the bottom right of the box, you can change this setting so that it always starts at a comfortable size.</p>
<p><strong>Default Post Category</strong> – from the drop-down menu choose the category you do the most writing in. This way all those posts will automatically be set to go in that category.</p>
<p><strong>Remote Publishing</strong> – these settings allow you to use desktop software to add posts to your website.</p>
<p><strong>Post via Email</strong> – these settings allow you to post to your website through your email program.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Writing_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Writing_SubPanel</a></p>
<p><strong>Reading</strong> (<em>settings for the live content</em>)</p>
<p><strong>Front Page Display</strong> – if your website is just a blog site, this setting will usually be set at &#8220;<em>your  latest posts</em>&#8221; so your visitors see exactly that. The other option is to assign a static Page as your home page.</p>
<p><strong>Blog Pages Show at Most</strong> – this sets how many posts to show at a time. If it is set at 10, you will see no more than ten posts at a time on any page.</p>
<p><strong>Syndication Feeds Show the Most Recent</strong> – this sets how many RSS feeds (<em>post titles</em>) to be shown in a visitors&#8217; RSS Feed Readers.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Reading_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Reading_SubPanel</a></p>
<p><strong>Discussion</strong></p>
<p><strong>Default Article Settings</strong> – the third box in this list controls whether or not you want to let visitors leave comments on your website. But you can override it per post/page if you wish.</p>
<p><strong>Other Comment Settings</strong> – here you can control whether visitors are required to fill out their name and email, whether they need to be registered users, and whether to list all the comments for a post on one page or break it up (<em>useful if you get over 20 comments per post</em>).</p>
<p>Other settings here are about getting email notifications when someone leaves a comment and whether it needs an Administrator&#8217;s approval before being posted to the website.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Discussion_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Discussion_SubPanel</a></p>
<p><strong>Media Settings</strong></p>
<p>Here you can set the size (by pixels) of the thumbnails that WordPress creates when you upload images. You can also set a maximum width for larger images so you don&#8217;t upload images that are too big to fit in your website&#8217;s design.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Media_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Media_SubPanel</a></p>
<p><strong>Privacy</strong></p>
<p>This setting is only necessary if you wish to block search engines from &#8220;crawling&#8221; your website. This would be appropriate if your website has a more private function or isn&#8217;t finished being built.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Privacy_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Privacy_SubPanel</a></p>
<p><strong>Permalinks</strong></p>
<p>Permalinks are what make your web page URLs legible by search engines as well as visitors. By default your pages&#8217; URLs looks something like this: <strong>http://www.yourdomain.com/?p=123</strong></p>
<p>I use the &#8220;Month and Name&#8221; choice and so my URLs look like this: <strong>http://www.tenten71.com/blog/2009/09/know-your-web-browser/</strong></p>
<p>As you can see the blog on my website is installed in a folder called &#8220;blog&#8221; and this particular post was posted in September of 2009 and has the permalink title of &#8220;know-your-web-browser&#8221; (which was created from the Permalink &amp; Title options when I created the post).</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Permalinks_SubPanel</a></p>
<p><strong>Miscellaneous</strong></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Settings_Miscellaneous_SubPanel">Find out more here: http://codex.wordpress.org/Settings_Miscellaneous_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 8 &#8211; Tools</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=156</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
The first page under the Tools button is Tools. This provides links to two browser applications (Turbo &#38; Press This). They do not have any affect on your website directly and therefore your users will not be affected by them.
Note: I&#8217;ve never used either [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p>The first page under the Tools button is <strong>Tools</strong>. This provides links to two browser applications (<em>Turbo &amp; Press This</em>). They do not have any affect on your website directly and therefore your users will not be affected by them.</p>
<blockquote><p>Note: I&#8217;ve never used either program so I really don&#8217;t know how good they are.</p>
</blockquote>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Tools_Tools_SubPanel">Find out more here: http://codex.wordpress.org/Tools_Tools_SubPanel</a></p>
<p><strong>Import</strong></p>
<p>If you&#8217;re re-installing your WordPress website from a WordPress backup file or moving your website from another blog-type web platform, you will be able to import your exported file here.<span id="more-156"></span></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Tools_Import_SubPanel">Find out more here: http://codex.wordpress.org/Tools_Import_SubPanel</a></p>
<p><strong>Export</strong></p>
<p>This is where you would perform one part of a WordPress backup. This export function will only backup your posts, pages, comments, custom fields, categories, and tags. It will NOT backup media files or the core WordPress files or theme files. For this, you will need to use an FTP program to download all of those files.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Tools_Export_SubPanel">Find out more here: http://codex.wordpress.org/Tools_Export_SubPanel</a></p>
<p><strong>Upgrade</strong></p>
<p>This is where you can perform an upgrade to the latest version of WordPress when WordPress has an upgrade available. You may also re-install WordPress over itself if you have any corrupt files.</p>
<blockquote><p><em>If you see any additional links under the Tools section, they may be for configuring or using certain plug-ins that have been installed on your website. Go to the corresponding plug-ins page for details concerning that particular plug-in/tool.</em></p>
</blockquote>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Tools_Upgrade_SubPanel">Find out more here: http://codex.wordpress.org/Tools_Upgrade_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 7 &#8211; Authors &amp; Users</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=154</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
The Users button takes you to the section for managing your Users. The main area called Authors &#38; Users gives a list of all your users with their usernames, actual names, email addresses, their assigned role, and how many posts they&#8217;ve created. If your [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p>The <strong>Users </strong>button takes you to the section for managing your Users. The main area called <strong>Authors &amp; Users</strong> gives a list of all your users with their usernames, actual names, email addresses, their assigned role, and how many posts they&#8217;ve created. If your website doesn&#8217;t accept users, then your name will be the only one listed.</p>
<p>You can edit each user&#8217;s info, assign them a role, or delete a user.</p>
<p>The first user created is always the <strong>Admin</strong> (<em>administrator</em>). This is a role that grants the user permission to make any and all changes to the website.<span id="more-154"></span></p>
<p><strong>Other roles for users are:</strong></p>
<blockquote><p><strong>Editor</strong> &#8211; Someone who can publish posts, manage posts as well as manage other people&#8217;s posts, etc.</p>
<p><strong>Author</strong> &#8211; Someone who can publish and manage their <em>own</em> posts</p>
<p><strong>Contributor</strong> &#8211; Someone who can write and manage their <em>own</em> posts but NOT publish posts</p>
<p><strong>Subscriber</strong> &#8211; Someone who can read comments, leave comments, receive newsletters, etc.</p>
</blockquote>
<p>By default new users are automatically assigned as Subscribers unless you change the setting (<em>Settings – General</em>).</p>
<p>The purpose for having these different roles is in case there&#8217;s more than one person making changes to your website or you want to give users or just certain users the ability to add content to your website.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Users_Authors_and_Users_SubPanel">Find out more here: http://codex.wordpress.org/Users_Authors_and_Users_SubPanel</a></p>
<p><strong>Add New User</strong></p>
<p>You can manually add new users using this button. Input their name, give them a username and password, assign a role to them, and enter their email address. You can even check off whether or not you want them to receive an email with the password automatically.</p>
<blockquote><p>Note: Passwords should not be easy to guess. The password should be at least 8 characters long. Use upper <em>and</em> lower case letters, numbers and symbols like ! &#8221; ? $ % ^ &amp; ).</p>
</blockquote>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Users_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Users_Add_New_SubPanel</a></p>
<p><strong>Your Profile</strong></p>
<p>This is a shortcut to your (<em>the person logged in</em>) user settings. Here you can change your own password if you need to.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Users_Your_Profile_SubPanel">Find out more here: http://codex.wordpress.org/Users_Your_Profile_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 6 &#8211; Plug-ins</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=152</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
Plug-ins are small programs specifically designed for use with WordPress. They add additional features and functionality that don&#8217;t come with the core WordPress software.
Manage Plug-ins
Click the Plug-ins button on the left hand side of the Dashboard. This will take you to a page that [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p>Plug-ins are small programs specifically designed for use with WordPress. They add additional features and functionality that don&#8217;t come with the core WordPress software.</p>
<p><strong>Manage Plug-ins</strong></p>
<p>Click the Plug-ins button on the left hand side of the Dashboard. This will take you to a page that lists the installed plug-ins for your website. The list displays the name of each plug-in with a description of the plug-in to the right. Beneath the plug-in&#8217;s name are links to either <strong>Activate</strong> or <strong>Deactivate</strong> a plug-in. There is also an <strong>Edit</strong> link. DO NOT try to edit a plug-in unless you have some PHP programming skills.<span id="more-152"></span></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Plugins_Installed_SubPanel">Find out more here: http://codex.wordpress.org/Plugins_Installed_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Plugins_Editor_SubPanel">Find out more here: http://codex.wordpress.org/Plugins_Editor_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Plugins_Add_New_SubPanel</a></p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-01.gif" rel="lightbox[152]"><img class="size-full wp-image-231 alignright" style="border: 0pt none; margin: 5px;" title="wordpress plugin update notification" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-01-sm.gif" alt="" width="175" height="48" /></a>One thing with plug-ins that will pop up ALL THE TIME is updates. This can be kind of annoying, especially if the developer of the plug-in updates it quite often. When a plug-in has an available update, a number will appear next to the Plug-ins button, indicating how many plug-ins have available updates. Sometimes the updates include added functionality, but most of the time they are created to fix &#8220;bugs&#8221; detected in the software.</p>
<p>It&#8217;s very easy to update a plug-in. Click on the Plug-ins button. On the plug-in&#8217;s page you&#8217;ll find highlighted sections near the plug-ins that have updates available.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-02.gif" rel="lightbox[152]"><img class="size-full wp-image-232 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress plugin auto update link" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-02-sm.gif" alt="" width="500" height="55" /></a></p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-03.gif" rel="lightbox[152]"><img class="alignright size-full wp-image-233" style="border: 0pt none; margin: 5px;" title="wordpress plugin update process" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-plugin-03-sm.gif" alt="" width="300" height="176" /></a>Click on the &#8220;<strong>upgrade automatically</strong>&#8221; link and you will be taken to a new page while the plug-in downloads and installs the new files to your website.</p>
<p>Wait for the page to display the &#8220;Plug-in reactivated successfully&#8221; message. Then you can either click the &#8220;Return to Plug-ins page&#8221; link to upgrade other plug-ins or you can move on to something else.</p>
<blockquote><p style="color: #ff0000;"><strong><em>NOTE: You may want to ask a web designer for advise before updating WordPress or any plug-ins. There&#8217;s always a chance that an update might not be compatible with other plug-ins or your current version of WordPress.</em></strong></p>
</blockquote>
<blockquote><p><em>The following plug-ins should be installed on your website. These are basic instructions meant to help you understand more about how your website works and not so much for you to begin making major changes to your website. Even though you have the right to make any changes you wish to your own website, you may need the help of an experienced WordPress website designer to handle these more advanced features.</em></p>
</blockquote>
<h2>Akismet</h2>
<p>This is probably the most widely used plug-in for WordPress. Akismet is a spam filter that checks incoming comments from your visitors. When it finds suspected spam comments, it will hold them for you to examine. You may then delete them, ignore them and let Akismet delete them or you may find a legit comment that you wish to allow to be posted on your website. Occasionally Akismet will label a legit comment as spam, but for the most part everything it catches is genuine spam.</p>
<p>A <strong>WordPress API code</strong> is required to install this plug-in. This involves going on to WordPress.com and creating an account with them. If you just want an account and not an actual website (<em>because you&#8217;ve already got one</em>), make sure to click on &#8220;I just want an account&#8221;.</p>
<p>Your website designer should have taken care of this for you.</p>
<p><strong>Settings</strong></p>
<p>Under <strong>Plugins</strong>, on the left side of the Dashboard, you will find the <strong>Akismet Configuration</strong> button. This is where the WordPress API code goes. You can also check the box telling Akismet to delete spam on older posts. This is a personal preference which depends on how you run your website and how busy your website is.</p>
<p>There are other settings related to comments under the Settings – Discussion link.</p>
<p style="text-align: right;"><a href="http://akismet.com/">Find out more here: http://akismet.com/</a></p>
<h2>All in One SEO Pack</h2>
<p>SEO, which stands for <strong>Search Engine Optimization</strong>, is a very important part of any website. Some companies spend thousands of dollars a year on SEO in order to show up at the top of the page of the most commonly used search engines. Luckily WordPress has been developed to be very search engine friendly. With the help of the All in One SEO Pack, it is very easy to keep your website optimized.</p>
<p>It doesn&#8217;t have to cost thousands of dollars to achieve the best results, but it does require key knowledge of how search engines work and a lot of your time. This section will go over the All in One SEO Pack plug-in. For the &#8220;key knowledge&#8221; I&#8217;m referring to, see the section in this manual on SEO.</p>
<p><strong>Settings</strong></p>
<p>The settings can be found under Settings – All in One SEO.</p>
<p>First, make sure the plug-in is &#8220;enabled&#8221;. The next three boxes are to add a Title, Description, and Keywords to your website&#8217;s home page. This information will only be added to the corresponding Meta Tags within the page code of your home page.</p>
<p>The plug-in provides the ability to adjust the Title tags of many of the dynamic WordPress pages such as the Archive or Category pages.</p>
<p><strong>Using the All in One SEO in your posts/pages</strong></p>
<p>By itself, All in One SEO Pack will automatically generate a Description from your content. It usually takes the first sentence from your page just as Google does if you don&#8217;t have a Description Meta tag. It will also produce Keywords based on your WordPress Tags and Categories if you set it to do so. However, it&#8217;s much more effective and more powerful when you type in your own data for each post or page.</p>
<p>Go into the editing mode of any post or page on your website. Then scroll down to the section labelled All in One SEO Pack. There you&#8217;ll see a form to enter a Title, Description, and Keywords for that particular post or page.</p>
<p>To understand the importance of adding this extra data to each post/page for the sake of SEO, see the section in this manual on SEO.</p>
<p style="text-align: right;"><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">Find out more here: http://wordpress.org/extend/plugins/all-in-one-seo-pack/</a></p>
<h2>WordPress Database Backup</h2>
<p>Once you&#8217;ve posted several articles and amassed a few dozen valuable comments, you don&#8217;t want your data to be lost. This is especially necessary if your web host doesn&#8217;t provide regular backups. The best web hosts should have backup servers for when the first one goes down or gets hacked. But that doesn&#8217;t mean you can&#8217;t take matters into your own hands and backup your own data.</p>
<p><strong>Settings</strong></p>
<p>You&#8217;ll find the settings for this under Tools – Backup.</p>
<p>The size of your backup file and the time it takes to perform a backup will depend on how much data is in your website.</p>
<p>I prefer to download the backup to my computer. Backing it up onto your web host&#8217;s server defeats the purpose of having your own backup. Emailing it to yourself may be difficult once your backup file becomes too large. If your website only has a few pages, then the emailing choice should be fine.</p>
<p>A compressed SQL file is what you will receive because WordPress uses a MySQL database.</p>
<blockquote><p><em>NOTE: This will backup only the textual data from your website&#8217;s database (posts, pages, comments, tags, categories, settings, etc.). It will not backup any images, videos, PDF&#8217;s, audio files, and so forth. Hopefully you already have backups of all that data. It also doesn&#8217;t backup the actual WordPress files or theme files. Hopefully your web designer has those backed up if it wasn&#8217;t provided to you.</em></p>
</blockquote>
<p>With FTP access to your website, you can backup all the WordPress files and your non-database files as mentioned in the above note.</p>
<p>For the most secure backup procedures you should use both the WordPress Database Backup plug-in and an FTP program. This way if anything disastrous happens to your website, you will be able to re-upload all your files from your computer and re-install the database from your compressed SQL file.</p>
<p style="text-align: right;"><a href="http://www.ilfilosofo.com/blog/wp-db-backup">Find out more here: http://www.ilfilosofo.com/blog/wp-db-backup</a></p>
<h2>WP-reCAPTCHA</h2>
<p>WP-reCAPTCHA is the WordPress version of the popular <strong>ReCaptcha</strong> software used to stop spammers from using automated software to create hundreds and thousands of false user accounts and comments on your website.</p>
<p>By now you&#8217;ve undoubtedly come across this plug-in in action on other websites. There are different forms of it and there are some similar programs out there that perform the same function.</p>
<p>It requires the user to prove they&#8217;re human and not some automated program by typing in a series of characters into a field. If you type it in incorrectly, you are given additional chances to try again. This is helpful since it&#8217;s meant to be difficult to read by the automated programs used by spammers.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-recaptcha2.gif" rel="lightbox[152]"><img class="size-full wp-image-235 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress recaptcha function at registration" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-recaptcha2-sm.gif" alt="" width="300" height="311" /></a><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-recaptcha1.gif" rel="lightbox[152]"><img class="size-full wp-image-236 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress recaptcha for comment form" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-recaptcha1-sm.gif" alt="" width="300" height="265" /></a></p>
<p>To install this plug-in you must create a free account at <a href="http://www.recaptcha.net">recaptcha.net</a> where you&#8217;ll be given two special codes to add to your plug-in before it can work.</p>
<p>This should have been handled by your web designer.</p>
<p><strong>Settings</strong></p>
<p>Under Settings – reCaptcha you will find all the settings for this plug-in and the location of the installed reCaptcha codes.</p>
<p>You should have it enabled for comments and the registration form.</p>
<p>You can alter its color to blend better with your website design (<em>only a few choices are provided</em>).</p>
<p>You may also use reCaptcha to hide emails displayed within your comments to prevent your users from being spammed. This is a personal preference. Your visitors may want their email addresses available or maybe you want only registered users to have access to visitor email addresses.</p>
<p style="text-align: right;"><a href="http://wordpress.org/extend/plugins/wp-recaptcha/">Find out more here: http://wordpress.org/extend/plugins/wp-recaptcha/</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 5 &#8211; Design and Layout</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=150</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
Themes
Themes, located under the Appearance button, are a group of files and images that create the look of your website. WordPress comes with a &#8220;Classic&#8221; and &#8220;Default&#8221; theme that are rather bland. Your web designer should have provided you with a more interesting design [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<h2>Themes</h2>
<p>Themes, located under the <strong>Appearance</strong> button, are a group of files and images that create the look of your website. WordPress comes with a &#8220;Classic&#8221; and &#8220;Default&#8221; theme that are rather bland. Your web designer should have provided you with a more interesting design that is unique to your company.</p>
<p>By clicking on a theme&#8217;s thumbnail or the &#8220;activate&#8221; link, you will change your website design. Keep in mind that the theme that was created by your web designer may require features or functions not included in other themes. This could result in errors or missing content.<span id="more-150"></span></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Appearance_Themes_SubPanel">Find out more here: http://codex.wordpress.org/Appearance_Themes_SubPanel</a></p>
<p>If you click the <strong>Editor</strong> link under Appearance, you&#8217;ll see on the right side of the browser the list of files that make up the theme. In the middle of the browser is the actual editing area. This should be left to someone with HTML, CSS and possibly PHP knowledge.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Appearance_Editor_SubPanel">Find out more here: http://codex.wordpress.org/Appearance_Editor_SubPanel</a></p>
<h2><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-widgets-01.gif" rel="lightbox[150]"><img class="alignright size-full wp-image-226" style="border: 0pt none; margin: 5px;" title="wordpress sidebar widgets" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-widgets-01-sm.gif" alt="" width="250" height="540" /></a>Widgets &amp; Themes</h2>
<p>Beneath the Themes button is the <strong>Widgets</strong> button. Widgets are small programs that add additional navigation methods as well as additional			    functions to your website. WordPress comes with many to start off with but you or your web designer might have added more widgets.</p>
<p>Widgets are usually placed in the <strong>Sidebar</strong>. The Sidebar is a designated location in your theme to help keep your widgets organized. Depending			    on your theme, you may actually have multiple Sidebars. Most themes have either one or two Sidebars on either the left side, right side or both			    sides of the website. More sophisticated themes may have Sidebars at the top and bottom of the website.</p>
<p>Whichever way your theme is setup, this system of Widgets and Sidebars was developed to make it easier for you or the designer to move these functions around. It is also easy to activate and deactivate them.</p>
<p>Some examples of Widgets that come with WordPress include: <em>Categories, Archives, Search</em> and <em>Pages</em>.</p>
<p>You can see here on the right how the widgets display in a website&#8217;s Sidebar. <img alt="" /></p>
<p>To select the widgets you want to use, simply drag them from the Available Widgets section into the Sidebar of your choice (<em>if you have more than one</em>).</p>
<p>You can drag them up and down to put them in any order you wish. You  				can drag them out of the Sidebar and back to the <strong>Available Widgets</strong> section to remove them from the Sidebar.</p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-widgets-02.gif" rel="lightbox[150]"><img class="alignleft size-full wp-image-227" style="border: 0pt none; margin: 5px;" title="wordpress widget options" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-widgets-02-sm.gif" alt="" width="200" height="148" /></a>Most widgets come with options or settings. Just click the down arrow at the right end of the widget&#8217;s bar to display any options that may be available. Click the Save button to save any changes you make to the widget. Then click the arrow icon again to close the widget.</p>
<p><img alt="" /></p>
<p>In the old days before widgets, editing any of these simple functions required editing the theme files. Using widgets makes editing more accessible to non-technical users.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel">Find out more here: http://codex.wordpress.org/Appearance_Widgets_SubPanel</a></p>
<h2>Add New Themes</h2>
<p>The ability to add new themes is present under the Appearance button. This feature comes with the same warnings as mentioned in earlier sections. Making changes to your website&#8217;s design may require HTML, CSS, and PHP knowledge. Also, certain features of your existing website design may not be compatible with the new theme you upload or edit.</p>
<p>With that being said, this section allows you to upload or search for new themes and then upload them directly to your website without the need for FTP access.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Appearance_Themes_SubPanel#Adding_New_Themes">Find out more here: http://codex.wordpress.org/Appearance_Themes_SubPanel#Adding_New_Themes</a></p>
<h2>Header Image and Color</h2>
<p>This section is specific to editing the Header&#8217;s colors. This might not be editable if the theme you&#8217;re using doesn&#8217;t use the default Header code. In my case, I create my own Headers and therefore when I click on this button, I don&#8217;t see my Header. I see the default Header that came with WordPress.</p>
<p><em>Note: The Header usually consists of the graphics and possibly the links at the top of the web pages.</em></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Appearance_Header_Image_and_Color_SubPanel">Find out more here: http://codex.wordpress.org/Appearance_Header_Image_and_Color_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 4 &#8211; More About Content</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-content/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-content/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=147</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
Adding Categories
You can add new categories to your website by clicking the &#8220;Add New Category&#8221; in the Categories section of the post editing page or you can click on Categories under Posts on the left hand side of the screen. If you have a [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<h2>Adding Categories</h2>
<p>You can add new categories to your website by clicking the &#8220;<strong>Add New Category</strong>&#8221; in the Categories section of the post editing page or you can click on <strong>Categories</strong> under <strong>Posts</strong> on the left hand side of the screen. If you have a regular blog site, you can create new categories and delete old ones whenever you like. However if your website has a specially designed theme, then the new category may not appear on your website and you may have to ask your web designer to handle the new changes.</p>
<h2>Media</h2>
<p>The <strong>Media</strong> button works similar to the way you insert media into your posts. The big difference here is there is no button to &#8220;Insert into Post&#8221;. Therefore you would only use this method if you&#8217;re looking to upload media files for later use.<span id="more-147"></span></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Media_Library_SubPanel">Find out more here: http://codex.wordpress.org/Media_Library_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Media_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Media_Add_New_SubPanel</a></p>
<h2>Links</h2>
<p>The <strong>Links</strong> page is a place for you to keep a list of web links of your choice. You can edit, delete, or categorize your links. They will be displayed within the Links widget (<em>see the section on <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Widgets</a></em>) unless your website has been modified to display them somewhere else or perhaps not at all.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Links_Edit_SubPanel">Find out more here: http://codex.wordpress.org/Links_Edit_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Links_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Links_Add_New_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Links_Link_Categories_SubPanel">Find out more here: http://codex.wordpress.org/Links_Link_Categories_SubPanel</a></p>
<h2>Pages</h2>
<p>Editing pages is almost exactly like editing posts. The only major difference is that pages cannot be categorized. They can however contain sub-pages. If you have more than one page, you&#8217;ll see a drop-down menu under <strong>Parent</strong> on the right hand side of your browser. Use this drop-down to select which page you wish to assign as the <em>parent</em> of the page you&#8217;re working on.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-pages-01.gif" rel="lightbox[147]"><img class="size-full wp-image-220 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress parent-child page relations" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-pages-01-sm.gif" alt="" width="300" height="85" /></a></p>
<p>If your website requires a different design or layout for each page, you&#8217;ll be able to choose from the available templates with the <strong>Template</strong> drop down button.</p>
<p>You can also control the <strong>Order</strong> in which your pages are listed in the website&#8217;s navigation. Normally WordPress will order them alphabetically. But you can override WordPress by changing the order  number of each page. The larger the number – the higher up the list the page will appear. If you only need one page to appear at the top and don&#8217;t care if the rest are alphabetical, then just change <em>that</em> page&#8217;s order to &#8220;1&#8243; and leave the rest at &#8220;0&#8243;.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Pages_Edit_SubPanel">Find out more here: http://codex.wordpress.org/Pages_Edit_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Pages_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Pages_Add_New_SubPanel</a></p>
<h2>Comments</h2>
<p>This section is where you may review, allow, disallow, edit, or delete your comments. You can also mark them as spam.</p>
<p>If your website is designed to accept visitor comments, then chances are you want a lot of them. However there are people out there that leave inappropriate comments. Those are the ones you may want to delete or at least edit. Comments that don&#8217;t make any sense or are clearly just marketing pitches meant to steal your traffic, should be marked as spam.</p>
<p>Any repeat offenders can even be blacklisted in the Settings section.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Comments_Comments_SubPanel">Find out more here: http://codex.wordpress.org/Comments_Comments_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 3 &#8211; Writing or Editing a Post</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=145</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
To edit a post or page&#8230;
1) Navigate to the post or page you want to edit on your website and click &#8220;Edit This Entry&#8221;.
or
2) Log in to the Admin section, click on Posts (or Pages) and you&#8217;ll see a list of all your posts [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p><strong>To edit a post or page&#8230;</strong></p>
<p>1) Navigate to the post or page you want to edit on your website and click &#8220;Edit This Entry&#8221;.</p>
<p><em>or</em></p>
<p>2) Log in to the Admin section, click on Posts (or Pages) and you&#8217;ll see a list of all your posts (or pages). Hover over the one you&#8217;re looking for and you&#8217;ll see additional links appear beneath it. Click on the &#8220;edit&#8221; link.</p>
<p><strong><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-02.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-200" style="border: 0pt none; margin: 5px;" title="wordpress add new post and page" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-02-sm1.gif" alt="" width="109" height="222" /></a>To create a new post or page</strong>, click the &#8220;Log in&#8221; link (or the &#8220;Site Admin&#8221; link if you&#8217;re already logged in). From the WordPress Dashboard, click on the &#8220;<strong>Add New</strong>&#8221; link under Posts or Pages.</p>
<p>At the top of the new page is the <strong>Title</strong> box for the title of your post. The title of your post is also used as the Title Meta Tag which shows up at the top of your browser and in search engines results. So you should take these things into consideration when titling your posts and pages.<span id="more-145"></span></p>
<p><em>* If you have a search engine optimization plug-in installed on your website (like All-in-One SEO), you may be able to change the title to be different for search engines.</em></p>
<p style="text-align: center;"><em><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-01.gif" rel="lightbox[145]"><img class="size-full wp-image-199 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress edit title and permalink" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-01-sm.gif" alt="" width="500" height="89" /></a><br />
 </em></p>
<p>Right beneath the Title box is another section called <strong>Permalink</strong>. This is the search-engine-friendly version of your post&#8217;s (or page&#8217;s) URL. It will usually start with the current year, followed by the  current month, followed by the title you created. It will have hyphens in it. If you click the <strong>Edit</strong> button next to it, you can type in something else. Make sure NOT to use capitals, spaces or special characters (some web servers may not read them properly). Try to keep them somewhat short by deleting small words and use hyphens to separate words.</p>
<h2>Adding Content</h2>
<p>Next is the <strong>Content</strong> box which is where you start typing your text or insert images, etc. You have several buttons to help you customize your text like <em>bold, italicize, bulleted lists, more tag</em>, etc. Hold your mouse over each button to see a helpful description pop-up.</p>
<p>The default state of the Content box is the <strong>Visual</strong> display (<em>shown at the top right of the Content box</em>). This is close to what your text looks like on the web. The <strong>HTML</strong> tab lets you see the actual HTML code that makes up the content. You don&#8217;t always need to go into this view, but sometimes it can be helpful and you only need minimal HTML knowledge.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-03.gif" rel="lightbox[145]"><img class="size-full wp-image-201 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress editing buttons" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-03-sm1.gif" alt="" width="500" height="93" /></a></p>
<p>If you only see one row of buttons, click the last button on the right to reveal a second row of buttons. Depending on how your website was configured you may have more or fewer buttons than what is shown above (<em>If your website has the &#8220;TinyMCE Advanced&#8221; plug-in installed, you will have more buttons</em>). If you&#8217;re looking at your content in HTML mode, you will see a set of labelled buttons rather than the icon buttons shown above.</p>
<p>The most important buttons you&#8217;ll probably need to use are: bold, italicise, bulleted lists, link, and the more tag. <em>What&#8217;s a more tag?</em> The <strong>More Tag</strong> is a piece of code that WordPress recognizes as the point to stop displaying content and add the &#8220;<em>Read More</em>&#8230;&#8221; link. This only takes affect on the home, archive, and category pages (the snippet pages). This code is normally ignored on all other pages so that all the content will be visible.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-04.gif" rel="lightbox[145]"><img class="size-full wp-image-202 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress more tag icon" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-writing-04-sm.gif" alt="" width="400" height="21" /></a>The More Tag appears in the content box like the image above. In HTML view it looks like this: &lt;!&#8211;more&#8211;&gt;</p>
<p><strong>Some things to keep in mind when copying and pasting text or images into the Content box:</strong></p>
<ul>
<li>When pasting text from a program like Microsoft Word, extra code, created by the program, can get added to your content, causing your page to look strange. To avoid this, copy the text from your Word document and paste it into Notepad (<em>TextEdit on MAC</em>). Then copy the text from Notepad and paste it into the Content box. This method strips out the extra code and reduces your text to what is referred to as &#8220;plain text&#8221;.</li>
<li>When pasting content from another website, you may inadvertently take that website&#8217;s formatting code, causing it to look weird on your website. Again using the method described above using Notepad will strip away the extra code and leave you with the plain text.</li>
</ul>
<h2>Adding Links</h2>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-01.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-203" style="border: 0pt none; margin: 5px;" title="wordpress add links" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-01-sm.gif" alt="" width="300" height="213" /></a>Select the text or image that you want to turn into a link and click the <strong>Insert/Edit Link</strong> button (<em>looks like a chain</em>). A pop-up will appear. Insert the full URL of the link (<em>including the http://</em>) into the <strong>Link URL</strong> box. <strong>Target</strong> controls whether or not to have the link open in another browser window. For accessibility reasons you should set this to open in the same window. <strong>Title</strong> is to tell where the link is pointing (another accessibility function). You can ignore <strong>Class</strong>.</p>
<p>You can also link to other posts or pages on your website by grabbing that post&#8217;s/page&#8217;s URL from the browser&#8217;s address bar and pasting it into the Link URL box.</p>
<p>Click <strong>Insert</strong> and your text will be linked. Your image may or may not have a blue border to indicate its linkage.</p>
<h2>Adding Images</h2>
<p>Above the Content box are the <strong>Upload/Insert</strong> buttons. Use these to upload images, videos, PDFs, etc. to your website for adding to your posts and pages. A pop-up window will appear with 3 tabs for uploading: <strong>from your computer</strong>, <strong>from an external link</strong> (<em>someone else&#8217;s website</em>), or your <strong>Media Library</strong> (<em>files that you&#8217;ve already uploaded</em>).</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-04.gif" rel="lightbox[145]"><img class="size-full wp-image-205 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress add media buttons" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-04-sm.gif" alt="" width="400" height="84" /></a></p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-02.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-207" style="border: 0pt none; margin: 5px;" title="wordpress add images" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-02-sm.gif" alt="" width="300" height="330" /></a>Click <strong>Select Files</strong> to access your computer&#8217;s folders. The <strong>Title</strong> of the file is inputted for you but you can edit it as you wish. <strong>Caption</strong> adds a caption beneath your image on your page. <strong>Description</strong> is for your own reference and will not appear on the website. <strong>Link URL</strong> allows you to turn the image into a clickable image. Add the full URL address of the link you want (<em>including the http://</em>). <strong>File URL</strong> will insert the full URL for the full-size version of the image (<em>this is useful if you only use the thumbnail version on your web page and make it clickable to see the full-size version</em>). <strong>Post URL</strong> inserts the WordPress short form address to the image. <strong>None</strong> clears the box.</p>
<p><strong><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-03.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-206" style="border: 0pt none; margin: 5px;" title="wordpress image alignment" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-add-links-03-sm.gif" alt="" width="200" height="161" /></a>Alignment</strong> controls how the text near the image should flow (<em>wrap</em>). <strong>Left</strong> will place the image on the left margin of the content area while the text flows along the right side of the image. <strong>Right</strong> will place the image on the right margin while the text flows around the left side of the image. <strong>Center</strong> will place the image in the middle of the content area while the text is pushed above and below the image. None will not wrap the text around the image at all. Text before and after the image will be spaced away evenly above and below the image, unless you accidentally place it in your text like the example on the previous page.</p>
<p><strong>Size</strong> controls the pixel dimensions of the image. WordPress has an automated feature that creates multiple thumbnails for you to use. Here you can choose to insert either of the smaller versions or the full-size image.</p>
<p>When you&#8217;re finished with all the settings, click &#8220;Insert into Post&#8221; and the popup will close and your image will appear where you had left your cursor. If it is in the wrong place, you can click-and-drag the image to your desired location.</p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-05.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-209" style="border: 0pt none; margin: 5px;" title="wordpress image edit or delete icons" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-05-sm.gif" alt="" width="200" height="163" /></a>You&#8217;ll notice when you click on an image, it becomes selected and two icons appear above it. The one that looks like a small photo is the <strong>Edit Image</strong> button. The other icon is the <strong>Delete Image</strong> button.</p>
<p><strong>Selecting an External Image</strong> by clicking <strong>From URL</strong> when the pop-up first opens, is the same as above except you have to include the full URL address.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-01.gif" rel="lightbox[145]"><img class="size-full wp-image-210 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress image from gallery" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-01-sm1.gif" alt="" width="300" height="112" /></a></p>
<p><strong>Selecting a file from the Gallery or Media Library</strong>. The <strong>Gallery</strong> contains all of the media files that are connected to the current web page you are editing. It will be empty if you&#8217;re working on a new page. The <strong>Media Library</strong> contains ALL of the media files uploaded to your website. To select a file in either of them, click the &#8220;<strong>Show</strong>&#8221; link at the right of it.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-02.gif" rel="lightbox[145]"><img class="size-full wp-image-211 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress image from media library" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-02-sm.gif" alt="" width="300" height="173" /></a></p>
<h2>Edit Images</h2>
<p>To edit an image in your posts or pages, select it and click the photo icon. Alternatively, you can edit media files by going to the <strong>Media</strong> button on the left hand side of the Dashboard and then click the Edit link for the file you&#8217;re looking for (<em>this method has fewer options and doesn&#8217;t allow you to change as much</em>).</p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-03.gif" rel="lightbox[145]"><img class="size-full wp-image-212 alignright" style="border: 0pt none; margin: 5px;" title="wordpress image sizing" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-03-sm.gif" alt="" width="300" height="319" /></a>Assuming you opted for the first method above, a new pop-up window should appear. At the top is a new <strong>Size</strong> tool. This allows you to slightly adjust the size of your images if they&#8217;re not fitting into your content. As you scroll over the percentages on the left, the preview image will change size (<em>keep in mind that this preview IS NOT an accurate representation of your image and text sizes</em>). Click on the percentage of your choice.</p>
<blockquote><p style="color: #ff0000;"><strong>Personally I don&#8217;t like this feature. I believe in getting the image size correct before uploading it. Using this feature might make your images look distorted.</strong></p>
</blockquote>
<p>The rest of the features here are the same as above (<em>see Adding Images</em>). The <strong>Advanced Settings</strong> has a lot more features. <strong>Edit Alternate Text</strong> allows you to use/change an alternate tag in your code without having to use a Caption (<em>like in the previous pop-up</em>). <strong>Size</strong> lets you put in your own pixel dimensions. <strong>Original Size</strong> will return the dimensions back to the image&#8217;s actual size. <strong>CSS Class</strong> is the WordPress styling code. <strong>Styles</strong>, not to confuse you, is to add real CSS style code (<em>requires knowledge of Cascading Style Sheets</em>). <strong>Image Properties</strong> allow you to give your image a <strong>Border</strong> (<em>in pixels</em>) and add <strong>Vertical space</strong> and/or <strong>Horizontal space</strong> (<em>adds spacing, in pixels, to the left and right of the image and/or above and below the image</em>).</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-04.gif" rel="lightbox[145]"><img class="size-full wp-image-213 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress image settings" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-image-04-sm.gif" alt="" width="300" height="319" /></a></p>
<blockquote><p><strong>Alternate Tag</strong>: this is the text that shows up when the image is missing. It is also displayed in special browsers/devises that can&#8217;t show images. Voice-enabled software (<em>like those used by the blind</em>) read this text. Lastly, search engines use this text.</p>
</blockquote>
<p>Under <strong>Advanced Link Settings</strong> you have similar options as above. The only difference is these effect the &#8220;link&#8221; properties of the image. <strong>Title</strong> is necessary for screen-reading software (<em>like those used by the blind</em>). It tells the visitor where the link will take them. <strong>Target</strong> determines whether the link will open in a new window or not.</p>
<h2>Writing/Editing a Post continued&#8230;</h2>
<p>At the bottom of the editing page is a section called <strong>Discussion</strong>. Here you can control whether or not to allow visitors to leave comments per post. By default this will be set to &#8220;allow&#8221; unless you&#8217;ve    disallowed them throughout your website (<em>this can be changed in the Discussion settings</em>). This is convenient if there are certain posts or pages that you don&#8217;t want comments left on but you DO want them on the rest of your posts (<em>and visa versa</em>).</p>
<p>There&#8217;s another section down here called <strong>Post Revisions</strong> that allows you to revert to an older version of your post.</p>
<p>The <strong>Excerpt</strong> box is where you can write a short summary of your post. If your website&#8217;s theme (<em>design code</em>) is setup to use excerpts, then you can use this instead of the More Tag.</p>
<p>You may or may not see other boxes in this area of the page. It depends mostly on which plug-ins have been added to your website.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Posts_Edit_SubPanel">Find out more here: http://codex.wordpress.org/Posts_Edit_SubPanel</a></p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Posts_Add_New_SubPanel">Find out more here: http://codex.wordpress.org/Posts_Add_New_SubPanel</a></p>
<h2>Publishing Content</h2>
<p>To the right of the browser, is the <strong>Publish</strong> section, you can save a <strong>Draft</strong> of your work without publishing it to the website, <strong>Preview</strong> your work before publishing it, or <strong>Publish</strong> your post so it is live on the website for everyone to see.</p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-publish-01.gif" rel="lightbox[145]"><img class="alignright size-full wp-image-214" style="border: 0pt none; margin: 5px;" title="wordpress view post link" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-publish-01-sm.gif" alt="" width="200" height="79" /></a>After updating or publishing a post or page, you will see new text at the top of the page alerting you to the fact that the page has been either updated or published. This is followed by a link to view your changes live.</p>
<p>The <strong>Tags</strong> section is a place where you can add tags to your posts. Tags allow posts from different categories to be associated and linked with one another.</p>
<blockquote><p><em>Ex: let&#8217;s say you have a post under a category named &#8220;Social Skills&#8221; that talks about eating disorders and you have another post under a category named &#8220;How to be a Grown Up&#8221; that talks about eating disorders. By adding the tag &#8220;eating disorders&#8221; to both posts, that tag will appear at the bottom of each post and visitors can click on the tag to see ALL posts related to eating disorders displayed together on what&#8217;s called a Tags Archive page. This is similar to a Month&#8217;s Archive page.</em></p>
</blockquote>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-tags-01.gif" rel="lightbox[145]"><img class="size-full wp-image-215 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress tag links" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-tags-01-sm.gif" alt="" width="320" height="60" /></a>Tags shown at the bottom of a post.</p>
<p>You can add as many tags to a post as you want, but don&#8217;t go overboard. The ultimate idea behind tags, categories, and search boxes is to make it easier for visitors to find what they&#8217;re looking for.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Posts_Tags_SubPanel">Find out more here: http://codex.wordpress.org/Posts_Tags_SubPanel</a></p>
<p>The <strong>Categories</strong> section is to select which category to assign a post to. If you forget this part, your post will go under <em>Uncategorized</em>. You can always go back in and re-assign it by un-checking <em>Uncategorized</em> and checking the category (<em>or categories</em>) that you do want.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Posts_Categories_SubPanel">Find out more here: http://codex.wordpress.org/Posts_Categories_SubPanel</a></p>
<p><strong>Best practices to <em>not confuse</em> your visitors:</strong></p>
<ul>
<li>Don&#8217;t add too many tags to a post (<em>try to keep it under 6</em>)</li>
<li>Don&#8217;t assign a post to multiple categories (<em>try not to go over 2</em>)</li>
<li>Don&#8217;t use too many categories (<em>try to have generic categories and maybe sub-categories if necessary</em>)</li>
</ul>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Guide: part 2 &#8211; The Dashboard</title>
		<link>http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/</link>
		<comments>http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.tenten71.com/blog/?p=143</guid>
		<description><![CDATA[Click here to download the complete 11-part guide in PDF format. (2.5MB)
After you &#8220;login&#8221; you will be brought to what is known as the &#8220;Dashboard&#8221;. This is your backend administration section. It may seem a little overwhelming at first, but it is quite organized and easy to get to grips with compared to other software [...]]]></description>
			<content:encoded><![CDATA[<p style="border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-manual.pdf">Click here to download the complete 11-part guide in PDF format.</a> (2.5MB)</p>
<p>After you &#8220;login&#8221; you will be brought to what is known as the &#8220;Dashboard&#8221;. This is your backend administration section. It may seem a little overwhelming at first, but it is quite organized and easy to get to grips with compared to other software packages.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-01.gif" rel="lightbox[143]"><img class="size-full wp-image-178 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress dashboard" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-01-sm.gif" alt="" width="528" height="70" /></a></p>
<p>Along the top you have a link to the &#8220;frontend&#8221; of your website site at the top left. At the top right you have a drop-down button for quick links to common tasks, your username is displayed, a link to the Turbo tool (<em>not necessary for everyone</em>), and a log out link. For security purposes always log out when you are finished for the day. Someone who has access to your computer could easily access your protected website settings. Also, you don&#8217;t want to leave any open doors for potential hackers.<span id="more-143"></span></p>
<p><strong>Customizing the WordPress Dashboard</strong></p>
<p>Below the &#8220;Log Out&#8221; link at the top right is a button labeled &#8220;<strong>Screen Options</strong>&#8220;. Click this and a row of check boxes appears. Each check box corresponds to a box in the Dashboard. Uncheck any of the boxes you feel that you don&#8217;t need. You can always bring them back at a later time if you wish by checking them off again. Beneath the check boxes is the <strong>Screen Layout</strong> option. This allows you to choose between having a 1, 2, 3 or 4 column layout for your Dashboard page. This seems to only control the layout of this main page, therefore it&#8217;s not very useful. Click the &#8220;Screen Options&#8221; button again to make the options box disappear.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-02.gif" rel="lightbox[143]"><img class="size-full wp-image-179 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress dashboard layout options" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-02-sm.gif" alt="" width="526" height="128" /></a></p>
<p>Another way to organize the WordPress Dashboard is to grab one of the &#8220;boxes&#8221; by its top gray bar and drag it to where you want it. Maybe you&#8217;d rather have the &#8220;QuickPress&#8221; section on the right. Simply click-and-drag its gray header bar over to the right. Your cursor will turn into a crossbar (<em>or a hand for MACs</em>) when you&#8217;re over a header bar. As you drag the box, a dotted line will show up where the box was. Then the other boxes will move out of the way once you drag over them. Then release the mouse button.</p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-03.gif" rel="lightbox[143]"><img class="size-full wp-image-180 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress-dashboard-03-sm" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-03-sm.gif" alt="" width="322" height="56" /></a> <em>Top of the header bar when hovered over</em></p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-04.gif" rel="lightbox[143]"><img class="size-full wp-image-181 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress-dashboard-04-sm" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-04-sm.gif" alt="" width="321" height="54" /></a> <em>Top of the header bar in normal mode</em></p>
<p style="text-align: center;"><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-05.gif" rel="lightbox[143]"><img class="size-full wp-image-183 aligncenter" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="wordpress-dashboard-05-sm" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-05-sm.gif" alt="" width="427" height="139" /></a></p>
<p>If you don&#8217;t wish to move them or delete them, you can move your cursor over to the top right of a header bar where you&#8217;ll see a down arrow appear. Click this button to make the box collapse, making more room for other boxes to fit on your screen.</p>
<p><strong>WordPress Help</strong></p>
<p>Next to the &#8220;Screen Options&#8221; button is a &#8220;<strong>Help</strong>&#8221; button which pulls down some helpful links  to the WordPress website and forum. The WordPress community is growing everyday and chances are good that there are a few people out there with the same problem/question you have. So it is a great resource. There are also a couple of links at the bottom of your Dashboard screen.</p>
<p><strong>Left-side Navigation</strong></p>
<p><a href="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-06.gif" rel="lightbox[143]"><img class="alignright size-full wp-image-184" style="border: 0pt none; margin: 5px;" title="wordpress-dashboard-06-sm" src="http://www.tenten71.com/blog/wp-content/uploads/2010/02/wordpress-dashboard-06-sm.gif" alt="" width="277" height="94" /></a>The buttons on the left hand side of the Dashboard take you to different sections of the Administrative backend of your website. Click on the down arrow at the right of each main link to reveal a drop-down of quick links for each section.</p>
<p><strong>Right Now</strong></p>
<p>Right Now gives you a break down of how many posts, pages, categories, and tags you have in your entire blog. It also tells you how many comments you have as well as how many need to be approved before being published or are pending and how many have been identified as spam.</p>
<p>Click on the &#8220;<strong>Spam</strong>&#8221; link and it will bring up a page that lists all comments that have been flagged as spam. Chances are that most of them are spam but there might be one or two legit comments in there that you might want to save.</p>
<p>Click the &#8220;<strong>Approved</strong>&#8221; link to view the latest comments that are awaiting your approval. Here is where you use your own discretion in deciding whether or not a comment is legit, spam, or just annoying junk that doesn&#8217;t take your website seriously (<em>welcome to the world wide web</em>).</p>
<p>Click &#8220;<strong>Comments</strong>&#8221; to view posted comments. Here is where you can edit a comment if necessary.</p>
<p>At the bottom of this section you&#8217;ll see the name of your Theme (<em>the name of your blog&#8217;s design</em>), the number of widgets you are using, the version of WordPress you are currently running, and a button to change your theme.</p>
<p><strong>Recent Comments &amp; Recent Drafts</strong></p>
<p>These are rather self explanatory. If you have new comments, they will show up under Recent Comments and you can click on them to read or edit or delete them if they&#8217;re spam. If you have drafts of posts you haven&#8217;t published yet, they will be listed under Recent Drafts.</p>
<p><strong>QuickPress</strong></p>
<p>QuickPress is a quick way to add a new post. I don&#8217;t find this feature very useful because it lacks the ability to choose which <em>category</em> the post will appear in. Unless you have a plug-in to fix this, all your posts will wind up in a default category (usually the <em>Uncategorized</em> category unless you change this in Settings).</p>
<p><strong>Incoming Links</strong></p>
<p>This is useful for search engine optimization. It lets you know if another blog is linking to your site.</p>
<p><strong>Plug-ins, WordPress Development Blog, and Other WordPress News</strong></p>
<p>These are more geared towards bloggers who handle their own plug-ins and web development. Since I&#8217;m targeting this manual towards the less techy bloggers, I&#8217;m skipping over these.</p>
<p style="text-align: right;"><a href="http://codex.wordpress.org/Dashboard_SubPanel">Find out more here: http://codex.wordpress.org/Dashboard_SubPanel</a></p>
<table border="0" cellspacing="0" cellpadding="10" align="center">
<tbody>
<tr>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-introduction/">Part 1: Introduction</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/">Part 2: The Dashboard</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-writing-editing/">Part 3: Writing or Editing a Post</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-content/">Part 4: More About Content</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-design-layout/">Part 5: Design &amp; Layout</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-plugins/">Part 6: Plug-ins</a></td>
<td valign="top"><a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-authors-users/">Part 7: Authors &amp; Users</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-tools/">Part 8: Tools</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-settings/">Part 9: Settings</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-seo-basics/">Part 10: SEO Basics</a><br />
 <a href="http://www.tenten71.com/blog/2010/02/wordpress-guide-html-basics/">Part 11: HTML Basics</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tenten71.com/blog/2010/02/wordpress-guide-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
