Ben daha degişik birşey yaptım.Daha basit yapması daha kolay birşey.
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-load.php' );
wp();
require_once( ABSPATH . WPINC . '/template-loader.php' );
}
?>
<?php query_posts('orderby=rand&showposts=20'); if (have_posts()) : while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><br>
<?php endwhile;endif; ?>Bunla şuanda okunanlar veya rastgele yazı oluyor.Sadece isimleri ama.