Home 게시판 커뮤니티 Q&A FF에선 잘보이는데 익스플로러에서 잘안보입니다.

8개 답변, 1 voice Last updated by Avatar of smiledsmiled 17 years, 7 months 전
  • Avatar of smiledsmiled
    Participant
    @smiled
    #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('&laquo; Previous Entries') ?></div>
             <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></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('&laquo; Previous Entries') ?></div>
             <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
          </div>

       <?php else : ?>

          <h2 class="center">Not Found</h2>
          <?php include (TEMPLATEPATH . '/searchform.php'); ?>

       <?php endif; ?>

       </div>   

    <?php get_footer(); ?>

    Avatar of smiledsmiled
    Participant
    @smiled
    #2725

    연달아 질문을 하는데요.

    이상하게 파이어폭스2.0에서는 잘보이는 페이지가

    익스플로러7.0에서는 소스가 출력되다가 마는 현상이 나타나네요.
    페이지를 찾을 수 없습니다. 라는 메세지도 자주뜨고;;;

    메인 페이지 주소는 http://plan9.co.kr/ad/ 이고
    소스출력이 되다가 마는 주소는 http://plan9.co.kr/ad/index.php/category/adblock/입니다.

    이거 도대체 뭐가 잘못된건지 잘모르겠네요..

    Avatar of smiledsmiled
    Participant
    @smiled
    #2729

    연달아 질문을 하는데요.

    이상하게 파이어폭스2.0에서는 잘보이는 페이지가

    익스플로러7.0에서는 소스가 출력되다가 마는 현상이 나타나네요.
    페이지를 찾을 수 없습니다. 라는 메세지도 자주뜨고;;;

    메인 페이지 주소는 http://plan9.co.kr/ad/ 이고
    소스출력이 되다가 마는 주소는 http://plan9.co.kr/ad/index.php/category/adblock/입니다.

    이거 도대체 뭐가 잘못된건지 잘모르겠네요..

    Avatar of smiledsmiled
    Participant
    @smiled
    #2726

    원래 저 스킨에 아카이브.php파일이 없어서 제가 만들었는데

    저게 문제일까요?

    Avatar of smiledsmiled
    Participant
    @smiled
    #2730

    원래 저 스킨에 아카이브.php파일이 없어서 제가 만들었는데

    저게 문제일까요?

    Avatar of smiledsmiled
    Participant
    @smiled
    #2727

    로그인하면 또 제대로 보이고…
    이거 도대체 ㅜ.ㅜ;

    Avatar of smiledsmiled
    Participant
    @smiled
    #2731

    로그인하면 또 제대로 보이고…
    이거 도대체 ㅜ.ㅜ;

    Avatar of smiledsmiled
    Participant
    @smiled
    #2728

    WP-SlimStat-Ex 플러그인 끄니까 괜찮아져서
    껐습니다.

    1.41버젼이고 워드프레스는 최신 한글판인데 안맞나…

    Avatar of smiledsmiled
    Participant
    @smiled
    #2732

    WP-SlimStat-Ex 플러그인 끄니까 괜찮아져서
    껐습니다.

    1.41버젼이고 워드프레스는 최신 한글판인데 안맞나…

9 글 보임 - 1에서 9 까지 (총 9 중에서)
  • 답변은 로그인 후 가능합니다.