سلام یه فایل با اسم tags.php توی پوشه قالبتون بسازید و این کدارو بذارید توش و ذخیره کنید
<?php
/*
Template Name: Tags
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>برچسب ها</title>
<style>
#page {width:700px; margin-left:20%;margin-right:20%;margin-top:3%;
border:solid 1px #0B759D ;
border-left-width:10px;
border-right-width:10px;
}
h2 {direction:rtl;
text-align:right;
font-size:12px;
font-family:tahoma;
color:#FFFFFF;
}
.name { padding: 10px;
background-color:#0099CC;
}
.tags { width:580px;
margin:auto;
margin-top: 40px;
direction:rtl;
text-align:center;
border:solid 1px #0B759D;
-moz-border-radius:6px ;
padding: 10px 0 10px 0 ;
}
a , #footer a {
font-family:tahoma ;
text-decoration:none;
color:#669933;
}
a:hover , #footer a {
text-decoration:underline;
color:#669900;
}
p {direction:rtl;
text-align:center;
font-family:tahoma;
font-size:11px;
}
p a , .links , p a:hover {
direction:rtl;
text-align:right;
font-family:tahoma;
font-size:9px;
color:#FFFFFF
}
</style>
</head>
<body>
<div id="page">
<div class="name">
<h2> <?php bloginfo('name'); ?></h2>
</div>
<div class="tags">
<?php wp_tag_cloud('smallest=7&largest=7&number=14000&orderby=cunt'); ?>
</div>
</div>
</div>
</body>
</html>
بعد برید به افزودن برگه یه برگه بذارید بعد آدرس برگه یا نامکو بزنید tags بعد یه اسم هم هرچی خواستی بزن واسه برگه بعد برو قسمت صفات برگه و قالب رو بذار روی Tags بعد انتشار رو بزنی حله حالا برگه رو فرخوانی کنی و آدرسشو بزنی همه تگای سایتتو توی پیج خوشگل واست میاره
همین - یا حق