<?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>发现网络 &#187; wordpress</title>
	<atom:link href="http://www.refindweb.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.refindweb.com</link>
	<description>发现网络价值 推广网络应用 网络改变生活</description>
	<lastBuildDate>Wed, 14 Apr 2010 07:13:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>教程：轻松为你的博客添加slideshow</title>
		<link>http://www.refindweb.com/2008/08/add-slideshow-for-your-blog.html</link>
		<comments>http://www.refindweb.com/2008/08/add-slideshow-for-your-blog.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://www.refindweb.com/?p=221</guid>
		<description><![CDATA[想为自己的博客也添加一个向本站首页上的一样的slideshow展示模块吗？ <a href="http://www.refindweb.com/2008/08/add-slideshow-for-your-blog.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>想为自己的博客也添加一个向本站首页上的一样的slideshow展示模块吗？其实很简单，只需几步就可以轻松搞定。翻译一篇教程，我就是按照这个教程制作的。</p>
<p>原文链接：<a href="http://www.catswhocode.com/blog/featured/how-to-integrate-a-slideshow-in-your-wordpress-theme-120" target="_blank">How to : Integrate a slideshow in your wordpress theme</a></p>
<div id="attachment_219" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image00211.jpg"><img class="size-medium wp-image-219" title="clip-image00211" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image00211-300x125.jpg" alt="slideshow" width="300" height="125" /></a><p class="wp-caption-text">slideshow</p></div>
<p>你可以在本站首页上看到slideshow的实际效果。</p>
<p><strong>需要什么？</strong></p>
<p>在开始之前我们需要先下载 <a href="http://smoothgallery.jondesign.net/files/SmoothGallery-2.0.zip">SmoothGallery 2.0</a></p>
<p><strong>第一步，将所需文件放到合适的地方。</strong></p>
<p>解压下载到的smoothgallery</p>
<p>将解压得到的css文件夹复制到wordpress目录wp-content/themes/your_theme_name</p>
<p>将scripts文件夹复制到wp-content/themes/your_theme_name</p>
<p>一旦我们完成这一步，我们就有了在博客上运行SmoothGallery的所需效果代码文件</p>
<p>第二步：在博客主模板代码的Header部分添加CSS和script文件的连接，以便在博客页面进行调用</p>
<p>将以下几行代码添加到主模板代码的Header部分</p>
<blockquote><p>&lt;!&#8211;Css SmoothGallery&#8211;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/css/jd.gallery.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221;/&gt;<br />
&lt;!&#8211;JS Mootools&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/scripts/mootools.v1.11.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211;JS SmoothGallery&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/scripts/jd.gallery.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p>当这一步完成时，你就已经可以在博客主题中使用SmoothGallery了</p>
<p>第三步：在你的主题目录中新建一个文件<strong>gallery.php，这个文件会帮你生成展示</strong><strong>gallery的html代码。</strong></p>
<p>在开始这一步之前，应该认识到<strong>smoothgallery模块的结构</strong></p>
<p><a href="http://www.refindweb.com/wp-content/uploads/2008/08/slideshow.jpg"><img class="aligncenter size-medium wp-image-220" title="slideshow" src="http://www.refindweb.com/wp-content/uploads/2008/08/slideshow-300x185.jpg" alt="" width="300" height="185" /></a></p>
<blockquote><p>&lt;div class=&#8221;imageElement&#8221;&gt;<br />
&lt;h3&gt;Item Title&lt;/h3&gt;<br />
&lt;p&gt;Item Description&lt;/p&gt;<br />
&lt;a href=&#8221;Link to Item &#8221; title=&#8221;open image&#8221; class=&#8221;open&#8221;&gt;&lt;/a&gt;<br />
&lt;img src=&#8221;Image of item&#8221; class=&#8221;full&#8221; alt=&#8221;Item Title&#8221; /&gt;<br />
&lt;img src=&#8221;Thumbmail of item&#8221; class=&#8221;thumbnail&#8221; alt=&#8221;thumbnail of Item Title&#8221; /&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>gallery.php文件包括两部分：<br />
初始化SmoothGallery Script (JS)</p>
<p>为gally生成html/php代码</p>
<p>你可以在这里<a href="http://www.catswhocode.com/blog/wp-content/uploads/gallery.txt">here</a>下载到gallery.php需要这段代码，将代码全部保存到一个新建txt文档中，再保存为gallery.php就可以了。</p>
<blockquote><p>&lt;!&#8211; Initialization of SmoothGallery&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
function startGallery() {<br />
var myGallery = new gallery($(&#8216;myGallery&#8217;),<br />
{timed: true});}<br />
window.addEvent(&#8216;domready&#8217;,startGallery);<br />
&lt;/script&gt;<br />
&lt;!&#8211; Creation of the html for the gallery &#8211;&gt;<br />
&lt;div class=&#8221;content&#8221;&gt;<br />
&lt;div id=&#8221;myGallery&#8221;&gt;<br />
&lt;!&#8211;<br />
Get the 5 lasts posts of category which ID is 3<br />
(to show the recent post use query_posts(&#8216;showposts=5&#8242;);)<br />
&#8211;&gt;<br />
&lt;?php query_posts(&#8216;showposts=5&amp;cat=3&#8242;);?<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
&lt;!&#8211;get the custom fields gallery_image<br />
(fields which contains the link to the image to show in the gallery)<br />
&#8211;&gt;<br />
&lt;?php $values = get_post_custom_values(&#8220;gallery_image&#8221;);?&gt;<br />
&lt;!&#8211; Verify if you set the custom field gallery_image for the post &#8211;&gt;<br />
&lt;?php if(isset($values[0]))<br />
{?&gt;<br />
&lt;!–define a gallery element–&gt;<br />
&lt;div class=&#8221;imageElement&#8221;&gt;<br />
&lt;!–post’s title to show for this element–&gt;<br />
&lt;h3&gt;&lt;?php the_title(); ?&gt;&lt;/h3&gt;<br />
&lt;!–post’s excerpt to show for this element–&gt;<br />
&lt;?php the_excerpt(); ?&gt;<br />
&lt;!–Link to the full post–&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; title=&#8221;Read more&#8221; class=&#8221;open&#8221;&gt;&lt;/a&gt;<br />
&lt;!– Define the image for the gallery –&gt;<br />
&lt;img src=&#8221;&lt;?php echo $values[0]; ?&gt;&#8221; class=&#8221;full&#8221; alt=&#8221;&lt;?php the_title(); ?&gt;&#8221;/&gt;<br />
&lt;!– Define the thumbnail for the gallery –&gt;<br />
&lt;img src=&#8221;&lt;?php echo $values[0]; ?&gt;&#8221; class=&#8221;thumbnail&#8221; alt=&#8221;&lt;?php the_title(); ?&gt;&#8221;/&gt;<br />
&lt;/div&gt;<br />
&lt;?php }?&gt;<br />
&lt;?php endwhile; ?&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p><strong>Fourth step : include the gallery in your theme</strong></p>
<p>第四步：将<strong>gallery放到你的主题中</strong></p>
<p>不如在 mimbo 主题中, 你只需要用&lt;?php include (&#8216;gallery.php&#8217;); ?&gt;替换<br />
&lt;div class=&#8221;feature clearfloat&#8221; id=&#8221;lead&#8221;&gt;<br />
&lt;/div&gt;&lt;!&#8211;END FEATURE&#8211;&gt;<br />
之间的内容</p></blockquote>
<blockquote><p>当你完成这一步时，你的gallery就已经可以工作了。</p>
<p>要使你的gally运转起来，你需要在新建一个名为 gallery_image的自定义字段，字段值即为需要展示的图片链接，在wordpress中推荐用相对地址，比如你的图片地址为 http://www.yoursite.com/wp-content/uploads/2008/08/artile，只需要填wp-content /uploads/2008/08/artile就可以了。</p>
<p>最后一步（不是必须）：自定义gallery的具体显示效果。</p>
<p>打开文件wp-content/themes/your_theme_name/css/jd.gallery.css，在这里修改gallery的宽和高。（通过修改jd.gallery.css完全对这个slideshow根据自己的主题进行个性化。^_^）</p>
<blockquote><p>#myGallery, #myGallerySet, #flickrGallery<br />
{<br />
width: 590px;<br />
height: 250px;<br />
z-index:5;<br />
border: 1px solid #000;<br />
}</p></blockquote>
<p>默认的字号对于中文太小了，可以调整slideshow下方信息栏的高度及文字的字号，只需要修改</p>
<p>.jdGallery .slideInfoZone（滑动信息栏高度、颜色等参数）.jdGallery .slideInfoZone h2（信息栏内标题样式）</p>
<p>.jdGallery .slideInfoZone p（信息栏文本样式）</p>
<p>你还可以修改wp-content/themes/your_theme_name/scripts/jd.gallery.js来改变gallery的展示效果（<a href="http://smoothgallery.jondesign.net/">Smooth Gallery</a>提供了多种不同的显示效果，你可以根据需要进行修改）</p>
<p>更多定制信息请看<a href="http://smoothgallery.jondesign.net/">Smooth Gallery Website</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.refindweb.com/2008/08/add-slideshow-for-your-blog.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>精品免费WordPress主题收集（CMS）类</title>
		<link>http://www.refindweb.com/2008/08/nice-free-wordpress-cms-theme.html</link>
		<comments>http://www.refindweb.com/2008/08/nice-free-wordpress-cms-theme.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 15:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[headline]]></category>
		<category><![CDATA[发现网络]]></category>
		<category><![CDATA[多彩设计]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.refindweb.com/?p=14</guid>
		<description><![CDATA[Wordpress丰富多彩的主题可以说是其一大亮点，通过不同的主题，你可以用Wordpress做出各具特色的博客。世界上的wordpres爱好者们制作了大量的主题，让我们有很大的选择空间。通过具有一定特点的主题你甚至可以把wordpress打造成一个很棒的CMS，现在我就和大家分享一下我收集到的一些CMS类的主题。 <a href="http://www.refindweb.com/2008/08/nice-free-wordpress-cms-theme.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress丰富多彩的主题可以说是其一大亮点，通过不同的主题，你可以用WordPress做出各具特色的博客。世界上的wordpres爱好者们制作了大量的主题，让我们有很大的选择空间。通过具有一定特点的主题你甚至可以把wordpress打造成一个很棒的CMS，现在我就和大家分享一下我收集到的一些CMS类的主题。</p>
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Arthemia</strong></p>
<p style="MARGIN: 0cm 0cm 0pt"><a title="发现网络" href="http://www.refindweb.com/">refindweb</a>现在就是用的这款主题，根据个人喜好对其进行了一些改动，如果大家喜欢<a title="发现网络" href="http://www.refindweb.com/">refindweb</a>现在的样子，可以和<a title="关于sundyme" href="http://www.refindweb.com/about">我</a>联系，愿意和大家分享，具体使用方法见<strong><a title="使用方法" href="http://wmblog.yo2.cn/articles/arthemia-magazine-blog-wordpress-theme.html">这里</a></strong>。主题作者最近推出了<strong>Arthemia</strong>的付费升级版<a href="http://colorlabsproject.com/arthemia/" target="_blank">Arthemia Premium</a>，整体效果和<strong>Arthemia</strong> 相似，不过增强了细节。</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="arthemia-magazine" href="http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image001.jpg" alt="Free Premium Magazine Style WordPress Themes" width="450" height="624" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/" target="_blank">Visit Info</a> 预览： <a href="http://www.michaeljubel.com/arthemia/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Linoluna</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">和<strong>Arthemia</strong> 同出于<strong>设计师</strong><a title="Michael Jubel Hutagalung" href="http://michaelhutagalung.com/about-me/">Michael Jubel Hutagalung</a>之手，简洁、功能丰富，这样的免费wordpress主题确实不错。</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="linoluna-magazine-style-theme-for-wordpress" href="http://www.michaeljubel.com/2007/12/linoluna-magazine-style-theme-for-wordpress/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image002.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="526" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.michaeljubel.com/2007/12/linoluna-magazine-style-theme-for-wordpress/" target="_blank">Visit Info</a> 预览： <a href="http://www.michaeljubel.com/wp-content/uploads/2007/12/linoluna-big.jpg" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Indomagz 2.0 Premium WordPress Theme</strong></p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-186" title="indomagz-2-preview1" src="http://www.refindweb.com/wp-content/uploads/2008/08/indomagz-2-preview1.jpg" alt="indomagz-2-preview" width="468" height="403" /></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.magznetwork.com/indomagz-premium-wordpress-theme" target="_blank">Visit Info</a> 预览：<a href="http://www.demo.magznetwork.com/index.php?wptheme=IndoMagz" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Mimbo Magazine</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="wordpress-magazine-theme" href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image032.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="324" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" target="_blank">Visit Info</a> 预览：<a href="http://www.darrenhoyt.com/demo/mimbo2/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· The Morning After</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="the-morning-after" href="http://themasterplan.in/themes/the-morning-after/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image034.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="472" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://themasterplan.in/themes/the-morning-after/" target="_blank">Visit Info</a> 预览： <a href="http://themasterplan.in/wp-content/uploads/2007/09/home_preview_themorningafte.png" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· WP Magazine Theme</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="wordpress-magazine-theme-release" href="http://www.gabfire.com/wordpress-magazine-theme-released/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image035.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="356" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.gabfire.com/wordpress-magazine-theme-released/" target="_blank">Visit Info</a> 预览: <a href="http://wp-magazine.gabfire.com/index.php?wptheme=Wp-MagazineTheme" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Wynton Magazine</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="wyntonmagazine" href="http://wp-themes.der-prinz.com/wyntonmagazine/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image037.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="434" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://wp-themes.der-prinz.com/wyntonmagazine/" target="_blank">Visit Info</a> 预览： <a href="http://www.der-prinz.com/2008/04/21/new-magazine-style-theme-for-wordpress-wyntonmagazine/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Thunderbolt</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wordpress-theme-thunderbolt" href="http://hellyeahdude.com/articles/free-wordpress-theme-thunderbolt/"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image003.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="499" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://hellyeahdude.com/articles/free-wordpress-theme-thunderbolt/" target="_blank">Visit Info</a> 预览： <a href="http://demo.hellyeahdude.com/" target="_blank">Visit Demo [Switch manually]</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Grid Focus</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="grid-focus" href="http://5thirtyone.com/grid-focus" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image004.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="395" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息： <a href="http://5thirtyone.com/grid-focus" target="_blank">Visit Info</a> 预览：<a href="http://5thirtyone.com/wp-content/uploads/2007/05/single-large.gif?phpMyAdmin=FQCBrdaH3OnL1grJBSBH0Z6o8ja" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Monochrome Gallery</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="monochrome-gallery" href="http://www.wpzoom.com/wp-themes/monochrome-gallery/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image005.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="444" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息： <a href="http://www.wpzoom.com/wp-themes/monochrome-gallery/">Visit Info</a> 预览： <a href="http://www.wpzoom.com/wp-themes/monochrome-gallery/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Upstart Blogger Underscore</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-underscore" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image007.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="480" height="540" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息： <a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-underscore" target="_blank">Visit Info</a> 预览： <a href="http://upstartblogger.com/underscore/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> PressBox</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="press-box/" href="http://www.creativesynthesis.net/blog/projects/web-commodities/press-box/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image008.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="567" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息： <a href="http://www.creativesynthesis.net/blog/projects/web-commodities/press-box/" target="_blank">Visit Info</a> 预览： <a href="http://www.creativesynthesis.net/recycling/boxtest/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Futurosity EOS</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="wordpress-theme-futurosity-eos" href="http://www.futurosity.com/wordpress-theme-futurosity-eos" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image009.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="400" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.futurosity.com/wordpress-theme-futurosity-eos" target="_blank">Visit Info</a> 预览： <a href="http://www.futurosity.com/wpthemes/index.php?wptheme=Futurosity+Eos" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Trevilian Way</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="TEXT-ALIGN: center"><img style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image011.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="480" height="534" /></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://designintellection.com/downloads/trevilian-way/" target="_blank">Visit Info</a> 预览： <a href="http://davidyeiser.com/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>Magazine Style</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Purple Fever</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="purple-fever-wordpress-theme" href="http://www.wordpressthemesmarket.com/premium-themes/purple-fever-wordpress-theme/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image013.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="373" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wordpressthemesmarket.com/premium-themes/purple-fever-wordpress-theme/" target="_blank">Visit Info</a> 预览： <a href="http://purplefevertheme.com/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>· Jello Wala Mello WordPress Theme</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="jello-wala-mello-wordpress-theme" href="http://www.wpdesigner.com/2007/10/06/jello-wala-mello-wordpress-theme/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image015.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="412" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpdesigner.com/2007/10/06/jello-wala-mello-wordpress-theme/" target="_blank">Visit Info</a> 预览： <a href="http://www.comedytoday.com/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Massive News by WPElements</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a href="http://www.wpelements.com/2008/01/15/introducing-the-massive-news-wordpress-theme/"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image017.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="503" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpelements.com/2008/01/15/introducing-the-massive-news-wordpress-theme/" target="_blank">Visit Info</a> 预览： <a href="http://www.wpelements.com/demos/massivenews/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> WPFreemium</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a href="http://ptahdunbar.com/wordpress/wpfreemium-premium-in-quality-freemium-in-price/"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image018.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="373" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://ptahdunbar.com/wordpress/wpfreemium-premium-in-quality-freemium-in-price/" target="_blank">Visit Info</a> 预览： <a href="http://www.wpzoom.com/wp-themes/wpfreemium/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> TAU</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="livingos-tau" href="http://themes.livingos.com/2008/04/09/livingos-tau/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image019.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="400" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://themes.livingos.com/2008/04/09/livingos-tau/" target="_blank">Visit Info</a> 预览： <a href="http://wpdemo.livingos.com/?wptheme=LivingOS+TAU" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> WP Gold</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image020.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="350" /></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpzoom.com/wp-themes/wp-gold/">Visit Info</a> 预览：<a href="http://www.wpzoom.com/wp-themes/wp-gold/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Revolution-X</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="revolution-x" href="http://www.wpzoom.com/wp-themes/revolution-x/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image021.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="449" height="350" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpzoom.com/wp-themes/revolution-x/">Visit Info</a> 预览： <a href="http://www.wpzoom.com/wp-themes/revolution-x/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Ultimate Baseball</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="ultimate-baseball" href="http://www.wpzoom.com/wp-themes/ultimate-baseball/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image023.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="336" height="262" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpzoom.com/wp-themes/ultimate-baseball/">Visit Info</a> 预览： <a href="http://www.wpzoom.com/wp-themes/ultimate-baseball/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Options WordPress 1.2</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="options-wordpress-theme-version-12-release" href="http://justintadlock.com/archives/2008/05/25/options-wordpress-theme-version-12-release" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image025.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="341" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://justintadlock.com/archives/2008/05/25/options-wordpress-theme-version-12-release" target="_blank">Visit Info</a> 预览：<a href="http://justintadlock.com/options/index.php?wptheme=Options+Light" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> 30April</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="30april" href="http://www.jauhari.net/themes/30april" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image027.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="373" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.jauhari.net/themes/30april" target="_blank">Visit Info</a> 预览; <a href="http://demo.jauhari.net/?wptheme=30April" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Shiva</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wordpress-themes" href="http://www.themespinner.com/free-wordpress-themes.php" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image029.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="554" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.themespinner.com/free-wordpress-themes.php" target="_blank">Visit Info</a> 预览：<a href="http://www.themespinner.com/demo/?wptheme=Shiva-Free" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> OpenBook</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-magazine-wordpress-theme-introducing-openbook" href="http://hackwordpress.com/free-magazine-wordpress-theme-introducing-openbook/" target="_blank"><img class="aligncenter" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image030.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="581" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://hackwordpress.com/free-magazine-wordpress-theme-introducing-openbook/" target="_blank">Visit Info</a> 预览：<a href="http://www.lyxia.org/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Branford Magazine</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="branfordmagazine" href="http://www.der-prinz.com/2008/01/20/download-branfordmagazine/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image031.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="521" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.der-prinz.com/2008/01/20/download-branfordmagazine/" target="_blank">Visit Info</a> 预览：<a href="http://www.wp-themes.der-prinz.com/magazine/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Magadine 1.2</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="magadine-12-magazine-style-wordpress-theme" href="http://web.ygoy.com/2008/05/12/magadine-12-magazine-style-wordpress-theme/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image039.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="370" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://web.ygoy.com/2008/05/12/magadine-12-magazine-style-wordpress-theme/" target="_blank">Visit Info</a> 预览：<a href="http://www.ygoy.com/demo/index.php?wptheme=Magadine+1.2" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Corporate WordPress Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="corporate-wordpress-theme" href="http://www.kongtechnology.com/2008/01/08/corporate-wordpress-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image040.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="594" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息:<a href="http://www.kongtechnology.com/2008/01/08/corporate-wordpress-theme/" target="_blank">Visit Info</a> 预览: <a href="http://www.klyoga.com/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Smooth News Magazine Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="Smooth News Magazine Theme" href="http://themes.blogflux.com/theme/2644.html" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image042.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="334" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息:<a href="http://themes.blogflux.com/theme/2644.html" target="_blank">Visit Info</a> 预览：<a href="http://www.nontemplates.com/wordpress4/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<h3 style="MARGIN: 0cm 0cm 0pt"><strong>3 Sidebars</strong></h3>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>BizFresh</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-bizfresh" href="http://premiumthemes.net/freethemes/free-bizfresh.html" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image043.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="400" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://premiumthemes.net/freethemes/free-bizfresh.html" target="_blank">Visit Info</a> 预览：<a href="http://demo.premiumthemes.net/?preview_theme=BizFresh" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Biru 2.0</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a href="http://neutronics.syokz.org/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image045.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="373" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://neutronics.syokz.org/" target="_blank">Visit Info</a> 预览： <a href="http://neutronics.syokz.org/2008/01/05/biru-20-wordpress-theme-for-download/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> WP Premium Free</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wp-premium-theme" href="http://cssace.com/free-wp-premium-theme-is-here/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image047.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="344" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://cssace.com/free-wp-premium-theme-is-here/" target="_blank">Visit Info</a> 预览：<a href="http://cssace.com/?preview_theme=WP_Premium" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Langit</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="langit" href="http://blog.eches.net/themes/langit-another-wordpress-theme-for-public-release/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image049.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="519" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://blog.eches.net/themes/langit-another-wordpress-theme-for-public-release/" target="_blank">Visit Info</a> 预览： <a href="http://wordpress.eches.net/" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Black Red Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="black-red-wp-theme" href="http://www.askgraphics.com/freetemplates/black-red-wp-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image050.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="338" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.askgraphics.com/freetemplates/black-red-wp-theme/" target="_blank">Visit Info</a> 预览：<a href="http://www.askgraphics.com/freetemplates/demo/index.php?wptheme=Black+Red" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> BlueGrey theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="bluegrey-theme-2" href="http://www.skinpress.com/bluegrey-theme-2/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image052.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="552" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.skinpress.com/bluegrey-theme-2/" target="_blank">Visit Info</a> 预览：<a href="http://www.skinpress.com/demo/index.php?wptheme=BlueGrey" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> BlueMin Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="blumin-theme" href="http://www.skinpress.com/blumin-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image053.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="561" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.skinpress.com/blumin-theme/" target="_blank">Visit Info</a> 预览： <a href="http://www.skinpress.com/demo/index.php?wptheme=BlueMin" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> GreenW Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="greenw" href="http://www.skinpress.com/greenw/"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image055.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="557" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.skinpress.com/greenw/" target="_blank">Visit Info</a> 预览：<a href="http://www.skinpress.com/demo/index.php?wptheme=GreenW" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Brown Magic Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="brownmagic-theme" href="http://www.skinpress.com/brownmagic-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image056.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="537" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.skinpress.com/brownmagic-theme/" target="_blank">Visit Info</a> 预览: <a href="http://www.skinpress.com/demo/index.php?wptheme=BrownMagic" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> W2Black Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="w2black-theme" href="http://www.skinpress.com/w2black-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image057.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="603" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.skinpress.com/w2black-theme/" target="_blank">Visit Info</a> 预览：<a href="http://www.skinpress.com/demo/index.php?wptheme=w2Black" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> The Studio</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-magazine-style-theme-the-studio" href="http://www.headsetoptions.org/2008/02/23/free-magazine-style-theme-the-studio/" target="_blank"><img class="aligncenter" style="BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt" title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image059.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="420" height="373" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息:<a href="http://www.headsetoptions.org/2008/02/23/free-magazine-style-theme-the-studio/" target="_blank">Visit Info</a> 预览：<a href="http://www.headsetoptions.org/play/?wptheme=thestudio" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> The Box</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="style-wordpress-theme-the-box" href="http://www.headsetoptions.org/2008/02/13/free-magazine-style-wordpress-theme-the-box/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image060.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="400" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.headsetoptions.org/2008/02/13/free-magazine-style-wordpress-theme-the-box/" target="_blank">Visit Info</a> 预览： <a href="http://www.headsetoptions.org/play/?wptheme=thebox" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Tamodachi</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="tomodachi-free-wordpress-theme" href="http://www.themelab.com/2008/05/15/tomodachi-free-wordpress-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image061.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="584" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.themelab.com/2008/05/15/tomodachi-free-wordpress-theme/" target="_blank">Visit Info</a> 预览： <a href="http://demo.themelab.com/index.php?wptheme=Tomodachi" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Zoxengen</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wordpress-theme-zoxengen" href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-zoxengen/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image062.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="344" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-zoxengen/" target="_blank">Visit Info</a> 预览:<a href="http://www.dezzain.com/testrun/index.php?wptheme=Zoxengen" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>2 Sidebars</strong></p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Evolution WordPress Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="evolution-wordpress-theme" href="http://www.wpzoom.com/wp-themes/evolution-wordpress-theme/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image063.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="350" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.wpzoom.com/wp-themes/evolution-wordpress-theme/">Visit Info</a> 预览： <a href="http://www.wpzoom.com/wp-themes/evolution-wordpress-theme/">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> Timeline Digest Theme</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wordpress-theme-timeline-digest" href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-timeline-digest/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image064.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="500" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-timeline-digest/" target="_blank">Visit Info</a> 预览： <a href="http://www.dezzain.com/testrun/index.php?wptheme=Timeline+Digest" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt"><strong>·</strong> BoxTube</p>
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center"><a title="free-wordpress-theme-box-tube" href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-box-tube/" target="_blank"><img title="45+ Free Premium WordPress Themes with Magazine or Grid Layouts" src="http://www.refindweb.com/wp-content/uploads/2008/08/clip-image065.jpg" border="0" alt="Free Premium Magazine Style WordPress Themes" width="450" height="344" /></a></p>
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt">
<p style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center">详细信息：<a href="http://www.dezzain.com/featured/dezzain-free-wordpress-theme-box-tube/" target="_blank">Visit Info</a> 预览：<a href="http://www.dezzain.com/testrun/index.php?wptheme=Box+Tube" target="_blank">Visit Demo</a></p>
<p style="MARGIN: 0cm 0cm 0pt">
]]></content:encoded>
			<wfw:commentRss>http://www.refindweb.com/2008/08/nice-free-wordpress-cms-theme.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
