All pastes #767047 Raw Edit

Anonymous

public text v1 · immutable
#767047 ·published 2007-11-09 12:51 UTC
rendered paste body
$_GET("m")=2007 (içinde bulunduğumuz yıl otomatik olarak yazılacak)
$_GET("w")=46 (içinde bulunduğumuz hafta, otomatik olarak yazılacak sanırım bununla ilgili bir php fonksiyonu vardır)
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
<?php endwhile; ?>