ISプランニングはデジタルとアナログの融合を目指します

각 사업의 페이지가 완성

일단 구 홈페이지에서 사업 내용의 이행이 완료되었습니다.

완료라고해도, 매우 단순한 것으로 담백한 불과하지만 우리의 일에 대한 노력과 자세는 표현 두었으므로, 우선은 괜찮 냐고 · · ·.

각 페이지에 내용 내용을 써 "page.php"는 로드만하고 있습니다.

실제 "page.php"은 다음과 같다

<?php get_header(); ?>
<div id="body">
<div id="contents">
<!-- 記事のループ表示 -->
<div class="post">
	<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
		<?php the_content() ?>
	<?php endwhile; else: ?>
		<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
	<?php endif; ?>
</div>
<!-- 記事の表示-end -->
<div class="page-top"><a href="#page"><img src="<?php bloginfo('template_directory'); ?>/images/btntop.gif" alt="ページのトップに戻る" width="114" height="24" /></a></div>
<div class="height-30"><span class="dummy">空白</span></div>
</div><!-- contents-end -->
<?php get_sidebar(); ?>
</div><!-- body-end -->
<?php get_footer(); ?>
タグ
,
トラックバックURL

Leave a Reply

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

ページTOPに戻る