All pastes #1708674 Raw Edit

Wordpress kategorilere bal yazla

public php v1 · immutable
#1708674 ·published 2009-12-09 20:03 UTC
rendered paste body
<?php echo "";                global $post;                $myposts = get_posts("numberposts=10&category=114");                foreach($myposts as $post) :                    setup_postdata($post);?>                    <div class="post">                    <a id="haberrange" href="<?php the_permalink() ?>"><?php the_title(); ?></a>                    <?php endforeach; ?>            </div><?php;?>