<?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; 杂志型</title>
	<atom:link href="http://www.qiuyinuo.com/tag/%e6%9d%82%e5%bf%97%e5%9e%8b/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qiuyinuo.com</link>
	<description>吾爱吾妻</description>
	<lastBuildDate>Thu, 12 Dec 2013 01:51:45 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.41</generator>
	<item>
		<title>本站主题－杂志型Arthemia 1.0</title>
		<link>http://www.qiuyinuo.com/%e6%9c%ac%e7%ab%99%e4%bd%bf%e7%94%a8%e7%9a%84wordpress%e4%b8%bb%e9%a2%98%ef%bc%8d%e6%9d%82%e5%bf%97%e5%9e%8barthemia-10/</link>
		<comments>http://www.qiuyinuo.com/%e6%9c%ac%e7%ab%99%e4%bd%bf%e7%94%a8%e7%9a%84wordpress%e4%b8%bb%e9%a2%98%ef%bc%8d%e6%9d%82%e5%bf%97%e5%9e%8barthemia-10/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 12:50:09 +0000</pubDate>
		<dc:creator><![CDATA[乐爸]]></dc:creator>
				<category><![CDATA[生活养生]]></category>
		<category><![CDATA[Arthemia]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[杂志型]]></category>

		<guid isPermaLink="false">http://www.qiuyinuo.com/?p=389</guid>
		<description><![CDATA[Arthemia 1.0 作者：Michael Jubel Hutagalung
Arthemia theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.]]></description>
				<content:encoded><![CDATA[<h3>Arthemia 1.0 作者：<a title="访问作者主页" href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/"><span style="color: #2583ad;">Michael Jubel Hutagalung</span></a></h3>
<p class="description"><a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/"><span style="color: #2583ad;">Arthemia</span></a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for WordPress. Gravatar support included along with automatic thumbnail resizer.</p>
<p class="description">我这个是在牛奶糖改良版基础上修改的，牛奶糖的在<a href="http://milktown.cn/?p=414">http://milktown.cn/?p=414</a>这里</p>
<p class="description">中间碰到的主要问题：
1、安装完毕后所有的缩略图无法显示： 原因是Wordpress未安装在根目录下，重新安装后解决此问题；和牛奶糖站长讨教了半天后得出的结论，非常有效；</p>
<p class="description">2、右边的<a href="http://www.qiuyinuo.com/wp-admin/widgets.php">Widgets</a>设置了半天才成功，原来页面的footer内容也是通过<a href="http://www.qiuyinuo.com/wp-admin/widgets.php"><span style="font-size: small; color: #2583ad;">Widgets</span></a>设立的；</p>
<p class="description">3、Recent Comments显示开始有问题，产生乱码，在后台设置了显示的字体字数等内容后基本正常了；</p>
<p class="description">方法比较简单，按说明操作即可，包括要设置相关文件的属性为777等，下面摘录牛奶糖的安装说明，大家参考一下，有问题可以留言探讨：</p>
<p class="description">如何实现首页的图片调用？　</p>
<p>A：首页显示的图片是在发布日志时新增的“自定义字段”，具体操作是新增一个名为“Image”的字段，字段值为图片地址。此款主体有自动缩略图功能，“乐乐趣事”部分的图片缩略为300×275，“妈妈心情”部分图片缩略为100×65，首页日志列表图片缩略为150×150；</p>
<p> </p>
<p>Q：为什么我的某些日志在首页不显示？</p>
<p>A：由你自己自行决定在首页显示那些内容。例如我的Headline和Featured两个个文章分类（分类ID号为4和3）的日志是不显示在日至列表的。修改的方法是找到index.php中的如下代码：query_posts(’cat=22,39,26,36,30,33&amp;showposts=’ .’&amp;paged=’ . $paged); 请用你不想显示的文章分类的ID加－号替换代码中的22,39,26,36,30,33即可， 即query_posts(’cat=－3,－4&amp;showposts=’ .’&amp;paged=’ . $paged);这样就可以剔除3、4类日志的显示</p>
<p> </p>
<p>Q：为什么必须建立“Headline” 和 “Featured”两个分类？</p>
<p>A：因为程序编写人员的设置，当然你也可以不建这两个分类，而另外建“ABC” 和“XYZ”分类，但这样的话你需要修改模版每个程序，将所有的 “Headline” 和 “Featured”替换为“ABC” 和“XYZ”， 最好还是不要，这样比建两个分类麻烦多了！</p>
<p>Q：M-Column部分的修改？</p>
<p>A：找到<span style="font-family: Courier New;">index.php</span> 文件里的代码：&lt;?php $display_categories = array(22,39,26,30,33); $i = 1; 同样，将你想显示在此处导航的文章分类的ID替换掉22,39,26,30,33即可。如果想达到本站一样的效果，就将此栏设为：&lt;?php $display_categories = array(); $i = 1;， 然后另外用html语言建入你想放入的内容！ 切记不可直接删除此段哦，否则整个主题会产生错误；</p>
<p> </p>
<p>还有一些使用中的问题，大家可以留言讨论哦！  附送本站主题完整下载，含原始PNG图片的哦！</p>
<p>下载链接如下：</p>
<p><a href="http://www.qiuyinuo.com/wp-content/themes/arthemia.rar">点击下载乐乐窝改良杂志型arthemia主题</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qiuyinuo.com/%e6%9c%ac%e7%ab%99%e4%bd%bf%e7%94%a8%e7%9a%84wordpress%e4%b8%bb%e9%a2%98%ef%bc%8d%e6%9d%82%e5%bf%97%e5%9e%8barthemia-10/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
