-
2007/06/16 3:55 오후 #2724
글 목록(아카이브.php) 코드는 다음과 같습니다.
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php $counter=0?>
<?php while (have_posts()) : the_post(); ?>
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<br><?php the_time('l, F jS, Y') ?><?php $counter++ ?>
<?php if ($counter%5 == 0) {echo '<br>';include "http://애드센스코드주소"; } ?>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div><?php else : ?>
<h2 class="center">Not Found</h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?><?php endif; ?>
</div>
<?php get_footer(); ?>
2007/06/16 3:55 오후 #2725연달아 질문을 하는데요.
이상하게 파이어폭스2.0에서는 잘보이는 페이지가
익스플로러7.0에서는 소스가 출력되다가 마는 현상이 나타나네요.
페이지를 찾을 수 없습니다. 라는 메세지도 자주뜨고;;;메인 페이지 주소는 http://plan9.co.kr/ad/ 이고
소스출력이 되다가 마는 주소는 http://plan9.co.kr/ad/index.php/category/adblock/입니다.이거 도대체 뭐가 잘못된건지 잘모르겠네요..
2007/06/16 3:55 오후 #2729연달아 질문을 하는데요.
이상하게 파이어폭스2.0에서는 잘보이는 페이지가
익스플로러7.0에서는 소스가 출력되다가 마는 현상이 나타나네요.
페이지를 찾을 수 없습니다. 라는 메세지도 자주뜨고;;;메인 페이지 주소는 http://plan9.co.kr/ad/ 이고
소스출력이 되다가 마는 주소는 http://plan9.co.kr/ad/index.php/category/adblock/입니다.이거 도대체 뭐가 잘못된건지 잘모르겠네요..
-
AuthorPosts
- 답변은 로그인 후 가능합니다.