サポート » プラグイン » 『wordpress-popular-posts』のサムネイルが更新されない

  • 解決済 eghato

    (@eghato)


    お疲れ様です、失礼します。
    wordpressのランキングを出力するプラグイン『wordpress-popular-posts』についてなのですが、
    記事のサムネイルを別の画像に変えたとき、このプラグインで出力したランキング記事のサムネイルが更新されません。
    何か解決策がありましたら教えて頂けませんでしょうか、お願い致します。

    コードは以下になります。

    <?php
    		$wpp = array (
    		'range' => 'daily',
    		'limit' => 5,
    		'post_type' => 'post',
    		'wpp_start' => '',
    		'wpp_end' => '',
    		'title_length' => 25,
    		'stats_comments' => 0,
    		'stats_author' => 1,
    		'stats_views' => 1,
    		'thumbnail_width' => 75,
    		'thumbnail_height' => 75,
    		'post_html' => '
    		<div class="query-box cf">
    		<p class="number">No.</p>
    		{thumb}
    		<div class="txt"><h4>{title}</h4>
    		<p class="author">{stats}</p></div><!-- txt -->
    		</div>',
    	); ?>
    			<?php
    			 wpp_get_mostpopular($wpp);
    				 ?>
2件の返信を表示中 - 1 - 2件目 (全2件中)
  • キャッシュ系のプラグインは使用されていますか?

    トピック投稿者 eghato

    (@eghato)

    申し訳ありません、「wordpress-popular-posts」自体にキャッシュ機能があったようです。
    プラグインの設定からキャッシュを空にしたらサムネイルが更新されました。
    おさがわせしてすいませんでした。

2件の返信を表示中 - 1 - 2件目 (全2件中)
  • トピック「『wordpress-popular-posts』のサムネイルが更新されない」には新たに返信することはできません。