Acest hack este foarte folositor atunci cand ai un concurs pe site. Poti sa pui timpul de expirare pentru un articol.
Tot ce trebuie sa faci este sa modifici fisierul index.php si sa schimbi cu urmatorul cod:
[php]
<?php
if (have_posts()) :
while (have_posts()) : the_post(); ?>
$expirationtime = get_post_custom_values(‘expiration’);
if (is_array($expirationtime)) {
$expirestring = implode($expirationtime);
}
$secondsbetween = strtotime($expirestring)-time();
if ( $secondsbetween > 0 ) {
// For example…
the_title();
the_excerpt();
}
endwhile;
endif;
?>
[/php]
dupa ce ai facut acest lucru trebuie sa adaugi in camp cu numele expiration care sa aiba formatul mm/dd/yyyy 00:00:00