





<?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>WP Archive &#187; featured post gallery</title>
	<atom:link href="http://wparchive.com/tag/featured-post-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://wparchive.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 05:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Arthemia Free</title>
		<link>http://wparchive.com/arthemia-free/</link>
		<comments>http://wparchive.com/arthemia-free/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 01:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[adsense ready]]></category>
		<category><![CDATA[advertising blocks]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[email subscription]]></category>
		<category><![CDATA[featured post gallery]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[free wordpress theme]]></category>
		<category><![CDATA[right sidebar]]></category>
		<category><![CDATA[seo friendly]]></category>
		<category><![CDATA[valid css]]></category>
		<category><![CDATA[valid xhtml]]></category>
		<category><![CDATA[Widget Ready]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wparchive.com/?p=103</guid>
		<description><![CDATA[A Drop-down Menu? Exactly. A drop-down menu is now becoming a standard navigational tool. Many Linoluna users said that a drop-down menu is quite a must-have thing in a website. Well, I am giving you what you want. It is a black elegant drop-down menu with a nice blue background when you move your mouse [...]]]></description>
			<content:encoded><![CDATA[<p>A Drop-down Menu?</p>
<p>Exactly. A drop-down menu is now becoming a standard navigational tool. Many Linoluna users said that a drop-down menu is quite a must-have thing in a website. Well, I am giving you what you want. It is a black elegant drop-down menu with a nice blue background when you move your mouse to hover it.<br />
Automatic Image Resizer?</p>
<p>Yup! Arthemia uses a PHP Script to automatically resize the thumbnail image. Fabulous, huh? Just upload any image using WordPress image uploader, and the thumbnail is there. Thanks to Darren Hoyt for the awesome release. There is a folder called &#8216;scripts&#8217; which contains the PHP image resizer scipt, timthumb.php. Inside the folder, there is another folder called &#8216;cache&#8217;. You have to make this folder writable by changing the folder attributes to 777 using any FTP clients or SSH access.</p>
<p><strong>What plugins should I have?</strong></p>
<p>For the best functionality, you should have the plugin WP-PostView, WP-PostRating, WP-Print, WP-Email installed. Those plugins are from LesterChan.net.</p>
<p><strong>WordPress version? Browser compatibility?</strong></p>
<p>Arthemia is build to support WordPress 2.5. A gravatar support has been included. Anyway, if you want to use the theme in WP 2.3, you have to remove the gravatar code in comments.php. The theme has been tested in several browsers such as Firefox 2, IE 7, Safari 3, and Opera 9, and even IE 6. By the way, dropdown menu and link hovering don?t work in IE6. Everything is working like a charm.</p>
<p><strong>Great, how to install this thing?</strong></p>
<p>It is very easy; just as simple as this 3-step installation:</p>
<p>1. Download and extract the zip file.<br />
2. Upload the theme file to your server at /wp-content/themes/ folder.<br />
3. Activate the theme. (Admin Panel -&gt; Presentation -&gt; Themes)</p>
<p>That&#8217;s it. After that you can go with the configuration.</p>
<p><strong>I&#8217;m done. Any configuration I should do?</strong></p>
<p>Apparently YES. Arthemia is not really a plug-and-play theme. But believe me, this is not as difficult as it seems.</p>
<p>1. The theme is widget-ready. By default, the navigation is divided into three sections: the top navigation bar, the right sidebar, and the footer. Everything in the sidebar and footer may be customized easily through WP Admin Panel. The links in the top navigation bar should be edited manually using any text-editor of your favorite. I prefer Notepad. The top navigation bar can be customized by editing the header.php file.</p>
<p>2. To use Arthemia, you need to have a category named &#8216;Headline&#8217; and &#8216;Featured&#8217;. Posts in those two categories will be shown in the headline and featured section of the front page.</p>
<p>3. To show the category bar in the front page properly, you have to put the correct category IDs to this line in the index.php file:<br />
foreach ($display_categories as $category) { ?&gt;<br />
Notice that 5, 6, 7, 8, and 11 are the IDs of the category to be shown in the category bar.</p>
<p>4. To show the post list in the front page properly, you have to put the correct excluded category IDs to this line in the index.php file:<br />
query_posts(&#8220;cat=-9,-15&amp;paged=$page&amp;posts_per_page=2&#8243;); ?&gt;<br />
Notice that 9 and 15 are the IDs for the category: Headline and Featured. That will make no duplication shown in the front page. posts_per_page=2 means there are 2 posts listed per page. The navigation links are shown after the last listed post. You can change that to Lester-Chan?s WP-Pagenavi if you like.</p>
<p>5. Thumbnails across the theme are configured using the Custom Fields. And images can be easily uploaded with WP Add Media feature. You should add a custom field called &#8216;Image&#8217; in every post and put the image filename and folder within the custom field value. For example, custom field name: Image; custom field value: wp-content/uploads/2008/04/pool.jpg. How about the different image sizes for each thumbnails? Well, no worry for that because Arthemia has its own image resizer. Just upload one big-sized image and everything is under control.</p>
]]></content:encoded>
			<wfw:commentRss>http://wparchive.com/arthemia-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wptube Theme</title>
		<link>http://wparchive.com/wptube-video-wordpress-theme/</link>
		<comments>http://wparchive.com/wptube-video-wordpress-theme/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 23:15:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[advertising blocks]]></category>
		<category><![CDATA[email subscription]]></category>
		<category><![CDATA[featured post gallery]]></category>
		<category><![CDATA[right sidebar]]></category>
		<category><![CDATA[seo friendly]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[valid css]]></category>
		<category><![CDATA[valid xhtml]]></category>
		<category><![CDATA[Widget Ready]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://wparchive.com/?p=26</guid>
		<description><![CDATA[WP-Tube Premium is a multimedia-rich video blog theme. Incorporating some of the best wordpress plugins made it possible to develop a youtube-like theme that can be installed without hassle. After you have installed this theme you will be able to post videos from big video hosting sites like: Youtube, Google-Videos, Dailymotion, Metacafe, Myspace, Flickr, Vimeo [...]]]></description>
			<content:encoded><![CDATA[<p>WP-Tube <a href="http://wparchive.com/category/premium-wordpress-themes/" class="kblinker" target="_blank" title="More about Premium &raquo;">Premium</a> is a multimedia-rich video blog theme. Incorporating some of the best wordpress plugins made it possible to develop a youtube-like theme that can be installed without hassle. After you have installed this theme you will be able to post videos from big video hosting sites like: Youtube, Google-Videos, Dailymotion, Metacafe, Myspace, Flickr, Vimeo in the fastest and easiest way.<br />
<strong>This theme is fully XHTML 1.0 Transitional and WordPress 2.7.1 ready.</strong></p>
<h3>Features of this theme</h3>
<p>Some of the features that you will find in this theme:</p>
<li> Favorite posts ( videos ) list in users menu.</li>
<li> Integrated Home Button into theme</li>
<li> Related posts by category</li>
<li> Auto grab image thumbnails for videos</li>
<li> Tabs panel in siedebar</li>
<li> Tag cloud flash with cumulus plugin</li>
<li> Ad Sense ready header.</li>
<li> Custom 404 page with ( your ) Google ads.</li>
<li> Search results with ( your ) Google ads.</li>
<li> Sitemap page &#8211; template included.</li>
<li> Categories in columns page &#8211;  template included</li>
<li> Video Rating plugin included.</li>
<li> Video Views plugin included.</li>
]]></content:encoded>
			<wfw:commentRss>http://wparchive.com/wptube-video-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malawak Magazine</title>
		<link>http://wparchive.com/malawak-magazine/</link>
		<comments>http://wparchive.com/malawak-magazine/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 06:24:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[adsense ready]]></category>
		<category><![CDATA[advertising blocks]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[corporate design]]></category>
		<category><![CDATA[email subscription]]></category>
		<category><![CDATA[featured post gallery]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[free wordpress theme]]></category>
		<category><![CDATA[options page]]></category>
		<category><![CDATA[right sidebar]]></category>
		<category><![CDATA[seo friendly]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[valid css]]></category>
		<category><![CDATA[valid xhtml]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wparchive.com/?p=19</guid>
		<description><![CDATA[Malawak is a premium quality WordPress theme tested on the latest WordPres version with a Featured Post Gallery, Feedburner Email Subscription, Twitter Account integration, Popular Posts, Tabbed Sidebar, Automatic Thumbnail Resizer, Adsense ready with advertising blocks easily customize via an Option Page. Theme features: Featured Post Gallery Option Page for Easy Customization Feedburner Email Subscriber [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Malawak</strong> is a <a href="http://wparchive.com/category/premium-wordpress-themes/" class="kblinker" target="_blank" title="More about Premium &raquo;">premium</a> quality <a href="http://wparchive.com/category/free-wordpress-themes/" class="kblinker" target="_blank" title="More about wordpress Theme &raquo;">WordPress theme</a> tested on the latest WordPres version with a Featured Post <a href="http://wparchive.com/category/free-gallery-wordpress-themes/" class="kblinker" target="_blank" title="More about gallery &raquo;">Gallery</a>, Feedburner Email Subscription, Twitter Account integration, Popular Posts, Tabbed Sidebar, Automatic Thumbnail Resizer, Adsense ready with advertising blocks easily customize via an Option Page.</p>
<p><strong>Theme features:</strong></p>
<ul>
<li> Featured Post Gallery</li>
<li> Option Page for Easy Customization</li>
<li> Feedburner Email Subscriber</li>
<li> Twitter Account Integration</li>
<li> Popular Posts</li>
<li> Tabbed Sidebar</li>
<li> Automatic Thumbnail Resizer</li>
<li> Adsense Ready</li>
<li> Advertisement Blocks Ready</li>
<li> Gravatar Enabled</li>
<li> PSD file included</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wparchive.com/malawak-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

