日本語
フォーラム
(@canberry)
10年、 9ヶ月前
そちらのコードを試したら、「No cookie found.」表示されました!
<?php if (function_exists('zg_recently_viewed')): if (isset($_COOKIE["WP-LastViewedPosts"])) { ?> <?php zg_recently_viewed(); ?> <?php } endif; ?>
私は上記のように記述していたので、それが原因でした・・・ ありがとうございました!