ZxGroup
Registered User
- تاریخ عضویت
- 12 آگوست 2010
- نوشتهها
- 688
- لایکها
- 174
مشکل حل شد ...
با تشکر از learndl عزیز
با تشکر از learndl عزیز
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
Last edited: