Sayfana wp_head ve wp_footer eklersen bu fonksiyonlar çalışır.

query_posts("showposts=1500");
if( have_posts() ) : while( have_posts() ) : the_post();
the_title();
echo " (";
if(function_exists('the_views')) { the_views(); }
echo ")";
endwhile; endif;
wp_reset_query();