php 按帖子类型和类别搜索

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 按帖子类型和类别搜索相关的知识,希望对你有一定的参考价值。

/* Shortcode to add search form that only searches shop products */
add_shortcode( 'search_shop', 'shop_search_form' );
function shop_search_form() {
	
	$content = '<form id="searchform" class="search-form" action="' . home_url( '/' ) . '" method="get">
					<input class="inlineSearch" type="text" name="s" value="Search" onblur="if (this.value == \'\') {this.value = \'Search\';}" onfocus="if (this.value == \'Search\') {this.value = \'\';}" />
					<input type="hidden" name="post_type" value="script" />
					<input type="hidden" name="cat" value="52" />
					<button class="inlineSubmit" id="searchsubmit" type="submit"><i class="ua-icon ua-icon-search" aria-hidden="true"></i></button>
				</form>';
	
	return $content;
	
}

以上是关于php 按帖子类型和类别搜索的主要内容,如果未能解决你的问题,请参考以下文章

php 按帖子类型搜索仅搜索帖子类型

PHP 按帖子类型筛选WordPress搜索结果

使用 PHP 按类别过滤帖子

php 在wordpress中按类别列出帖子

php 按类别发布的帖子

php WordPress:按类别的相关帖子