예제 #1
0
파일: index.php 프로젝트: em222iv/wordpress
</a>
        </h1>

        <div class="entry-content">
          <?php 
        the_content();
        ?>
        </div>

      </article>

    <?php 
    }
    ?>
      <?php 
    wtf_paginate('Pagination', 'pagination-primary clearfix');
    ?>
    <?php 
} else {
    ?>
      <?php 
    get_template_part('content', '404');
    ?>
    <?php 
}
?>

  </div>
  <!-- /main -->

<?php 
예제 #2
0
    the_permalink();
    ?>
" title="<?php 
    echo esc_attr(sprintf(__('Permalink to %s'), the_title_attribute('echo=0')));
    ?>
" rel="bookmark"><?php 
    the_title();
    ?>
</a>
      </h1>

      <div class="entry-content">
        <?php 
    the_content();
    ?>
      </div>

      <?php 
    wtf_paginate('Pagination', 'pagination-secondary clearfix');
    ?>

    </article>
    <!-- /main -->

  <?php 
}
?>

<?php 
get_sidebar();
get_footer();