harukasaka
フォーラムへの返信
2件の返信を表示中 - 1 - 2件目 (全2件中)
-
フォーラム: 使い方全般
返信が含まれるトピック: トップページのリンクから固定ページへ遷移できないお二方とも有難うございます。
ご指摘頂いた点、教えて頂いたサイトを見ながら修正して試してみます。
お時間かかると思いますので、ほったらかしにして無礼にならないようご報告でした。フォーラム: 使い方全般
返信が含まれるトピック: トップページのリンクから固定ページへ遷移できないご返信有難うございます!
indexでループしています。1記事だけ表示してあとは別ページで全部表示の予定です。
文法エラーの件も有難うございます。こんなのがあるなんて知らなかったので助かります!<div class="news"> <div class="news-bkRGBA"> <img class="news-img" src="https://s3-ap-northeast-1.amazonaws.com/greenf/Unknown.png" alt=""> <div class="container"> <h3 class="title">お知らせ</h3> <div class="box19"> <div class="post"> <?php query_posts('&posts_per_page=1'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h3 class="post-h3"><?php the_title(); ?></h3> <p class="post-p"><?php the_time('Y/m/d'); ?></p> <?php function my_excerpt( $length ) { global $post; $content = mb_substr( strip_tags( $post -> post_content ), 0, $length ); $content = $content . '(つづきを読む)'; return $content; } ?> <p class="post-excerpt"><?php echo my_excerpt(80); ?></p> <?php echo str_replace("80", "80", get_the_post_thumbnail()); ?> </a> <?php endwhile; else: ?> <?php endif; ?> </div> <a class="more-btn" href= "http://green-f.info/news/">もっとみる</a> </div> </div> </div> </div> </div> </div>
2件の返信を表示中 - 1 - 2件目 (全2件中)