MAM opcje szukaj już ale potrzebuje aby wyróznić tekst który znalazł tzn. np. jak wpisze "coś" to wszystkie "coś" na stronie nie dość, ze znajdzie to wyrózni.. potzrebny osobny plugin czy mozna do tego search ?
get_header(); ?>
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<?php if ( have_posts() ) : ?>
<header class="page-header">
<h1 class="page-title">
<?php printf( __
( 'Search Results for: %s', 'twentythirteen' ), get_search_query
() ); ?></h1>
</header>
<?php /* The loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>
<?php twentythirteen_paging_nav(); ?>
<?php else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>