ABZiko
یک شنبه 07 دی 1393, 13:20 عصر
سلام، این کد قسمت محتوی بنده برای WordPress هست :
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="content">
<div class="title"><i class="livicon" data-name="align-justify"></i><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
<div class="contentImage"><?php if ( has_post_thumbnail() ) {the_post_thumbnail(); } ?></div>
<div class="contentText"><?php the_content(); ?></div>
<br>
<?php mw_Likes(get_the_ID()); ?><br>
<?php if(function_exists('wp_ulike')) wp_ulike('get'); ?><br>
<i class="livicon" data-name="user" data-color="#AAA"></i><span>نویسنده : <?php the_author(); ?></span><br><br>
<i class="livicon" data-name="timer" data-color="#AAA"></i><span>انتشار : <?php the_date(); ?></span><br><br>
<i class="livicon" data-name="thumbnails-small" data-color="#AAA"></i><span>دسته بندی : <?php the_category(); ?></span><br><br>
<i class="livicon" data-name="eye-open" data-color="#AAA"></i><span><?php echo getPostViews(get_the_ID());?></span><br><br>
<i class="livicon" data-name="comment" data-color="#AAA"></i><span><?php the_comment(); ?></span><br><br>
<a href="<?php the_permalink(); ?>"><button class="readMore">ادامه ...</button></a>
</div>
<?php endwhile; ?>
<?php endif; ?>
اما چیزی نمایش نمی ده، چرا؟ به نظر شما می تونه از چیز باشه؟
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="content">
<div class="title"><i class="livicon" data-name="align-justify"></i><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
<div class="contentImage"><?php if ( has_post_thumbnail() ) {the_post_thumbnail(); } ?></div>
<div class="contentText"><?php the_content(); ?></div>
<br>
<?php mw_Likes(get_the_ID()); ?><br>
<?php if(function_exists('wp_ulike')) wp_ulike('get'); ?><br>
<i class="livicon" data-name="user" data-color="#AAA"></i><span>نویسنده : <?php the_author(); ?></span><br><br>
<i class="livicon" data-name="timer" data-color="#AAA"></i><span>انتشار : <?php the_date(); ?></span><br><br>
<i class="livicon" data-name="thumbnails-small" data-color="#AAA"></i><span>دسته بندی : <?php the_category(); ?></span><br><br>
<i class="livicon" data-name="eye-open" data-color="#AAA"></i><span><?php echo getPostViews(get_the_ID());?></span><br><br>
<i class="livicon" data-name="comment" data-color="#AAA"></i><span><?php the_comment(); ?></span><br><br>
<a href="<?php the_permalink(); ?>"><button class="readMore">ادامه ...</button></a>
</div>
<?php endwhile; ?>
<?php endif; ?>
اما چیزی نمایش نمی ده، چرا؟ به نظر شما می تونه از چیز باشه؟