...................
問題:検索フォームでキーワードに対しての記事の表示ができない。
こちらのコードで記事の表示はできますが、ページネーションの機能が果たせないので止めています。
//$paged = ( get_query_var( ‘paged’ ) ) ? get_query_var( ‘paged’ ) : 1;
こちらのコードを止めているのはページネーションの機能が果たせないから // にしている。
...................
<!--サブループ post id end--><div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php endwhile;
endif;
wp_reset_postdata(); ?>
<!--WP query loop end-->.....................................................
検索フォームのコード
searchform.php 設置して読み込みまでできます。
<form class="form-inline my-2 my-lg-0" method="get" class="navbar-form navbar-right" nav.fixed-top form method="get" action="<?php echo home_url('/'); ?>" method="get"></form><input class="form-control search-button mr-sm-2" type="" placeholder="keyword" name="s" id="s" value="<?php echo get_search_query(); ?>" aria-label=""> <button class="btn btn-success my-2 my-sm-0 search-button" type="submit"> </button>
.....................................................
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。