本文整理汇总了PHP中get_search_form函数的典型用法代码示例。如果您正苦于以下问题:PHP get_search_form函数的具体用法?PHP get_search_form怎么用?PHP get_search_form使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_search_form函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: genesis_404
/**
* This function outputs a 404 "Not Found" error message
*
* @since 1.6
*/
function genesis_404()
{
echo genesis_html5() ? '<article class="entry">' : '<div class="post hentry">';
printf('<h1 class="entry-title">%s</h1>', apply_filters('genesis_404_entry_title', __('Not found, error 404', 'genesis')));
echo '<div class="entry-content">';
if (genesis_html5()) {
echo apply_filters('genesis_404_entry_content', '<p>' . sprintf(__('The page you are looking for no longer exists. Perhaps you can return back to the site\'s <a href="%s">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below.', 'genesis'), trailingslashit(home_url())) . '</p>');
get_search_form();
} else {
?>
<p><?php
printf(__('The page you are looking for no longer exists. Perhaps you can return back to the site\'s <a href="%s">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below.', 'genesis'), trailingslashit(home_url()));
?>
</p>
<?php
}
if (!genesis_html5()) {
genesis_sitemap('h4');
} elseif (genesis_a11y('404-page')) {
echo '<h2>' . __('Sitemap', 'genesis') . '</h2>';
genesis_sitemap('h3');
}
echo '</div>';
echo genesis_html5() ? '</article>' : '</div>';
}
示例2: pra_print_not_found
function pra_print_not_found()
{
?>
<h3 class="center">No posts found. Try a different search?</h3>
<?php
get_search_form();
}
示例3: aaron_menu_search
function aaron_menu_search($items, $args)
{
if ($args->theme_location == 'header') {
$items = $items . '<li class="topsearch">' . get_search_form(false) . '</li>';
}
return $items;
}
示例4: render_content
function render_content()
{
?>
<?php
if (have_posts()) {
?>
<div class="loop">
<div class="loop-content">
<?php
while (have_posts()) {
// The Loop
?>
<?php
the_post();
?>
<div id="post-<?php
the_ID();
?>
" <?php
post_class();
?>
>
<!-- title, meta, and date info -->
<div class="entry-header clearfix">
<h1 class="entry-title"><?php
the_title();
?>
</h1>
</div>
<!-- post content -->
<div class="entry-content clearfix">
<?php
the_content();
?>
</div>
<?php
get_search_form();
?>
</div>
<!-- end .post -->
<?php
}
// end of one post
?>
</div>
</div>
<?php
} else {
// do not delete
?>
<?php
do_action('builder_template_show_not_found');
?>
<?php
}
// do not delete
}
示例5: add_search_box_to_menu
function add_search_box_to_menu($items, $args)
{
if ($args->theme_location == 'primary') {
return $items . get_search_form();
}
return $items;
}
示例6: moesia_nav_bar
function moesia_nav_bar()
{
echo '<div class="top-bar">
<div class="container">
<div class="site-branding col-md-4">';
if (get_theme_mod('site_logo')) {
echo '<a href="' . esc_url(home_url('')) . '" title="';
bloginfo('name');
echo '"><img class="site-logo" src="' . esc_url(get_theme_mod('site_logo')) . '" alt="';
bloginfo('name');
echo '" /></a>';
} else {
echo '<h1 class="site-title"><a href="' . esc_url(home_url('/')) . '" rel="home">';
bloginfo('name');
echo '</a></h1>';
echo '<h2 class="site-description">';
bloginfo('description');
echo '</h2>';
}
echo '</div>';
echo '<button class="menu-toggle btn"><i class="fa fa-bars"></i></button>
<nav id="site-navigation" class="main-navigation col-md-8" role="navigation">';
wp_nav_menu(array('theme_location' => 'primary'));
echo '</nav>';
if (get_theme_mod('toggle_search', 0)) {
echo '<span class="nav-search"><i class="fa fa-search"></i></span>';
echo '<span class="nav-deco"></span>';
echo '<div class="nav-search-box">';
get_search_form();
echo '</div>';
}
echo '</div>';
echo '</div>';
}
示例7: widget
function widget($args, $instance)
{
extract($args);
echo $before_widget;
?>
<?php
if ($instance['style'] == '1') {
?>
<div class="cs-search search-popup">
<a href="#" data-toggle="modal" data-target="#search-popup"><i class="fa fa-search"></i></a>
<div id="search-popup" class="modal fade" role="dialog">
<?php
echo get_search_form(true);
?>
</div>
</div>
<?php
} else {
?>
<div class="cs-search search-slider">
<a href="javascript:void(0)"><i class="fa fa-search"></i></a>
<div id="search-slider" class="hide">
<?php
echo get_search_form(true);
?>
</div>
</div>
<?php
}
?>
<?php
echo $after_widget;
}
示例8: pickle_top_utility
function pickle_top_utility()
{
//the utility html starts here
?>
<div class="top_container">
<div class="top_container_content">
<div id="login">
<span class="loginout"><?php
wp_loginout();
?>
</span>
<span class="register"><?php
wp_register('| ', '');
?>
</span>
</div>
<div id="greeting">
<p>Please tell us what pickle pleases you. <span style="color:red;">Join Here</span></p>
</div>
<div class="search_form_container">
<?php
get_search_form();
?>
</div>
</div>
</div>
<?php
//the utility html ends here
}
示例9: section_template
/**
* Section template.
*/
function section_template()
{
?>
<div class="notfound boomboard">
<?php
if (current_user_can('edit_posts') && isset($_GET['boxes']) || isset($_GET['feature']) || isset($_GET['banners'])) {
?>
<h2 class="notavail center"><?php
_e('Direct Previewing <em>of</em> "Special Post Types" Not Available... Yet', 'pagelines');
?>
</h2>
<p class="subhead center"><?php
_e('Sorry, direct previewing of special post types such as <strong>features</strong> or <strong>boxes</strong> is unavailable. This WordPress functionality is new and rapidly developing, so it should be available soon.', 'pagelines');
?>
</p>
<p class="subhead center">
<?php
_e('To preview a "custom post type" just view a page with that "section" on it.', 'pagelines');
?>
</p>
<?php
} else {
?>
<h2 class="hugetext center"><?php
_e('404!', 'pagelines');
?>
</h2>
<p class="subhead center"><?php
_e('Sorry, This Page Does not exist.', 'pagelines');
?>
<br/><?php
_e('Go', 'pagelines');
?>
<a href="<?php
echo home_url();
?>
"><?php
_e('home', 'pagelines');
?>
</a> <?php
_e('or try a search?', 'pagelines');
?>
</p>
<?php
}
?>
<div class="center fix"><?php
get_search_form();
?>
</div>
</div>
<?php
pagelines_register_hook('pagelines_not_found_actions');
// Hook
}
示例10: shortcode_handler
function shortcode_handler($atts, $content = null)
{
ob_start();
get_search_form();
$ret_val = ob_get_contents();
ob_end_clean();
return $ret_val;
}
示例11: add_search_box_to_menu
function add_search_box_to_menu($items, $args)
{
if ($args->theme_location == 'primary') {
$search = str_replace('"Search"', '">"', get_search_form(false));
}
$items .= '<li id="nav-search">' . $search . '</li>';
return $items;
}
示例12: tt_search
function tt_search($atts)
{
// Attributes
extract(shortcode_atts(array('name' => '', 'id' => ''), $atts));
$tt_post_content = get_search_form();
// code
return $tt_post_content;
}
示例13: fb_add_search_box
function fb_add_search_box($items, $args)
{
// only on primary menu
if ('primary' === $args->theme_location) {
$items .= '<li class="menu-item menu-item-search">' . get_search_form(FALSE) . '</li>';
}
return $items;
}
示例14: tc_404_content
/**
* The template part for displaying error 404 page content
*
* @package Customizr
* @since Customizr 3.0
*/
function tc_404_content()
{
if (!is_404()) {
return;
}
$content_404 = apply_filters('tc_404', TC_init::$instance->content_404);
echo apply_filters('tc_404_content', sprintf('<div class="%1$s"><div class="entry-content %2$s">%3$s</div>%4$s</div>', apply_filters('tc_404_wrapper_class', 'tc-content span12 format-quote'), apply_filters('tc_404_content_icon', 'format-icon'), sprintf('<blockquote><p>%1$s</p><cite>%2$s</cite></blockquote><p>%3$s</p>%4$s', call_user_func('__', $content_404['quote'], 'customizr'), call_user_func('__', $content_404['author'], 'customizr'), call_user_func('__', $content_404['text'], 'customizr'), get_search_form($echo = false)), apply_filters('tc_no_results_separator', '<hr class="featurette-divider ' . current_filter() . '">')));
}
示例15: nav_search
/**
* Add search to nav bar
*
* @return Norcrossv4
*/
public function nav_search($items, $args)
{
ob_start();
get_search_form();
$searchform = ob_get_contents();
ob_end_clean();
$items .= '<li id="menu-item-0" class="menu-item search-nav">' . $searchform . '</li>';
return $items;
}