<?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>Just the FAQs Blog &#187; WordPress</title>
	<atom:link href="http://justthefaqs.net/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://justthefaqs.net/blog</link>
	<description>Online Marketing Resources for Non-Geeks</description>
	<lastBuildDate>Thu, 20 May 2010 21:31:34 +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>Properly Align Images in your WordPress RSS Feed</title>
		<link>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/</link>
		<comments>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:11:13 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=229</guid>
		<description><![CDATA[Properly align images in your WordPress RSS Feed]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-119" href="http://justthefaqs.net/blog/2009/12/06/the-3-parts-of-rss-feeds/rsstexttinybutton/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-119" title="RSStexttinybutton" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/RSStexttinybutton.jpg" alt="" width="80" height="30" /></a>When was the last time you read your own blog’s RSS feed in a reader? Do you even subscribe to your feed? You might want to check what the folks who follow you are seeing.</p>
<p>In the most recent versions of WordPress, the code that aligns images with text in your blog posts has changed. While your posts look fine on your blog, they probably loose their formatting when being sent out on your RSS feed. It’s very likely that the image sits in its own paragraph, isolated from the associated text, which usually appears below the image instead of beside it.</p>
<p>There is a workaround for this problem. It’s not exactly a kosher fix, but it does resolve the problem for most feeds. A WordPress plugin has been designed by Janis Elsts called <a href="http://w-shadow.com/blog/2008/12/31/aligning-images-in-rss-feeds/ " target="_blank">Align RSS Images</a>.</p>
<p>It scans your RSS feed and ensures that every image has the correct alignment and margin settings. Basically, it appends the WordPress generated code with HTML elements that most all readers can use without error.</p>
<p>So, get the plugin and make your feed look as good as your post. Your followers will be delighted.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2010%2F01%2F20%2Fproperly-align-images-in-your-wordpress-rss-feed%2F&amp;linkname=Properly%20Align%20Images%20in%20your%20WordPress%20RSS%20Feed"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Blog Link Tricks in WordPress</title>
		<link>http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/</link>
		<comments>http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 14:00:42 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=217</guid>
		<description><![CDATA[Advanced Blog Link Tricks in WordPress]]></description>
			<content:encoded><![CDATA[<p>There are two ways to create a link in your WordPress post. One way takes folks away from your site. The other, more advanced way, ensures your site remains visible to your reader.</p>
<p><a rel="attachment wp-att-218" href="http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/visualhtml/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-218" title="VisualHTML" src="http://justthefaqs.net/blog/wp-content/uploads/2010/01/VisualHTML.jpg" alt="" width="111" height="30" /></a>Both the post and page editors allow you to enter content by using either the Visual mode or HTML mode. Using the HTML view mode only allows you to create a simple link. This is also the case when you use Quick Edit or make updates via your phone.</p>
<p>Using the Visual view mode allows you to select from advanced settings, and that’s what we’ll cover here.</p>
<p><a rel="attachment wp-att-219" href="http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/wplink/"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-219" title="WPlink" src="http://justthefaqs.net/blog/wp-content/uploads/2010/01/WPlink-300x215.jpg" alt="" width="300" height="215" /></a>Once you highlight a word or phrase in your post and click the link icon, the window shown to the right appears.</p>
<p>The first line is for the URL of the link. This is the only information you can enter while in the HTML viewing mode.</p>
<p>The <span style="color: #000080;"><strong>Target</strong></span> option is the key to keeping your site available to your readers when they click on the link.</p>
<p><a rel="attachment wp-att-220" href="http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/wplink2/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-220" title="WPlink2" src="http://justthefaqs.net/blog/wp-content/uploads/2010/01/WPlink2.jpg" alt="" width="263" height="97" /></a>When you click the drop-down arrow you will be given two choices of what happens when the viewer clicks the link (shown right).</p>
<p>The first option is for the link to open in the same window. This is the default when no target is set. What this means is that when a viewer clicks on the link, the page they are currently viewing will be replaced by the linked page.</p>
<p>That may be fine if you are redirecting viewers to another page on your site. But, if the link goes to a related site, you’ll want to choose the option for opening the link in a new window. Most browsers now support multiple windows open. Using this option means that your site will remain available to the viewer without them having to click their browser’s Back button to s<a rel="attachment wp-att-221" href="http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/wplink3/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-221" title="WPlink3" src="http://justthefaqs.net/blog/wp-content/uploads/2010/01/WPlink3.jpg" alt="" width="171" height="118" /></a>ee it again.</p>
<p>You can also give your link a <span style="color: #000080;"><strong>Title</strong></span>, which helps with SEO, or Search Engine Optimization.</p>
<p>The <span style="color: #000080;"><strong>Class </strong></span>option allows you to further format the link by choosing where it will be aligned on the page, adding a caption, link to a remote Gallery of pictures, or embed rich text media such as a video. The last two options are available on WordPress versions 2.9 and above.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2010%2F01%2F07%2Fadvanced-blog-link-tricks-in-wordpress%2F&amp;linkname=Advanced%20Blog%20Link%20Tricks%20in%20WordPress"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2010/01/07/advanced-blog-link-tricks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleanly Copy Word Docs to Your Blog</title>
		<link>http://justthefaqs.net/blog/2010/01/05/cleanly-copy-word-docs-to-your-blog/</link>
		<comments>http://justthefaqs.net/blog/2010/01/05/cleanly-copy-word-docs-to-your-blog/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:00:55 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=211</guid>
		<description><![CDATA[Easily strip the formatting of a Word document when you copy it to your blog.]]></description>
			<content:encoded><![CDATA[<p>If you use Word to write your drafts, you’ve probably encountered formatting issues when copying them to your blog or other online posting outlets. Here’s a trick that will strip all of Word’s internal formatting and produce clean copy on your post.</p>
<p>Behind the text you see while creating a Word document is a set of code that contains all of the formatting information to correctly display that text. Many times when you copy and paste from Word to an online posting source, that formatting gets carried along with it. At that point, you have two choices. You can either manually remove all the Word formatting, or start the habit of saving all of your Word documents as plain .txt files.</p>
<p><span style="color: #000080;"><strong>There’s an easier way.</strong></span></p>
<p>All blog platforms give you a text editor with two ways to enter the information.</p>
<ul>
<li>In Blogger, the two views are Edit HTML and Compose.</li>
<li>In WordPress, they are Visual and HTML.</li>
</ul>
<p>Pasting the contents from Word to the HTML view strips it of all formatting leaving you with a clean copy. You can simply return to the Compose or Visual mode to easily re-create any special formatting, such as words in bold or colored text or links.</p>
<p>One of the other tricks I’ve found helpful is to include the full URL of a link in the Word draft. That way, it will be easily available after pasting in my blog editor. It will usually look something like this:</p>
<p>Visit Just the FAQs (<a href="http://www.JustTheFAQs.net">http://www.JustTheFAQs.net</a>) for more helpful resources on blogs and websites. Be aware that on WordPress, entering a link in the HTML mode has less options than in Visual mode. Look for another blog post on that soon.</p>
<p>Using the HTML mode for copying lets you save your drafts as a Word document without having to create a second plain text version or manually having to remove extraneous formatting.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<p><strong>Related articles</strong><br />
<a href="http://bit.ly/UWY1n" target="_blank">Jazz Up Your Page with Simple HTML</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2010%2F01%2F05%2Fcleanly-copy-word-docs-to-your-blog%2F&amp;linkname=Cleanly%20Copy%20Word%20Docs%20to%20Your%20Blog"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2010/01/05/cleanly-copy-word-docs-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2 Places to Edit Pages on WordPress</title>
		<link>http://justthefaqs.net/blog/2009/12/12/the-2-places-to-edit-pages-on-wordpress/</link>
		<comments>http://justthefaqs.net/blog/2009/12/12/the-2-places-to-edit-pages-on-wordpress/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 14:00:26 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[Pages]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=180</guid>
		<description><![CDATA[The 2 Places to Edit Pages on WordPress]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-125" title="editpages" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/editpages.jpg" alt="editpages" width="162" height="39" />There are two different page editing pages on WordPress that are often confused with one another. One is the Edit Pages page where you can view a list of pages that are on your site.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-126" title="editpage" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/editpage.jpg" alt="editpage" width="152" height="38" />Clicking the title of any of the pages in the list will redirect you to the Edit Page page that displays a full text editor and the contents of the page.</p>
<p>The key to remembering which one is which is the “s” at the end. The Edit Pages page is plural, indicating that it shows many pages. The Edit Page page is singular, indicating that it shows only one page for editing.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F12%2Fthe-2-places-to-edit-pages-on-wordpress%2F&amp;linkname=The%202%20Places%20to%20Edit%20Pages%20on%20WordPress"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/12/the-2-places-to-edit-pages-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2 Edit Post Pages on WordPress</title>
		<link>http://justthefaqs.net/blog/2009/12/08/the-2-edit-post-pages-on-wordpress/</link>
		<comments>http://justthefaqs.net/blog/2009/12/08/the-2-edit-post-pages-on-wordpress/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:00:53 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=173</guid>
		<description><![CDATA[There are two different post editing pages on WordPress that are often confused with one another. One is the Edit Posts page where you can view a list of posts that are published, scheduled to be posted at a future time, and saved drafts.
Clicking the title of any of the posts in the list will [...]]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-120" title="EditPosts" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/EditPosts.jpg" alt="EditPosts" width="154" height="37" />There are two different post editing pages on WordPress that are often confused with one another. One is the Edit Posts page where you can view a list of posts that are published, scheduled to be posted at a future time, and saved drafts.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-121" title="EditPost" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/EditPost.jpg" alt="EditPost" width="142" height="37" />Clicking the title of any of the posts in the list will redirect you to the Edit Post page that displays a full text editor and the contents of the post.</p>
<p>The key to remembering which one is which is the “s” at the end. The Edit Posts page is plural, indicating that it shows many posts. The Edit Post page is singular, indicating that it shows only one post for editing.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F08%2Fthe-2-edit-post-pages-on-wordpress%2F&amp;linkname=The%202%20Edit%20Post%20Pages%20on%20WordPress"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/08/the-2-edit-post-pages-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the Most from Your Blog on JTF Podcast Today</title>
		<link>http://justthefaqs.net/blog/2009/12/03/get-the-most-from-your-blog-on-jtf-podcast-today/</link>
		<comments>http://justthefaqs.net/blog/2009/12/03/get-the-most-from-your-blog-on-jtf-podcast-today/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:01:29 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Online Promotion]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[online marketing]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=159</guid>
		<description><![CDATA[Get the Most from Your Blog on JTF Podcast Today]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-160" title="DanaLynnSmith" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/DanaLynnSmith.jpg" alt="DanaLynnSmith" width="128" height="170" />There&#8217;s a reason marketing expert, Dana Lynn Smith is a regular guest on Just the FAQs Podcast. She delivers top-notch books and advice with real-world guidance, tips, and strategies for successful online promotion. Our topic for today&#8217;s podcast is <strong>How to Create a New Blog or Upgrade and Revitalize Your Existing Blog</strong>.</p>
<p>We&#8217;ll talk about why blogging is such an important promotional tool and how to do it effectively. We&#8217;ll also discuss choosing the right blogging platform and domain name, what to blog about, how to use blogging as a social marketing tool, how to increase your readership, and more.</p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>This podcast will also include a link to a special resource page<br />
with freebies and goodies mentioned during the show!</strong></span></p>
<p style="text-align: left;"><span style="color: #ff0000;"><span style="color: #333333;"> </span><span style="color: #333333;">If you&#8217;re an author, artist, musician, wanting to share your passion with the world, or an entrepreneur or small business owner wanting to increase your Web presence, this is the show for you! </span></span></p>
<p style="text-align: center;"><span style="color: #ff0000;"><span style="color: #333333;">Visit <a title="Just the FAQs Podcast" href="http://www.justthefaqs.net/podcast.shtml" target="_blank">Just the FAQs Podcast</a> for links to the show.</span></span></p>
<p style="text-align: left;"><span style="color: #ff0000;"><span style="color: #333333;">Want to let your friends know about this show? Click the Share button below to post it to Twitter and Facebook.<br />
</span></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F03%2Fget-the-most-from-your-blog-on-jtf-podcast-today%2F&amp;linkname=Get%20the%20Most%20from%20Your%20Blog%20on%20JTF%20Podcast%20Today"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/03/get-the-most-from-your-blog-on-jtf-podcast-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Help on WordPress Forums</title>
		<link>http://justthefaqs.net/blog/2009/12/02/getting-help-on-wordpress-forums/</link>
		<comments>http://justthefaqs.net/blog/2009/12/02/getting-help-on-wordpress-forums/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:00:15 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=146</guid>
		<description><![CDATA[http://justthefaqs.net/blog/2009/11/28/getting-help-o…rdpress-forums/]]></description>
			<content:encoded><![CDATA[<p>If you use WordPress.org for very long, you’re bound to have a question about some aspect of using it. Fortunately, help is only a click away. WordPress maintains an excellent forum where users help users. It’s likely you can quickly find the answer to your question there.</p>
<p>You even have a handy link to take you directly to the forum. Across the bottom of the Dashboard page is another navigation and information bar.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-114" title="bottomnavbarleft" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/bottomnavbarleft.jpg" alt="bottomnavbarleft" width="389" height="23" /></p>
<p>The left side of the bar contains three links, which are:</p>
<ul>
<li> WordPress &#8211; Redirects you to the main WordPress.org site.</li>
<li> Documentation &#8211; Redirects you to the Codex page on WordPress.org.</li>
<li> Feedback – Redirects you to the Forum page on WordPress.org.</li>
</ul>
<p>The right side of the bottom bar displays the current version of software you are using.</p>
<p>Just click the Feedback link and you will land on the Forum home page. Instead of looking through the entire list to find the topic that interests you, look in the top right corner of the page. You’ll find a search field. </p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/SearchWPorg.jpg" alt="SearchWPorg" title="SearchWPorg" width="194" height="26" class="alignleft size-full wp-image-115" /></p>
<p>Type in your search word or phrase and click Go. You’ll be redirected to a page showing all of the forum posts on that topic. There will be another search field on the left side of the page where you can refine your search and choose which sections of the WordPress forum to search.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F02%2Fgetting-help-on-wordpress-forums%2F&amp;linkname=Getting%20Help%20on%20WordPress%20Forums"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/02/getting-help-on-wordpress-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quick Way to Find the Latest WordPress News</title>
		<link>http://justthefaqs.net/blog/2009/11/19/a-quick-way-to-find-the-latest-wordpress-news/</link>
		<comments>http://justthefaqs.net/blog/2009/11/19/a-quick-way-to-find-the-latest-wordpress-news/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:14:08 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=90</guid>
		<description><![CDATA[Get the latest news from WordPress right on your Dashboard page.]]></description>
			<content:encoded><![CDATA[<p>If you use WordPress, you&#8217;ll want to know about new features and options right away. The best part is, you don&#8217;t have to go digging through forums or blog sites to find it. The most up-to-date info is already on your site.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-91" title="otherwpnews" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/otherwpnews.jpg" alt="otherwpnews" width="188" height="29" /></p>
<p>The Other WordPress News module on the Dashboard page displays news and information from the Planet.WordPress.org site. It’s the quickest and easiest way to get the latest news about what’s happening on WordPress.</p>
<p>If you don’t see the Other WordPress News module on your Dashboard page,<img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="size-full wp-image-92 alignright" title="ScreenOptionsHelp" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/ScreenOptionsHelp.jpg" alt="ScreenOptionsHelp" width="160" height="24" /> click the Screen Options tab that is in the top right of the page, just below the black bar links. Check the box next to the module name and it will now display on your Dashboard page.</p>
<p>You can collapse the module so it doesn’t take up much room on your page by hovering your mouse over the title bar. That causes a down arrow to appear in the right corner. Clicking the arrow minimizes the module.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F11%2F19%2Fa-quick-way-to-find-the-latest-wordpress-news%2F&amp;linkname=A%20Quick%20Way%20to%20Find%20the%20Latest%20WordPress%20News"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/11/19/a-quick-way-to-find-the-latest-wordpress-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See Who’s Linking to Your WordPress Posts</title>
		<link>http://justthefaqs.net/blog/2009/11/15/see-who%e2%80%99s-linking-to-your-wordpress-posts/</link>
		<comments>http://justthefaqs.net/blog/2009/11/15/see-who%e2%80%99s-linking-to-your-wordpress-posts/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 05:00:23 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=65</guid>
		<description><![CDATA[See who's linking to your WordPress posts.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-53" title="wplogo" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/wplogo.jpg" alt="wplogo" width="80" height="80" />There’s a handy module on your Dashboard page that displays other sites that have linked to your post. It’s the Incoming Links module. It’s a great way to see who is helping spread the word for you and what types of sites are interested in your posts.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-66" title="IncomingLinks" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/IncomingLinks.jpg" alt="IncomingLinks" width="400" height="69" /></p>
<p>Hovering your mouse over the title bar results in two actions. A down arrow appears in the right corner. Clicking the arrow minimizes the module. A Configure link also appears on hover. Clicking it allows you to choose the URL that provides this information. By default it is set to a blog search feed from Google. You can choose other search feeds, but it’s likely that Google will offer you the best results.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F11%2F15%2Fsee-who%25e2%2580%2599s-linking-to-your-wordpress-posts%2F&amp;linkname=See%20Who%E2%80%99s%20Linking%20to%20Your%20WordPress%20Posts"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/11/15/see-who%e2%80%99s-linking-to-your-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Limitations of WordPress.com</title>
		<link>http://justthefaqs.net/blog/2009/11/13/the-limitations-of-wordpress-com/</link>
		<comments>http://justthefaqs.net/blog/2009/11/13/the-limitations-of-wordpress-com/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 05:00:33 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=58</guid>
		<description><![CDATA[Learn the limitations of WordPress.com]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-53" title="wplogo" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/wplogo.jpg" alt="wplogo" width="80" height="80" />WordPress (WP) comes in two flavors, which are the .com and the .org version. The thing they have in common is that they run on the same software engine. Otherwise, they are only about 65% the same.</p>
<p>WP.com is a free blogging platform hosted by the creators of the software. It has several limitations and restrictions, which are:</p>
<p>- No ads. You can’t monetize the site in any way meaning that you cannot sell your product or offer affiliate links to other products. The Terms of Service on WP.com about this are very fuzzy, which leaves users confused about the policy. Some users have decided to take a chance and run ads or place purchase buttons on their site. By doing so they run the risk of having their site permanently removed at the sole discretion of the host.</p>
<p>- Permanent deletion. Once a site is deleted, whether by the host or the user, the site/user name can never be reused. So, if you create a WP.com blog using your name, if you ever delete it, you cannot use your name as the site name again.</p>
<p>- No third-party plugins. WP.com offers several useful plugins, which are small applications that offer additional features to your site. Many of them cause information to appear in your sidebar such as a blogroll or a list of archived posts. A few of them are site management tools, such as stat counters and spam filters. Although there are thousands of WP plugins available, you can only use the ones provided by WP.com. Third-party plugins can only be used on WP.org sites.</p>
<p>- Space limitations. WP.com offers 3GB of storage space for free. If you want more space, you’ll need to purchase it. For the most part, blog posts are small text files that don’t take up much space. However, media files such as graphics, as well as video and audio clips are large files and require more space. One way bloggers have gotten around this space limitation while still displaying the media is to simply link to the files stored on other hosts, such as YouTube and Flickr.</p>
<p>WP.com is a great blogging platform for personal use. However, if you are running a business or promoting your own wares, using the WP.org platform would likely suit your needs better. The software is still free to download, but it will be hosted with the service provider of your choice without any of the restrictions listed above.</p>
<p><a href="http://bit.ly/vpCyA">Get more information on the difference in blogging platforms</a>.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F11%2F13%2Fthe-limitations-of-wordpress-com%2F&amp;linkname=The%20Limitations%20of%20WordPress.com"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/11/13/the-limitations-of-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
