<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>フォーラム トピック: indexページへの表記について</title>
<link>http://ja.forums.wordpress.org/</link>
<description>フォーラム トピック: indexページへの表記について</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 09:30:27 +0000</pubDate>

<item>
<title>kvex :  "indexページへの表記について"</title>
<link>http://ja.forums.wordpress.org/topic/2611#post-10769</link>
<pubDate>Wed, 14 Oct 2009 16:16:56 +0000</pubDate>
<dc:creator>kvex</dc:creator>
<guid isPermaLink="false">10769@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;more を出したいのかどうかがわからないのですが、その関数は日本語対応していません。&#60;br /&#62;
ですので&#60;br /&#62;
&#60;code&#62;?php echo mb_substr(strip_tags($post-&#38;gt;post_content),0,50); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
などで50文字にするとかどうでしょうか？
&#60;/p&#62;</description>
</item>
<item>
<title>shigekazu :  "indexページへの表記について"</title>
<link>http://ja.forums.wordpress.org/topic/2611#post-10753</link>
<pubDate>Wed, 14 Oct 2009 07:01:29 +0000</pubDate>
<dc:creator>shigekazu</dc:creator>
<guid isPermaLink="false">10753@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;いつもお世話になっています。&#60;/p&#62;
&#60;p&#62;最近、Magzineというテーマを使用させてもらっています。&#60;br /&#62;
indexページでは各エントリのテキストを表示させていますが、全文表示ではなく、ある文字数のみ表記させる使用に変更したいと思っています。&#60;/p&#62;
&#60;p&#62;そこで、下記ソースを修正すればよいのか。それとも他の部分を修正すればいいのか。教えていただけますか。&#60;/p&#62;
&#60;p&#62;私が推測する修正箇所&#60;br /&#62;
＝＝＝&#60;br /&#62;
 &#38;lt;?php the_content_rss('', TRUE, '', 80); ?&#38;gt;&#60;br /&#62;
＝＝＝&#60;/p&#62;
&#60;p&#62;もう少し説明しますと、下記がindex.phpで表示させるソースです。&#60;br /&#62;
＝＝＝&#60;br /&#62;
        	&#38;lt;div class=&#34;left&#34;&#38;gt;&#38;lt;!--left--&#38;gt;&#60;br /&#62;
        		&#38;lt;?php&#60;br /&#62;
        		$Catid = get_cat_id(''. $MagZ_main_section .'');&#60;br /&#62;
        		$Featid = get_cat_id(''. $MagZ_feat_section .'');&#60;br /&#62;
        		query_posts('showposts=2&#38;amp;cat=-' . $Catid . ',-' . $Featid . '');&#60;br /&#62;
				  	if (have_posts()) : ?&#38;gt;&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
            	&#38;lt;div class=&#34;post&#34;&#38;gt;&#38;lt;!--post--&#38;gt;&#60;br /&#62;
                    &#38;lt;div class=&#34;category&#34;&#38;gt;&#38;gt;&#38;gt;&#38;gt; &#38;lt;?php the_category(', ') ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
                    &#38;lt;h2&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Read more on &#38;lt;?php the_title_attribute(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;date&#34;&#38;gt;&#38;lt;?php the_time('Y年m月d日（D）'); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;?php do_action('wp-otenki'); ?&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;comments&#34;&#38;gt;&#38;lt;?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?&#38;gt; &#38;lt;/span&#38;gt;&#60;br /&#62;
                    &#38;lt;hr /&#38;gt;&#60;br /&#62;
                    &#38;lt;p&#38;gt;&#60;br /&#62;
                    	 &#38;lt;?php the_content_rss('', TRUE, '', 80); ?&#38;gt;&#60;br /&#62;
                    &#38;lt;/p&#38;gt;&#60;br /&#62;
            	&#38;lt;/div&#38;gt;&#38;lt;!--post--&#38;gt;&#60;br /&#62;
               &#38;lt;?php endwhile; ?&#38;gt;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
＝＝＝&#60;/p&#62;
&#60;p&#62;下記が私のブログURLです。&#60;br /&#62;
&#60;a href=&#34;http://blog.shigekazu.jp/&#34; rel=&#34;nofollow&#34;&#62;http://blog.shigekazu.jp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;宜しくお願いします。
&#60;/p&#62;</description>
</item>

</channel>
</rss>
