<?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>Linkedin China Web Hosting in China</title>
	<atom:link href="http://www.linkedinchina.cn/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.linkedinchina.cn/wordpress</link>
	<description>Hosting for Blog WordPress, CMS, Forums, SNS.</description>
	<lastBuildDate>Mon, 14 Dec 2009 06:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Featured articles -methods</title>
		<link>http://www.linkedinchina.cn/wordpress/?p=5</link>
		<comments>http://www.linkedinchina.cn/wordpress/?p=5#comments</comments>
		<pubDate>Mon, 14 Dec 2009 05:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extend]]></category>
		<category><![CDATA[featured articles]]></category>
		<category><![CDATA[methods]]></category>

		<guid isPermaLink="false">http://www.linkedinchina.cn/wordpress/?p=5</guid>
		<description><![CDATA[10 Techniques To Display Featured Articles in WordPress Blog
From: wpwebhost.com

Today I researched a few integration options that I thought woul
d interest other bloggers. One thing that I found that many bloggers are interested in integrating into their site is the Featured Article option.
Featured Article gives your site a professional appearance, and once you have created [...]]]></description>
			<content:encoded><![CDATA[<h2>10 Techniques To Display Featured Articles in WordPress Blog</h2>
<p>From: wpwebhost.com</p>
<div>
<p>Today I researched a few integration options that I thought woul</p>
<p>d interest other bloggers. One thing that I found that many bloggers are interested in integrating into their site is the Featured Article option.</p>
<p>Featured Article gives your site a professional appearance, and once you have created 3 or 4 posts under this area you will see the benefits of it.</p>
<p>Today I will introduce a few ideas on how to set up the featured article option and what plugins that should be used.</p>
<p> </p>
<h2>1. Simple Sticky Post in WordPress (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.freethemelayouts.com');" href="http://www.freethemelayouts.com/blog/index.php?wptheme=avada" target="_blank">Demo</a>)</h2>
<p>Simple sticky post is the simplest way to display featured articles in your blog. Typical way for the new bloggers, yet it is easy, simple and effective.</p>
<p>With this method, you can show (simple image, post title and post excerpt) from the selected category. Example as below.</p>
<p style="text-align: left;"><img title="www_freethemelayouts_com_blog" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_freethemelayouts_com_blog.jpg" alt="www_freethemelayouts_com_blog" width="480" height="200" /></p>
<p>So how can we display this simple sticky post in our theme?</p>
<p>Follow these simple steps:</p>
<ol>
<li style="padding-bottom: 20px;">To show featured post only in the home page, you can use the code below.</li>
<div id="highlighter_163706">
<div>
<div><a style="width: 16px; height: 16px;" title="view source" href="http://www.linkedinchina.cn/wordpress/wp-admin/#viewSource">view source</a></div>
<div><object id="highlighter_163706_clipboard" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="16" height="16" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="Movie" value="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" /><param name="Src" value="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" /><param name="WMode" value="Transparent" /><param name="Play" value="0" /><param name="Loop" value="-1" /><param name="Quality" value="High" /><param name="Menu" value="0" /><param name="AllowScriptAccess" value="always" /><param name="Scale" value="ShowAll" /><param name="DeviceFont" value="0" /><param name="EmbedMovie" value="0" /><param name="SeamlessTabbing" value="1" /><param name="Profile" value="0" /><param name="ProfilePort" value="0" /><param name="AllowNetworking" value="all" /><param name="AllowFullScreen" value="false" /><embed id="highlighter_163706_clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowfullscreen="false" allownetworking="all" profileport="0" profile="0" seamlesstabbing="1" embedmovie="0" devicefont="0" scale="ShowAll" allowscriptaccess="always" menu="0" quality="High" loop="-1" play="0" wmode="Transparent" movie="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" _cy="423" _cx="423"></embed></object></div>
<p><a style="width: 16px; height: 16px;" title="print" href="http://www.linkedinchina.cn/wordpress/wp-admin/#printSource">print</a><a style="width: 16px; height: 16px;" title="?" href="http://www.linkedinchina.cn/wordpress/wp-admin/#about">?</a></div>
<div>
<div><code>1.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php if(is_home() !is_paged()): ?&gt; </code></span></span></div>
<div><code>2.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php // Featured posts go here. </code></span></span></div>
<div><code>3.</code><span><span style="margin-left: 0px !important;"><code>include (TEMPLATEPATH . </code><code>"/featured.php"</code><code>); ?&gt; </code></span></span></div>
<div><code>4.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php endif;?&gt;</code></span></span></div>
</div>
</div>
<li style="padding-bottom: 20px;">Adding the new template where we can call the feature post from. Simply add the new template to your wordpress directory under the name ( featured.php ). This file will contain the featured post elements (Numbers, Category, Style, etc..).</li>
<li style="padding-bottom: 20px;">To add the code that shows the featured post content (featured post image – featured post title – excerpt – and the featured category). Look at the example code below.</li>
<div id="highlighter_233077">
<div>
<div><a style="width: 16px; height: 16px;" title="view source" href="http://www.linkedinchina.cn/wordpress/wp-admin/#viewSource">view source</a></div>
<div><object id="highlighter_233077_clipboard" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="16" height="16" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="Movie" value="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" /><param name="Src" value="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" /><param name="WMode" value="Transparent" /><param name="Play" value="0" /><param name="Loop" value="-1" /><param name="Quality" value="High" /><param name="Menu" value="0" /><param name="AllowScriptAccess" value="always" /><param name="Scale" value="ShowAll" /><param name="DeviceFont" value="0" /><param name="EmbedMovie" value="0" /><param name="SeamlessTabbing" value="1" /><param name="Profile" value="0" /><param name="ProfilePort" value="0" /><param name="AllowNetworking" value="all" /><param name="AllowFullScreen" value="false" /><embed id="highlighter_233077_clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowfullscreen="false" allownetworking="all" profileport="0" profile="0" seamlesstabbing="1" embedmovie="0" devicefont="0" scale="ShowAll" allowscriptaccess="always" menu="0" quality="High" loop="-1" play="0" wmode="Transparent" movie="http://wpwebhost.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" _cy="423" _cx="423"></embed></object></div>
<p><a style="width: 16px; height: 16px;" title="print" href="http://www.linkedinchina.cn/wordpress/wp-admin/#printSource">print</a><a style="width: 16px; height: 16px;" title="?" href="http://www.linkedinchina.cn/wordpress/wp-admin/#about">?</a></div>
<div>
<div><code>01.</code><span><code>    </code><span style="margin-left: 28px !important;"><code>&lt;!-- start Featured --&gt; </code></span></span></div>
<div><code>02.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php query_posts(</code><code>"showposts=1&amp;cat=6"</code><code>); ?&gt; </code></span></span></div>
<div><code>03.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php while (have_posts()) : the_post(); ?&gt; </code></span></span></div>
<div><code>04.</code><span><span style="margin-left: 0px !important;"><code>&lt;div id=</code><code>"featured"</code><code>&gt; </code></span></span></div>
<div><code>05.</code><span><span style="margin-left: 0px !important;"><code>&lt;div id=</code><code>"featured2"</code><code>&gt; </code></span></span></div>
<div><code>06.</code><span><span style="margin-left: 0px !important;"><code>&lt;div id=</code><code>"featurediv"</code><code>&gt; </code></span></span></div>
<div><code>07.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"epic"</code><code>&gt; </code></span></span></div>
<div><code>08.</code><span><span style="margin-left: 0px !important;"><code>&lt;a href=</code><code>"&lt;?php the_permalink() ?&gt;"</code> <code>rel=</code><code>"bookmark"</code> <code>title=</code><code>"Continue reading &lt;?php the_title(); ?&gt;"</code><code>&gt;&lt;img src=</code><code>"&lt;?php $values = get_post_custom_values("</code><code>Thumbnail</code><code>"); echo $values[0]; ?&gt;"</code> <code>alt=</code><code>"Continue reading &lt;?php the_title(); ?&gt;"</code> <code>/&gt;&lt;/a&gt; </code></span></span></div>
<div><code>09.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>10.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"etext"</code><code>&gt; </code></span></span></div>
<div><code>11.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"ehead"</code><code>&gt; </code></span></span></div>
<div><code>12.</code><span><span style="margin-left: 0px !important;"><code>&lt;h</code><code>2</code><code>&gt;&lt;a href=</code><code>"&lt;?php the_permalink() ?&gt;"</code> <code>rel=</code><code>"bookmark"</code> <code>title=</code><code>"Continue reading &lt;?php the_title(); ?&gt;"</code><code>&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h</code><code>2</code><code>&gt; </code></span></span></div>
<div><code>13.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"entryinfo"</code><code>&gt;&lt;?php edit_post_link(</code><code>'Edit'</code><code>, </code><code>''</code><code>, </code><code>' |'</code><code>); ?&gt; Posted by &lt;strong&gt;&lt;?php the_author(); ?&gt;&lt;/strong&gt; on &lt;?php the_time(</code><code>'d M Y'</code><code>); ?&gt; under &lt;?php the_category(</code><code>', '</code><code>) ?&gt; | &lt;?php comments_popup_link(</code><code>'0 Comments'</code><code>, </code><code>'1 Comment'</code><code>, </code><code>'% Comments'</code><code>); ?&gt; </code></span></span></div>
<div><code>14.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>15.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>16.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"post"</code><code>&gt; </code></span></span></div>
<div><code>17.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php the_excerpt(); ?&gt; </code></span></span></div>
<div><code>18.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>19.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>20.</code><span><span style="margin-left: 0px !important;"><code>&lt;div class=</code><code>"clearer"</code><code>&gt;&lt;/div&gt; </code></span></span></div>
<div><code>21.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>22.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>23.</code><span><span style="margin-left: 0px !important;"><code>&lt;/div&gt; </code></span></span></div>
<div><code>24.</code><span><span style="margin-left: 0px !important;"><code>&lt;?php endwhile; ?&gt;&lt;!-- end Featured --&gt;</code></span></span></div>
</div>
</div>
<li style="padding-bottom: 20px;">You can change the number of sticky posts or featured posts from the code above, Also you can select the category where you can call posts from.</li>
</ol>
<p>I would consider this the simplest way to show Featured article in Wordpress blog.</p>
<p> </p>
<h2>2. Featured Content Gallery (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.featuredcontentgallery.com');" href="http://www.featuredcontentgallery.com/" target="_blank">Demo</a> – <a onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');" href="http://wordpress.org/extend/plugins/featured-content-gallery/" target="_blank">Download</a>)</h2>
<p style="text-align: center;"><strong><img title="www_featuredcontentgallery_com" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_featuredcontentgallery_com.jpg" alt="www_featuredcontentgallery_com" width="480" height="200" /><br />
</strong></p>
<p>Featured Content Gallery is the first plugin released for displaying sliding feature article in your wordpress blog. It creates an automated sliding gallery with latest featured articles added to your site. It is based on one sliding gallery with two arrows in the sides that allows visitors to rotate between different featured posts.</p>
<p>Finally, A very powerful back-end for user to change the option of the sliding gallery (width, height, color, etc.).</p>
<p><strong>Features:</strong></p>
<ul>
<li>Single category only supported.</li>
<li>Height, Width and Text Overlay values can be configured.</li>
<li>Can be displayed on the Wordpress Blog by using one line php statement.</li>
</ul>
<p> </p>
<h2>3. D13Slideshow (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');" href="http://wordpress.org/extend/plugins/d13slideshow/" target="_blank">Download</a>)</h2>
<p style="text-align: left;"><strong><img title="d13slideshow" src="http://wpwebhost.com/wp-content/uploads/2009/12/d13slideshow.jpg" alt="d13slideshow" width="480" height="200" /><br />
</strong></p>
<p>D13Slideshow plugin is another wordpress plugin to display featured posts in your blog. It creates an animated slide-show of maximum of 10 posts.</p>
<p>By inserting the code into your wordpress template you will be able to display the featured articles in a tasteful manner by using customized settings from the powerful admin backend that is offered. This plugin is different from other plugins in using the prototype and scriptaculous JavaScript libraries.</p>
<p><strong>Features:</strong></p>
<ul>
<li>The ability to select posts by drop-down or text entry.</li>
<li>Improved HTML and CSS.</li>
<li>Improved support for Internet Explorer.</li>
</ul>
<p> </p>
<h2>4. J Post Slider (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.serie3.info');" href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">Demo</a> – <a onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');" href="http://wordpress.org/extend/plugins/j-post-slider/" target="_blank">Download</a>)</h2>
<h4><img title="serie3_info" src="http://wpwebhost.com/wp-content/uploads/2009/12/serie3_info.jpg" alt="serie3_info" width="480" height="200" /></h4>
<p>J- post- slider plugin designed to show feature post in fancy appearance in j-qurey box. Sliding images with Excerpted text to overlay it in many different positions, Mouse-over stop the animation.</p>
<p>A powerful back-end where you can change the slider setting, colors, opacity, rotating time etc.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Choosing Number of featured articles.</li>
<li>Post order ( latest , random , Oldest ).</li>
<li>Images for animation box.</li>
<li>Rotating time and speed.</li>
<li>Post excerpt.</li>
<li>Select the featured category.</li>
</ul>
<p> </p>
<h2>5. Featured articles plugin for Wordpress (With Moo Tools) (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.php-help.ro');" href="http://www.php-help.ro/" target="_blank">Demo</a> – <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.php-help.ro');" href="http://www.php-help.ro/downloads/Featured+articles+-+Wordpress+2.7.1+plugin" target="_blank">Download</a>)<a title="Featured articles plugin for Wordpress with Moo Tools" rel="bookmark" href="http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/" target="_blank"><br />
</a></h2>
<p><strong><img title="www_php-help_ro" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_php-help_ro.jpg" alt="www_php-help_ro" width="480" height="200" /><br />
</strong></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.php-help.ro');" href="http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/" target="_blank">Featured Article Plugin With Moo tools</a> is designed to give wordpress special appearance with sliding-show and navigation between featured articles.</p>
<p>This plugin is different from the others as it contains dot like navigation where you can select specific post instead of clicking next and previous.</p>
<p>It features a powerful Admin back-end where you can control the following;</p>
<ol>
<li>Number of featured articles to display.</li>
<li>The order in which they will appear.</li>
<li>The plugin Always calls the first image from the Featured post if there.</li>
</ol>
<p><strong>Features:</strong></p>
<ul>
<li>Add Featured Post Section Title.</li>
<li>Limit the number of character For description.</li>
<li>Featured Articles Number To display.</li>
<li>The display order (Random, New, old).</li>
<li>Thumbs Display.</li>
</ul>
<p> </p>
<h2>6. Wordpress Featured Content Slideshow (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.iwebix.de');" href="http://www.iwebix.de/" target="_blank">Demo</a> – <a onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');" href="http://wordpress.org/extend/plugins/wp-content-slideshow/" target="_blank">Download</a>)</h2>
<h4><img title="www_iwebix_de" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_iwebix_de.jpg" alt="www_iwebix_de" width="480" height="200" /></h4>
<p>I consider this plugin to be one of the best wordpress plugins to use for displaying featured article in your blog. It shows up to five featured posts in very awesome slide-show appearance (You can see the Demo Link Above).</p>
<p>On the left side of the slide-show it displays an image for every post while on the right side, there are all the titles (and a small description under the title) of the Posts.</p>
<p>The slide-show highlights the active post and repeats automatically after getting to the 5th-Post.</p>
<p>You have a strong administration area to adjust the category,the number of posts, the width and height, and colors.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Titles and small description for every featured post.</li>
<li>Navigation possibilities (when hitting a Title the Image appears).</li>
<li>An image for every different featured post.</li>
<li>A powerful administration back-end for posts and styles of the slide-show.</li>
<li>Java-script effects.</li>
</ul>
<p> </p>
<h2>7. Featured Content Slider For Wordpress (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.iwebix.de');" href="http://www.iwebix.de/featured-content-slider/" target="_blank">Demo</a> – <a onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');" href="http://wordpress.org/extend/plugins/wp-featured-content-slider/installation/" target="_blank">Download</a>)</h2>
<p style="text-align: left;"><img title="www_iwebix_de_featured-content-slider" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_iwebix_de_featured-content-slider.jpg" alt="www_iwebix_de_featured-content-slider" width="480" height="200" /><br />
<strong> </strong></p>
<p>Wp Featured Content Slider Similar to simple featured post as previously explained above. However, it has a nice java-script slide-show/slider for wordpress. It can be integrated anywhere on your Blog/Website.</p>
<p>Based on calling specific post (excerpts) from the selected category, adding post image thumbs beside it in a way that looks very nice.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Featured Posts with (excerpts).</li>
<li>A nice Image next to the Text (Selected Via Custom Field).</li>
<li>An Administration Setting for Category and Post Items.</li>
<li>A Java script / css Effect when sliding to another Post.</li>
<li>Arrows for navigating through the Posts.</li>
</ul>
<p> </p>
<h2>8. Featured Content Slider Using (jQuery)</h2>
<p style="text-align: left;"><strong><img title="FeaturedContentSliderjQuery" src="http://wpwebhost.com/wp-content/uploads/2009/12/FeaturedContentSliderjQuery.jpg" alt="FeaturedContentSliderjQuery" width="480" height="250" /><br />
</strong></p>
<p>This tutorial will show you how to add sexy featured content slide-show to your wordpress site using <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jqueryui.com');" href="http://www.jqueryui.com/" target="_blank">jQuery UI</a> library.</p>
<p><strong><a onclick="javascript:pageTracker._trackPageview('/outbound/article/webdeveloperplus.com');" href="http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/" target="_blank">Click here for tutorial</a></strong></p>
<p> </p>
<h2>9. Slick Auto-Playing Featured Content Slider</h2>
<p style="text-align: left;"><strong><img title="fc-preview" src="http://wpwebhost.com/wp-content/uploads/2009/12/fc-preview.jpg" alt="fc-preview" width="480" height="385" /><br />
</strong></p>
<p>Based on Coda slider Jquery Plugin. Simple Easy and beautiful.</p>
<p><strong><a onclick="javascript:pageTracker._trackPageview('/outbound/article/css-tricks.com');" href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank">Click here for tutorial</a></strong></p>
<p> </p>
<h2>10. Easy Image with Content Slider (<a onclick="javascript:pageTracker._trackPageview('/outbound/article/cssglobe.com');" href="http://cssglobe.com/lab/easyslider/01.html" target="_blank">Demo</a>)</h2>
<p><img title="EasySliderjQuery" src="http://wpwebhost.com/wp-content/uploads/2009/12/EasySliderjQuery1.jpg" alt="EasySliderjQuery" width="480" height="239" /></p>
<p>Easy image with content slider enables images to slide with nice appearance based one JavaScript and css.</p>
<p>This tutorial will show you how to add easy image slider to your wordpress blog with simple instructions .</p>
<p><strong><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cssglobe.com');" href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider" target="_blank">Click here for tutorial</a></strong></p>
<p> </p>
<h2>Some awesome example websites with featured articles layout for your inspiration:</h2>
<p>WParchive.com</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wparchive.com');" href="http://wparchive.com/"><img title="wparchive_com" src="http://wpwebhost.com/wp-content/uploads/2009/12/wparchive_com.jpg" alt="wparchive_com" width="480" height="200" /></a></p>
<p> </p>
<p>WpElites.com</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/wpelites.com');" href="http://wpelites.com/"><img title="wpelites_com" src="http://wpwebhost.com/wp-content/uploads/2009/12/wpelites_com.jpg" alt="wpelites_com" width="480" height="200" /></a></p>
<p> </p>
<p>NaldzGraphics.net</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/naldzgraphics.net');" href="http://naldzgraphics.net/"><img title="naldzgraphics_net" src="http://wpwebhost.com/wp-content/uploads/2009/12/naldzgraphics_net.jpg" alt="naldzgraphics_net" width="480" height="200" /></a></p>
<p> </p>
<p>CSSJockey.net</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cssjockey.com');" href="http://www.cssjockey.com/"><img title="www_cssjockey_com" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_cssjockey_com.jpg" alt="www_cssjockey_com" width="469" height="200" /></a></p>
<p> </p>
<p>Glow theme from Elegant themes</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.elegantthemes.com');" href="http://www.elegantthemes.com/preview/Glow/"><img title="www_elegantthemes_com_preview_Glow" src="http://wpwebhost.com/wp-content/uploads/2009/12/www_elegantthemes_com_preview_Glow.jpg" alt="www_elegantthemes_com_preview_Glow" width="480" height="200" /></a></p>
<p> </p>
<p>Web2Today.com</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/web2today.com');" href="http://web2today.com/"><img title="web2today_com" src="http://wpwebhost.com/wp-content/uploads/2009/12/web2today_com.jpg" alt="web2today_com" width="480" height="200" /></a></p>
<div style="padding-bottom: 0px !important; margin: 20px 0px 0px; padding-left: 10px !important; padding-right: 0px !important; display: block !important; height: 29px; clear: both !important; padding-top: 25px !important;">
<ul><a title="Tweet This!" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twitter.com');" rel="external nofollow" href="http://www.twitter.com/home?status=RT+@wpwebhost:+10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog+-+http://ri.ms/pi9f" target="_blank">Tweet This!</a> <a title="Share this on del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" rel="external nofollow" href="http://del.icio.us/post?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on del.icio.us</a> <a title="Digg this!" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" rel="external nofollow" href="http://digg.com/submit?phase=2&amp;url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Digg this!</a> <a title="Share this on Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');" rel="external nofollow" href="http://reddit.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on Reddit</a> <a title="Stumble upon something good? Share it on StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');" rel="external nofollow" href="http://www.stumbleupon.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Stumble upon something good? Share it on StumbleUpon</a> <a title="Email this to a friend?" rel="external nofollow" href="mailto:?&amp;subject=10%20Techniques%20To%20Display%20Featured%20Articles%20in%20WordPress%20Blog&amp;body=Today%20I%20researched%20a%20few%20integration%20options%20that%20I%20thought%20would%20interest%20other%20bloggers.%20One%20thing%20that%20I%20found%20that%20many%20bloggers%20are%20interested%20in%20integrating%20into%20their%20site%20is%20the%20Featured%20Article%20option.%0D%0A%0D%0AFeatured%20Article%20gives%20your%20site%20a%20professional%20appearance%2C%20and%20once%20you%20have%20created%20 - http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/" target="_blank">Email this to a friend?</a> <a title="Share this on Facebook" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" rel="external nofollow" href="http://www.facebook.com/share.php?u=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;t=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on Facebook</a> <a title="Share this on Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" rel="external nofollow" href="http://technorati.com/faves?add=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/" target="_blank">Share this on Technorati</a> <a title="Share this on Mixx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mixx.com');" rel="external nofollow" href="http://www.mixx.com/submit?page_url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on Mixx</a> <a title="Post this to MySpace" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.myspace.com');" rel="external nofollow" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;t=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Post this to MySpace</a> <a title="Submit this to DesignFloat" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.designfloat.com');" rel="external nofollow" href="http://www.designfloat.com/submit.php?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Submit this to DesignFloat</a> <a title="Subscribe to the comments for this post?" rel="external nofollow" href="http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/feed" target="_blank">Subscribe to the comments for this post?</a> <a title="Post this on Diigo" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.diigo.com');" rel="external nofollow" href="http://www.diigo.com/post?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog&amp;desc=Today%20I%20researched%20a%20few%20integration%20options%20that%20I%20thought%20would%20interest%20other%20bloggers.%20One%20thing%20that%20I%20found%20that%20many%20bloggers%20are%20interested%20in%20integrating%20into%20their%20site%20is%20the%20Featured%20Article%20option.%0D%0A%0D%0AFeatured%20Article%20gives%20your%20site%20a%20professional%20appearance%2C%20and%20once%20you%20have%20created%20" target="_blank">Post this on Diigo</a> <a title="Buzz up!" onclick="javascript:pageTracker._trackPageview('/outbound/article/buzz.yahoo.com');" rel="external nofollow" href="http://buzz.yahoo.com/submit/?submitUrl=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;submitHeadline=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog&amp;submitSummary=Today%20I%20researched%20a%20few%20integration%20options%20that%20I%20thought%20would%20interest%20other%20bloggers.%20One%20thing%20that%20I%20found%20that%20many%20bloggers%20are%20interested%20in%20integrating%20into%20their%20site%20is%20the%20Featured%20Article%20option.%0D%0A%0D%0AFeatured%20Article%20gives%20your%20site%20a%20professional%20appearance%2C%20and%20once%20you%20have%20created%20&amp;submitCategory=science&amp;submitAssetType=text" target="_blank">Buzz up!</a> <a title="Share this on Linkedin" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linkedin.com');" rel="external nofollow" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog&amp;summary=Today%20I%20researched%20a%20few%20integration%20options%20that%20I%20thought%20would%20interest%20other%20bloggers.%20One%20thing%20that%20I%20found%20that%20many%20bloggers%20are%20interested%20in%20integrating%20into%20their%20site%20is%20the%20Featured%20Article%20option.%0D%0A%0D%0AFeatured%20Article%20gives%20your%20site%20a%20professional%20appearance%2C%20and%20once%20you%20have%20created%20&amp;source=WPWebHost" target="_blank">Share this on Linkedin</a> <a title="Seed this on Newsvine" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.newsvine.com');" rel="external nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;h=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Seed this on Newsvine</a> <a title="Share this on Devmarks" onclick="javascript:pageTracker._trackPageview('/outbound/article/devmarks.com');" rel="external nofollow" href="http://devmarks.com/index.php?posttext=Today%20I%20researched%20a%20few%20integration%20options%20that%20I%20thought%20would%20interest%20other%20bloggers.%20One%20thing%20that%20I%20found%20that%20many%20bloggers%20are%20interested%20in%20integrating%20into%20their%20site%20is%20the%20Featured%20Article%20option.%0D%0A%0D%0AFeatured%20Article%20gives%20your%20site%20a%20professional%20appearance%2C%20and%20once%20you%20have%20created%20&amp;posturl=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;posttitle=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on Devmarks</a> <a title="Add this to Google Bookmarks" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" rel="external nofollow" href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Add this to Google Bookmarks</a> <a title="Add this to Mister Wong" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mister-wong.com');" rel="external nofollow" href="http://www.mister-wong.com/addurl/?bm_url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;bm_description=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog&amp;plugin=sexybookmarks" target="_blank">Add this to Mister Wong</a> <a title="Submit this to Script &amp; Style" onclick="javascript:pageTracker._trackPageview('/outbound/article/scriptandstyle.com');" rel="external nofollow" href="http://scriptandstyle.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Submit this to Script &amp; Style</a> <a title="Add this to Izeby" onclick="javascript:pageTracker._trackPageview('/outbound/article/izeby.com');" rel="external nofollow" href="http://izeby.com/add_story.php?story_url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/" target="_blank">Add this to Izeby</a> <a title="Share this on Tumblr" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tumblr.com');" rel="external nofollow" href="http://www.tumblr.com/share?v=3&amp;u=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;t=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog&amp;s=" target="_blank">Share this on Tumblr</a> <a title="Share this on Tipd" onclick="javascript:pageTracker._trackPageview('/outbound/article/tipd.com');" rel="external nofollow" href="http://tipd.com/submit.php?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/" target="_blank">Share this on Tipd</a> <a title="Share this on Blinklist" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blinklist.com');" rel="external nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;Title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on Blinklist</a> <a title="Share this on PFBuzz" onclick="javascript:pageTracker._trackPageview('/outbound/article/pfbuzz.com');" rel="external nofollow" href="http://pfbuzz.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10+Techniques+To+Display+Featured+Articles+in+WordPress+Blog" target="_blank">Share this on PFBuzz</a></ul>
</div>
<p>Tags: <a rel="tag" href="http://wpwebhost.com/tag/featured-articles/">Featured Articles</a>, <a rel="tag" href="http://wpwebhost.com/tag/plugin/">plugin</a></p>
<div id="authorbox"><img src="http://www.gravatar.com/avatar/cdf5ad0baf2be3ff66da555fda590218?s=80&amp;d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&amp;r=G" alt="" width="80" height="80" /></div>
<div>
<h4>Posted by: <a title="Posts by Ahmed" href="http://wpwebhost.com/author/ahmed/">Ahmed</a></h4>
<p>Hey , I&#8217;m Ahmed 21 years old , studying medicine and Egyptian :-p I&#8217;m in love with wordpress . Finally I&#8217;m Founder of wparchive.com</p></div>
</div>
<p>Never miss a thing again. Subscribe to us via <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2343945&amp;loc=en_US">Email</a> or <a href="http://wpwebhost.com/feed/">RSS Feed</a> now. <a href="http://twitter.com/wpwebhost">We tweet</a> too!</p>
<div><span>Similar Posts</span></div>
<div><span>Share</span></div>
<ul>
<li><a title="Digg this story" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10 Techniques To Display Featured Articles in WordPress Blog">Digg</a></li>
<li><a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10 Techniques To Display Featured Articles in WordPress Blog">Stumble it!</a></li>
<li><a rel="nofollow" href="http://reddit.com/submit?url=http://wpwebhost.com/10-techniques-to-display-featured-articles-in-wordpress-blog/&amp;title=10 Techniques To Display Featured Articles in WordPress Blog">Reddit</a></li>
</ul>
<li><a title="30 Techniques To Create An Effective Blog" rel="nofollow" href="http://wpwebhost.com/30-techniques-to-create-an-effective-blog/">30 Techniques To Create An Effective Blog</a></li>
<li><a title="25 Traffic And Blog Promotion Tricks" rel="nofollow" href="http://wpwebhost.com/25-traffic-and-blog-promotion-tricks/">25 Traffic And Blog Promotion Tricks</a></li>
<li><a title="8 Ways to Integrate WordPress and Twitter" rel="nofollow" href="http://wpwebhost.com/8-ways-to-integrate-wordpress-and-twitter/">8 Ways to Integrate WordPress and Twitter</a></li>
<div><span>Posted on</span> <span>December 10th, 2009</span></div>
<div><span>Comments 8</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.linkedinchina.cn/wordpress/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LinkedinChina Web hosting of WordPress in China</title>
		<link>http://www.linkedinchina.cn/wordpress/?p=1</link>
		<comments>http://www.linkedinchina.cn/wordpress/?p=1#comments</comments>
		<pubDate>Wed, 09 Dec 2009 07:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linkedinchina hosting of WordPress in China]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linkedinchina]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.linkedinchina.cn/wordpress/?p=1</guid>
		<description><![CDATA[Welcome to Linkedin China. You have chance to start blogging here  free of charge.
But most of you will have very reasonable price for a blog  here in China.
You will have your own domain name and space for your WordPress with price of 120RMB to 560RMB a year or minimum of 2 USD  a month up [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to Linkedin China. You have chance to start blogging here  free of charge.</p>
<p>But most of you will have very reasonable price for a blog  here in China.</p>
<p>You will have your own domain name and space for your WordPress with price of 120RMB to 560RMB a year or minimum of 2 USD  a month up to 10 USD.</p>
<p>We have 2 server  for WordPress with better hosting environment.</p>
<p>Please feel free to contact us if you have any question.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linkedinchina.cn/wordpress/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
