コード例 #1
0
<?phpget_header();?><div id="content-wrapper"><h1>IT WORKS!</h1></div>
<?php 
get_footer();
コード例 #2
0
ファイル: service.php プロジェクト: sangikumar/IP
<?php

phpget_header();
?>

<div id="content">
	<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
    <div id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class('page');
        ?>
>
      <article>
        <h1><?php 
        the_title();
        ?>
</h1>
  
        <div id="page-content">
          <?php 
        the_content();
        ?>
          <div class="pagination">
            <?php 
        wp_link_pages('before=<div class="pagination">&after=</div>');