<-- Search dla pojedynczych stron -->
-----------------------------searchform.php---------------------------------
<form method="get" action="<?php echo get_post_type_archive_link(get_post_type()); ?>" class="search">
<label for="search">Szukaj cos:</label>
<fieldset>
<input type="text" name="search" id="search" />
<input type="submit" value="Szukaj" />
</fieldset>
</form>
-----------------------------single-post.php---------------------------------
<?php get_search_form(); ?>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.