サポート » 使い方全般 » アイキャッチ画像表示

  • 解決済 sheep_o5

    (@sheep_o5)


    <?php
    $categories = get_the_category();
    foreach($categories as $category):
    $related_posts = get_posts(array(‘category__in’ => array($category->cat_ID), ‘exclude’ => $post->ID, ‘numberposts’ => $post->ID, ‘numberposts’ => -1, ‘has_post_thumbnail_id’=> $post->ID));
    if($related_posts): ?>
    <ul class=”item-lists”>
    <?php foreach($related_posts as $related_post): ?>

  • トピック「アイキャッチ画像表示」には新たに返信することはできません。