<?php if ( have_posts() ) : ?> <?php while ( have_posts() ): the_post(); ?> <?php $get_cat = get_the_category(); $first_cat = $get_cat[0]; $category_name = $first_cat->cat_name; $category_link = get_category_link( $first_cat->cat_ID ); ?> <?php endwhile; ?> <?php else : ?>Son eklenen 4 id almasın son 4 id den sonraki konuları sıralamasını istiyorum bu nasıl olur => DESC LIMIT 4, 100 kodum yukarıda.
Son eklenen 4 konu çekmesin sonrasını sıralasın.
