<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Cocoonバージョン: 2.6.9のアップデートでWordPress Popular Postsが表示されなくなりました。 - 不具合報告				            </title>
            <link>https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Wed, 13 May 2026 16:32:47 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Cocoonバージョン: 2.6.9のアップデートでWordPress Popular Postsが表示されなくなりました。</title>
                        <link>https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75970</link>
                        <pubDate>Fri, 15 Dec 2023 04:31:40 +0000</pubDate>
                        <description><![CDATA[「HTMLの縮小」が原因ではありません。画面幅700px以下になると表示されなくなります。
 2023-12-15_13h29_26.png
 
●原因wpp_get_mostpopularが出力する前に、ulタグがあり。一覧を表示するリストのCSSとの関係で、画像が表示されなくなります。
.entry-list ul {
  display: flex;
  fl...]]></description>
                        <content:encoded><![CDATA[<p>「HTMLの縮小」が原因ではありません。画面幅700px以下になると表示されなくなります。</p>
<div id="wpfa-37176" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-12-15_13h29_26.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1702614700-2023-12-15_13h29_26.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-12-15_13h29_26.png</a></div>
<div> </div>
<div><strong>●原因</strong><br />wpp_get_mostpopularが出力する前に、<span style="color: #ff0000">ulタグ</span>があり。<br />一覧を表示するリストのCSSとの関係で、画像が表示されなくなります。<br /><br />
<pre contenteditable="false">.entry-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}</pre>
<br />上記の中に以下を定義している。<br />
<pre contenteditable="false">.entry-list ul&gt;div {
  display: flex;
  flex-wrap: wrap;
}</pre>
<br /><br />写真は1:1で表示させる。<br />この時、ひと昔のpadding-topを用い、画像を表示する高さを設けている。図③</div>
<div id="wpfa-37177" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-12-15_13h15_14.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1702614795-2023-12-15_13h15_14.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-12-15_13h15_14.png</a></div>
<div>画面幅700px以下になると商品名(.entry-list h3)が非表示となる。<br /><br />ulの下にでwpp_get_mostpopularで一覧を作成しており、flexの中にflexが入れ子となってる。図②<br />この為、商品名が非表示になると画像分の高さを保持するpadding-topが効かなくなる。<br />結果、画像が表示されなくなる。</div>
<div id="wpfa-37179" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-12-15_13h13_44.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1702614923-2023-12-15_13h13_44.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-12-15_13h13_44.png</a></div>
<div><hr /><strong>●対策</strong><br />コード中のulタグを削除してみて下さい。</div>
<div>それか以下を追加する。</div>
<div>
<pre contenteditable="false">.popular-ranking ul {
display: block;
}</pre>
</div>
<div id="wpfa-37180" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-12-15_13h38_33.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1702615155-2023-12-15_13h38_33.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-12-15_13h38_33.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/bugs/">不具合報告</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75970</guid>
                    </item>
				                    <item>
                        <title>RE: Cocoonバージョン: 2.6.9のアップデートでWordPress Popular Postsが表示されなくなりました。</title>
                        <link>https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75969</link>
                        <pubDate>Thu, 14 Dec 2023 23:15:06 +0000</pubDate>
                        <description><![CDATA[今回、とりあえず高速化のHTMLのチェックを外したら問題は解決できました。　]]></description>
                        <content:encoded><![CDATA[<p>今回、とりあえず高速化のHTMLのチェックを外したら問題は解決できました。　</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/bugs/">不具合報告</category>                        <dc:creator>bombom0023</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75969</guid>
                    </item>
				                    <item>
                        <title>Cocoonバージョン: 2.6.9のアップデートでWordPress Popular Postsが表示されなくなりました。</title>
                        <link>https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75968</link>
                        <pubDate>Thu, 14 Dec 2023 23:10:31 +0000</pubDate>
                        <description><![CDATA[&lt;!-- 1ページ目のみコンテンツ、人気記事表示 --&gt;
&lt;?php if (!is_paged()) : ?&gt;
    &lt;section class=&quot;entry-list popular-ranking&quot;&gt;
               &lt;h2&gt;週間人気商品&lt;/h2&gt;
        &lt;ul&gt;...]]></description>
                        <content:encoded><![CDATA[<pre contenteditable="false">&lt;!-- 1ページ目のみコンテンツ、人気記事表示 --&gt;
&lt;?php if (!is_paged()) : ?&gt;
    &lt;section class="entry-list popular-ranking"&gt;
               &lt;h2&gt;週間人気商品&lt;/h2&gt;
        &lt;ul&gt;
            &lt;?php
            if (function_exists('wpp_get_mostpopular')) {
                $arg = array(
                    // 記事を表示する最大件数
                    'limit' =&gt; 12,
                    // 集計期間。 daily, weekly, monthly, all のいずれかを指定
                    'range' =&gt; 'weekly',
                    // ソート順の対象。 views(閲覧数), comments(コメント数), avg(1日の平均）のいずれかを指定
                    'order_by' =&gt; 'views',
                    // ポストタイプを指定。post, page, などを指定
                    'post_type' =&gt; 'profilegrid_blogs',
                );
                wpp_get_mostpopular($arg);
            }
            ?&gt;
        &lt;/ul&gt;
    &lt;/section&gt;

    &lt;section class="entry-list popular-ranking"&gt;
               &lt;h2&gt;月間人気商品&lt;/h2&gt;
        &lt;ul&gt;
            &lt;?php
            if (function_exists('wpp_get_mostpopular')) {
                $arg = array(
                    // 記事を表示する最大件数
                    'limit' =&gt; 12,
                    // 集計期間。 daily, weekly, monthly, all のいずれかを指定
                    'range' =&gt; 'monthly',
                    // ソート順の対象。 views(閲覧数), comments(コメント数), avg(1日の平均）のいずれかを指定
                    'order_by' =&gt; 'views',
                    // ポストタイプを指定。post, page, などを指定
                    'post_type' =&gt; 'profilegrid_blogs',
                );
                wpp_get_mostpopular($arg);
            }
            ?&gt;
        &lt;/ul&gt;
    &lt;/section&gt;
&lt;?php endif; ?&gt;</pre>
<p> </p>
<p>上記が該当ソースですが、ダウングレード以外の方法などありますでしょうか？　ソースの修正などご指摘あればご教授お願いいたします。</p>
<p> </p>
<p>https://matching.test-example.xyz/</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/bugs/">不具合報告</category>                        <dc:creator>bombom0023</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/bugs/cocoon%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3-2-6-9%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%a7wordpress-popular-posts%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c/#post-75968</guid>
                    </item>
							        </channel>
        </rss>
		