Kendi temandaki page.php ile benim kodlarımı ona bakarak düzenlersen sorun kalmaz

Ayrıca tema olmadan göstermek istiyorsan aynı şekilde herşeyi yap, header. sidebar, footer kodlarını kaldır
Kolay gelsin
10
●1.854

Kolay gelsin
<?php
/*
Template Name: Etiketler
*/
?>
<div id="content"><?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="post" id="post-<?php the_ID(); ?>"><div class="entrytop"><div class="entry"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2></div></div><div class="post-content"><ul><?php wp_tag_cloud('number=50&unit=pt'); ?></ul></div></div><?php endwhile; endif; ?></div><!--/content -->