saeid1373
January 26th, 2016, 17:02
سلام دوستان
من تازه یه قالب نصب کردم ولی وقتی برگه تازه تو وردپرس میسازم با وجود اینکه تو پیشنمایش درست نشون میده بعد پابلیش کردن به اشتباه صفحه اول سایتو نشون میده
به نظرتون مشکل از کجا میتونه باشه؟
- - - Updated - - -
کدهای فایل page.php
<?php get_header(); ?>
<section class="base">
<div class="container">
<div class="posts">
<article class="pagesingle">
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
<div class="title">
<h2><?php echo get_the_title(); ?></h2>
</div>
<div class="content">
<?php the_content(); ?>
</div>
<?php endwhile; endif; ?>
</article>
</div>
<?php get_sidebar(); ?>
</div>
</section>
<?php get_footer(); ?>
من تازه یه قالب نصب کردم ولی وقتی برگه تازه تو وردپرس میسازم با وجود اینکه تو پیشنمایش درست نشون میده بعد پابلیش کردن به اشتباه صفحه اول سایتو نشون میده
به نظرتون مشکل از کجا میتونه باشه؟
- - - Updated - - -
کدهای فایل page.php
<?php get_header(); ?>
<section class="base">
<div class="container">
<div class="posts">
<article class="pagesingle">
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
<div class="title">
<h2><?php echo get_the_title(); ?></h2>
</div>
<div class="content">
<?php the_content(); ?>
</div>
<?php endwhile; endif; ?>
</article>
</div>
<?php get_sidebar(); ?>
</div>
</section>
<?php get_footer(); ?>