Exemple #1
0
<?php

get_header();
?>

<div class="post">
  <!--ループ開始-->
  <h2 class="entry-title">ページが存在しません</h2>
  <img class="not-found" src="<?php 
echo get_template_directory_uri();
?>
/images/404.png" alt="404 Not Found" />
  <p><?php 
echo get_theme_text_not_found_message();
//見つからない時のメッセージ
?>
</p>

</div>
<!-- END div.post -->
<?php 
get_footer();
            ?>
/images/no-image-320.png" alt="NO IMAGE" class="no-image new-list-no-image" /></a>
  <?php 
        }
        ?>
  </div><!-- /.new-entry-thumb -->

  <div class="new-entry-content">
    <a href="<?php 
        the_permalink();
        ?>
" class="new-entry-title" title="<?php 
        the_title();
        ?>
"><?php 
        the_title();
        ?>
</a>
  </div><!-- /.new-entry-content -->

</div><!-- /.new-entry -->
<?php 
    }
} else {
    echo '<p>' . get_theme_text_not_found_message() . '</p>';
    //見つからない時のメッセージ
}
wp_reset_query();
?>
</div><!-- /.new-entry-large -->
<div class="clear"></div>