<?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>Oh My Media &#187; wordpress</title>
	<atom:link href="http://ohmymedia.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://ohmymedia.com</link>
	<description>媒介与传播研究在中国：学术/实践/政策/产业/文化</description>
	<lastBuildDate>Tue, 27 Mar 2012 08:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>网站杀毒记</title>
		<link>http://ohmymedia.com/2012/03/23/1265/</link>
		<comments>http://ohmymedia.com/2012/03/23/1265/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 14:36:18 +0000</pubDate>
		<dc:creator>Oh My Media</dc:creator>
				<category><![CDATA[上路]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[网络安全]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zenphoto]]></category>

		<guid isPermaLink="false">http://ohmymedia.com/?p=1265</guid>
		<description><![CDATA[如今用独立域名+虚拟空间+wordpress自己建设Blog的人，似乎已经没有几年前那么多了。作为依然坚守的独立blogger，最近我碰到了网站被修改.htacess文件、插入恶意代码的倒霉事儿，很是纠结了一... ]]></description>
			<content:encoded><![CDATA[<p>如今用独立域名+虚拟空间+wordpress自己建设Blog的人，似乎已经没有几年前那么多了。作为依然坚守的独立blogger，最近我碰到了网站被修改.htacess文件、插入恶意代码的倒霉事儿，很是纠结了一阵。好在最终圆满解决了（暂时看起来是），真是人生何处不折腾！</p>
<p>看起来，是因为zenphoto这个相册软件的旧版本中所携带的一个第三方插件ajaxfilemanager，导致了不怀好意的入侵和修改。下面是具体过程。</p>
<p>3月19日那天访问ohmymedia.com，结果Chrome无情地给了我一个警告页面：</p>
<p><a href="http://ohmymedia.com/files/2012/03/dangerous.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignleft size-medium wp-image-1266" style="margin: 6px;" title="dangerous" src="http://ohmymedia.com/files/2012/03/dangerous-360x266.jpg" alt="" width="360" height="266" data-markzhi="registered" /></a></p>
<p>接着发现我的虚拟空间中所有网站（大约十几个，有自己的和朋友的博客、网站、相册等）全部都被google警告“含有恶意软件”。</p>
<p>赶快用ftp登上远程目录看一看。不出所料，所有的.htacess文件都被改掉了，导致所有网站的内部链接都会指向一些垃圾网站，域名是.ru的。删除或修改这些文件是无效的，几分钟之内它们会卷土重来。</p>
<p>郁闷了。因为大概两个多月前就来过这么一轮。当时也是类似情况，最终是联系空间提供商Dreamhost的客服搞定的。它们帮我找出可能导致出现后门的文件，我去删掉，再删除所有被改的文件。当时看似正常了。</p>
<p>可是又来了啊，为什么？而且这回，很多目录里被塞了几百个诸如w13142345n.php一类的垃圾文件，删了又回来，不胜其扰。这些天又在做北京大学生电影节的组织工作，忙的没功夫打理。</p>
<p>再度给客服写邮件。同时忙里偷闲，想尽各种办法减轻危害。在午夜时分，一边开着ssh终端，一边开着ftp软件，一边开着浏览器登录dreamhost panel，我觉得我就像传说中的西西弗斯！一遍遍删除迟早又会回来的垃圾文件……</p>
<p><a href="http://ohmymedia.com/files/2012/03/ssh.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="size-medium wp-image-1267 alignnone" style="margin: 6px;" title="ssh" src="http://ohmymedia.com/files/2012/03/ssh-360x98.jpg" alt="" width="360" height="98" /></a></p>
<p>还把所有站点，都恢复到两周前的备份文件。</p>
<p><a href="http://ohmymedia.com/files/2012/03/restore.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="size-medium wp-image-1268 alignnone" title="restore" src="http://ohmymedia.com/files/2012/03/restore-360x172.jpg" alt="" width="360" height="172" data-markzhi="registered" /></a></p>
<p>这回客服回复得不够及时，中间几次催问。不过效果还不错，今天终于给我回了一封长达一百多行的email，包括它们检查的各种结果，帮我做了哪些处理，以及我需要做哪些事情，可能导致后门的文件是哪些。按照它的指引，一步步做下来。至少这次，那些讨厌的垃圾文件删除后就不再回来了。</p>
<p>结合客服mm给的信息，在网上搜索一番，基本确定是相册程序zenphoto的旧版本中的插件的安全漏洞（<a href="http://www.zenphoto.org/news/security-alert-part-2">官网文章</a>，<a href="http://www.simplemachines.org/community/index.php?topic=459723.0">其他讨论</a>）。好吧，重新下载安装了新版的zenphoto程序，wget&#8230;.unzip&#8230;cp -rpf&#8230;貌似OK了。</p>
<p>当然，最后还要去google的站长管理工具里，提出让google重新审核这些网站。于是，现在我光荣地洗白了！</p>
<p>又无奈地长了一次经验值。</p>
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://ohmymedia.com/2007/12/14/721/" title="欢迎赞助我们的blog！">欢迎赞助我们的blog！</a> (1)</li><li><a href="http://ohmymedia.com/2011/02/28/1171/" title="Dreamhost主机被墙小记">Dreamhost主机被墙小记</a> (7)</li><li><a href="http://ohmymedia.com/2010/08/05/1147/" title="社交第一，网游第二——美国人上网都在做什么">社交第一，网游第二——美国人上网都在做什么</a> (4)</li><li><a href="http://ohmymedia.com/2010/05/04/1130/" title="另一个Oh My Media">另一个Oh My Media</a> (3)</li><li><a href="http://ohmymedia.com/2008/12/04/957/" title="China Media Centre 网站上线">China Media Centre 网站上线</a> (0)</li><li><a href="http://ohmymedia.com/2008/08/26/819/" title="欢迎大为">欢迎大为</a> (0)</li><li><a href="http://ohmymedia.com/2008/06/02/792/" title="网络相册解决方案: Flickr、又拍网、好看簿">网络相册解决方案: Flickr、又拍网、好看簿</a> (13)</li><li><a href="http://ohmymedia.com/2008/04/13/786/" title="Dreamhost整合了Google Apps（Google企业应用套件服务）">Dreamhost整合了Google Apps（Google企业应用套件服务）</a> (12)</li></ul>
	<hr/><p><strong>关键词：</strong><a href="http://ohmymedia.com/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://ohmymedia.com/tag/%e7%bd%91%e7%bb%9c%e5%ae%89%e5%85%a8/" title="网络安全" rel="tag">网络安全</a>, <a href="http://ohmymedia.com/tag/dreamhost/" title="dreamhost" rel="tag">dreamhost</a>, <a href="http://ohmymedia.com/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://ohmymedia.com/tag/zenphoto/" title="zenphoto" rel="tag">zenphoto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ohmymedia.com/2012/03/23/1265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>China Media Centre 网站上线</title>
		<link>http://ohmymedia.com/2008/12/04/957/</link>
		<comments>http://ohmymedia.com/2008/12/04/957/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 01:56:57 +0000</pubDate>
		<dc:creator>Oh My Media</dc:creator>
				<category><![CDATA[新媒介]]></category>
		<category><![CDATA[上路]]></category>
		<category><![CDATA[CAMRI]]></category>
		<category><![CDATA[CMC]]></category>
		<category><![CDATA[hugo de burgh]]></category>
		<category><![CDATA[university-of-westminster]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ohmymedia.com/?p=957</guid>
		<description><![CDATA[近日花了一些时间，为威斯敏斯特大学中国传媒中心搭建了网站。要感激WordPress这样简便易用而功能强大的开源软件，让非IT专业人士也可以制作出简洁有效美观的内容发布与互动平台。这也是... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://ohmymedia.com/files/2008/12/new-cmc-website.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignleft size-thumbnail wp-image-958" style="margin-right: 10px;" title="new-cmc-website" src="http://ohmymedia.com/files/2008/12/new-cmc-website-150x150.jpg" alt="" width="150" height="150" /></a>近日花了一些时间，为威斯敏斯特大学中国传媒中心搭建了<a href="http://chinamediacentre.org/">网站</a>。要感激WordPress这样简便易用而功能强大的开源软件，让非IT专业人士也可以制作出简洁有效美观的内容发布与互动平台。这也是ICT的“赋权”（empowerment）功能的体现吧。当然，和CSS代码的斗争，还是颇折磨脑细胞和眼睛的。不想从教程中学习，那就不停地尝试吧，如何定义尺寸、空白、颜色、大小、区域……结果会有BUG，有不足，但保持“永远beta”的姿态，或许更有助于一个网站不断改进吧。</p>
<p>关于中国传媒中心（China Media Centre），它成立于2005年，依托在<a href="http://www.wmin.ac.uk/mad/page-561" target="_blank">CAMRI</a>（Communication And Media Research Institute，英国最好的传播与媒介研究系所之一），号称是“欧洲唯一一个致力于中国传媒研究的学术机构”。它与中国及英国传媒业界和学界都保持了广泛而良好的联系，几年来主要组织三方面活动：学术研究、实务培训和公益活动（Research, Knowledge Transfer and public awareness of China）。中心主任是有丰富新闻从业经验的戴雨果（Hugo de Burgh）教授。有关CMC的更多信息，参见网站上的<a href="http://chinamediacentre.org/about/about-us-in-chinese/" target="_blank">中文</a>和<a href="http://chinamediacentre.org/about/" target="_blank">英文</a>简介。</p>
<p>任何一个像CMC这样的组织，其实都需要拥有自己的网站，并根据各自的需求，去选择适合自己的功能。而拥有一个网络平台，只是迈出的第一步；怎样利用它，发挥多方面的效能，仍然需要整个组织机构旷日持久的努力经营和运作。</p>
<address>（题外话：我选择了wordpress2.7的预发布版本来建构这一网站。相比此前的版本，WP2.7有了巨大的改观，从界面到功能都是如此。我最喜欢的几个特点，例如用户可以直接从后台搜索插件并点击安装、直接点击一键升级wordpress程序到最新版本、文章和页面的quick edit功能、后台导航的优化、评论可直接回复、tag功能强化、及媒体文件管理等。再过一天，WP2.7即将正式发布，届时我将把自己的几个BLOG都升级到这一版本。）</p>
</address>
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://ohmymedia.com/2009/01/22/1048/" title="英国大学传媒专业排名（2009）">英国大学传媒专业排名（2009）</a> (54)</li><li><a href="http://ohmymedia.com/2008/12/18/1037/" title="英国“学术研究评估”（RAE2008）最新结果公布">英国“学术研究评估”（RAE2008）最新结果公布</a> (7)</li><li><a href="http://ohmymedia.com/2009/02/12/1073/" title="[信息]威斯敏斯特大学传媒博士生奖学金(2009)">[信息]威斯敏斯特大学传媒博士生奖学金(2009)</a> (8)</li><li><a href="http://ohmymedia.com/2008/03/07/769/" title="Daya Kishan Thussu: 作为娱乐的新闻">Daya Kishan Thussu: 作为娱乐的新闻</a> (7)</li><li><a href="http://ohmymedia.com/2012/03/23/1265/" title="网站杀毒记">网站杀毒记</a> (0)</li><li><a href="http://ohmymedia.com/2009/09/01/1097/" title="推介Daya Thussu的新书：《国际传播读本》">推介Daya Thussu的新书：《国际传播读本》</a> (11)</li><li><a href="http://ohmymedia.com/2009/02/08/1056/" title="与文化研究大师斯图尔特·霍尔面对面">与文化研究大师斯图尔特·霍尔面对面</a> (14)</li><li><a href="http://ohmymedia.com/2008/08/26/816/" title="结缘. 迁徙. 明理（应南开大学传播系阿亮老师邀写此文）">结缘. 迁徙. 明理（应南开大学传播系阿亮老师邀写此文）</a> (8)</li></ul>
	<hr/><p><strong>关键词：</strong><a href="http://ohmymedia.com/tag/camri/" title="CAMRI" rel="tag">CAMRI</a>, <a href="http://ohmymedia.com/tag/cmc/" title="CMC" rel="tag">CMC</a>, <a href="http://ohmymedia.com/tag/hugo-de-burgh/" title="hugo de burgh" rel="tag">hugo de burgh</a>, <a href="http://ohmymedia.com/tag/university-of-westminster/" title="university-of-westminster" rel="tag">university-of-westminster</a>, <a href="http://ohmymedia.com/tag/wordpress/" title="wordpress" rel="tag">wordpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ohmymedia.com/2008/12/04/957/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OhMyMedia的WordPress blog模板(修改后的blog.txt)下载</title>
		<link>http://ohmymedia.com/wordpress-theme-download/</link>
		<comments>http://ohmymedia.com/wordpress-theme-download/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 22:05:49 +0000</pubDate>
		<dc:creator>Oh My Media</dc:creator>
				<category><![CDATA[上路]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ohmymedia.com/wordpress-theme-download/</guid>
		<description><![CDATA[Ohmymedia.com现在所使用的主题模板，是由著名的blog.txt主题修改而来。没有华丽眩目的装饰、图标或背景，大量的留白能让你的读者更专注你blog的内容，不论是长篇大论的文字，或者是图文并茂... ]]></description>
			<content:encoded><![CDATA[<p>Ohmymedia.com现在所使用的主题模板，是由著名的blog.txt主题修改而来。没有华丽眩目的装饰、图标或背景，大量的留白能让你的读者更专注你blog的内容，不论是长篇大论的文字，或者是<a title="点击查看本站实例文章" href="http://ohmymedia.com/2008/02/24/747/">图文并茂</a>的游记。它的风格简洁明快、浏览速度快，同时导航清晰丰富、功能全面，堪称最优秀的wordpress blog主题模板之一。如果你也在使用以wordpress软件架构的blog，不妨一试！</p>
<p>我修改此模板的初衷，是希望向读者提供更方便、丰富的导航功能，部分修改需要用到别的插件。提供修改后的版本下载，则是希望像我一样“技术盲”的朋友能免却摸索的痛苦，尽快地开始自由的blog旅程。</p>
<p>点击下面链接下载本站所使用的模板，适用于wordpress2.3-2.7的版本：</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>想使用blog.txt原始模板的请到<a href="http://www.plaintxt.org/themes/blogtxt/" target="_blank">原作者网站</a>下载，现在提供的是最新的v4.6.1版本，适用于wordpress2.6+。</p>
<p>以下是经本站修改后模板的使用说明。</p>
<p><strong>一. 与原始模板的细节差异 </strong></p>
<ol>
<li> 在首页、存档、搜索等页面，每篇文章标题下添加一行（日期、作者、评论数及将文章译为英语）</li>
<li>在单篇日志页面增加了“前一篇、后一篇”的导航，标题下添加了版权声明</li>
<li> 在首页、存档、搜索等页面的侧栏内，以及单篇文章末尾，增加了“随机文章”的列表（需用到“中文wordpress工具箱”插件，已打包在压缩文件中提供下载）</li>
<li>通过修改sidebar.php和single.php文件，使得侧栏的导航项目更多</li>
<li>增加了留言头像</li>
<li> 增加了“存档”、“留言板”、“链接”三个页面模板，供需要者生成页面选择（留言板页面需用到“中文wordpress工具箱”插件，存档需用“wp-list-posts”插件，方可生效）</li>
<li>在侧栏最下方和页脚增加了“创作共用协议”的授权声明（若你不想采用此种授权声明，请按照下文提示自行修改）</li>
<li> 在首页、存档、搜索等页面增加了页码导航功能（需要“pagebar”插件，其中pagebar.css已放入主题文件中）</li>
<li>修改了style.css文件，为这个原来纯为冷色调的模板带来了一些红、蓝色线条</li>
</ol>
<p><strong>二、模板基本安装</strong></p>
<ol>
<li>下载并解压模板文件</li>
<li>将解压后的文件夹内的 “blogtxt-ohmymedia”文件夹上传到你的<code>" /wp-contents/themes/ "</code>目录下</li>
<li> 将解压后的文件夹内的“mulberrykit.php”（即中文wordpress工具箱插件）上传到你的”<code>/wp-contents/plugins/ </code>” 目录下。<em>（“<a href="http://yanfeng.org/blog/wordpress/kit" target="_blank">中文wordpress工具箱</a>”插件简单实用，很好很强大，让我们感谢它的作者 <a href="http://yanfeng.org/blog/" target="_blank">桑葚</a>！）</em></li>
<li>登录你的wordpress blog管理后台，在”dashboard&gt;plugin”菜单下，激活“中文wordpress工具箱” 插件</li>
<li> 在”dashboard&gt;Presentation”菜单下，选择“BLOG.TXT”主题</li>
<li>选定之后，你可以在”Presentation&gt;blog.txt Options”中方便地选择想使用的字体、两栏还是三栏、侧栏在左边还是右边，主要内容部分的宽度……当然你也可以今后再去设置它们</li>
<li>OK，现在你已经可以正常使用这个模板了。</li>
</ol>
<p><strong>三、进阶设置说明（均非必须）</strong></p>
<ol>
<li>增加页码导航功能：下载<strong><a title="访问插件主页" href="http://www.elektroelch.de/hacks/wp/pagebar">Pagebar2</a> </strong> 页码插件，上传到你的”<code>/wp-contents/plugins/ </code>” 目录下，激活即可。在”dashboard&gt;options&gt;pagebar”中修改设置，请将stylesheet选择为pagebar.css。</li>
<li>wordpress2.6以上内置的留言头像：记得到wordpress后台“设置-评论”中打开留言头像显示。</li>
<li>增加“留言板”页面（<a href="http://ohmymedia.com/comment/">本站实例</a>）：在管理后台，”dashboard&gt;write&gt;write page”，撰写新页面，在编辑区域右侧的”Page Template”中选择”Morecomments”。建议把”page slug”写成”comment”，这样你就不需要再修改此模板中的链接。为你的页面起一个标题，不需要写内容，直接publish（发表）即可。</li>
<li>增加“存档”页面（<a href="http://ohmymedia.com/archives">本站实例</a>） ：下载<strong><a title="访问插件主页" href="http://www.thinkagain.cn/archives/836.html">wp_list_post </a></strong>插件，上传并激活。此后同上，撰写新页面，记得在”Page Template”中选择”Archives Page”。</li>
<li>增加“链接页面”（<a href="http://ohmymedia.com/links">本站实例</a>）：撰写新页面，在”Page Template”中选择”Morecomments”。建议把”page slug”写成”links”，这样你就不需要再修改此模板中的链接。为你的页面起一个标题，不需要写内容，直接publish（发表）即可。</li>
<li> 增加“相关文章”及后台tag管理的强大功能：下载并使用<strong><a title="访问插件主页" href="http://wordpress.org/extend/plugins/simple-tags">Simple Tags</a> </strong>插件。</li>
<li>直接回复评论及可选择自动发送email给被回复者：尽管wordpress2.7已经内置了直接回复留言的功能，但仍不够强大。下载并使用 <strong><a title="访问插件主页" href="http://blog.2i2j.com/plugins/wordpress-thread-comment">WordPress Thread Comment</a></strong> 插件，增强互动性。</li>
</ol>
<p><strong>四、修改提示说明</strong></p>
<p>当你在进一步熟悉wordpress之后，一定会开始尝试对模板作一点改动，到”dashboard&gt;Presentation&gt;theme editor”里修改，选择右侧的不同文件编辑和保存。下面是我对这个模板的一些小心得：</p>
<ol>
<li>它的sidebar.php（就是你的侧栏）中分成了primary和secondary两个组成部分。在你选择两栏式时，只有一条侧栏，这两部分会依序显示出来；若选择三栏式主题，则分别构成两条侧栏。</li>
<li>如果你将wordpress的”dashboard&gt;Presentation&gt;widgets”模块保持default状态，可显示侧栏中所有项目；若你往widgets中添加新的模块，侧栏中部分项目会被替代。具体情况我已用注释写在sidebar.php中。</li>
<li>它的single.php和大多数主题模板不同，侧栏没有直接引用sidebar，而是直接写在此文件中了。</li>
<li>如果你不想使用“创作共用协议”的授权，请在footer.php和single.php中寻找有关内容进行修改。</li>
</ol>
<p><strong>五、授权声明</strong></p>
<p>本模板的原作者的授权声明是：</p>
<p>The blog.txt theme, © 2006–2007 <span class="vcard"><a class="url fn n" href="http://scottwallick.com/"><span class="given-name">Scott</span> <span class="additional-name">Allan</span> <span class="family-name">Wallick</span></a></span>, is licensed under the <cite title="GNU General Public License"><a title="GNU General Public License" rel="license" href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a></cite>:</p>
<blockquote title="GNU General Public License" cite="http://www.gnu.org/licenses/gpl.html"><p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but <strong>without any warranty</strong>; without even the implied warranty of <strong>merchantability</strong> or <strong>fitness for a particular purpose</strong>. See the GNU General Public License for more details.</p></blockquote>
<p>Please feel free to alter the blog.txt theme in any way that pleases you. All I ask is that you allow my original design credit to remain.</p>
<p>因此修改后的此模板，亦遵循上文提到的GNU General Public License。请大家在使用时保留页脚的原作者署名和链接。</p>
<p>你在使用此模板中有任何意见建议、心得疑问，欢迎在本文后留言。</p>
<p style="margin:0;padding:0;height:1px;overflow:hidden;">
    <script type="text/javascript"><!--
        var wumiiSitePrefix = "http://ohmymedia.com";
        var wumiiEnableCustomPos = false;
        var wumiiParams = "&#038;num=4&#038;mode=3&#038;displayInFeed=0&#038;version=1.0.5.5&#038;pf=WordPress3.3.2";
    //--></script><script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget.htm"></script><a href="http://www.wumii.com/widget/relatedItems.htm" style="border:0;"><img src="http://static.wumii.com/images/pixel.png" alt="无觅相关文章插件，快速提升流量" style="border:0;padding:0;margin:0;" /></a></p>
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://ohmymedia.com/2012/03/23/1265/" title="网站杀毒记">网站杀毒记</a> (0)</li><li><a href="http://ohmymedia.com/2008/12/04/957/" title="China Media Centre 网站上线">China Media Centre 网站上线</a> (0)</li><li><a href="http://ohmymedia.com/2005/03/19/316/" title="水木清华bbs53个版面进版画面截图">水木清华bbs53个版面进版画面截图</a> (1)</li></ul>
	<hr/><p><strong>关键词：</strong><a href="http://ohmymedia.com/tag/download/" title="download" rel="tag">download</a>, <a href="http://ohmymedia.com/tag/theme/" title="theme" rel="tag">theme</a>, <a href="http://ohmymedia.com/tag/wordpress/" title="wordpress" rel="tag">wordpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ohmymedia.com/wordpress-theme-download/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

