şuan son oyunlar için kod şu şekilde:
<div id="footer"> <div id="siralioyunlar"> <div id="yazibasligi"> <h1>Bütün Katagoriler</h1> </div> <ul> <?php global $post; $args = array( 'numberposts' => 40, 'orderby' => 'date', 'no_found_rows' => true, 'update_post_term_cache' => false, 'update_post_meta_cache' => false ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endforeach; wp_reset_postdata(); ?> </ul> <div style='clear:both'></div></div>
bunu nasıl katagorilerin olduğu şekilde yapılır. şekil olarak aynı olmasını istiyom 4 e bölünmüş .. resim olarakda
title li argümanı da eklemek gerek