国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > Wordpress > 正文

講解WordPress中用于獲取評論模板和搜索表單的PHP函數(shù)

2024-09-07 00:48:10
字體:
供稿:網(wǎng)友

這篇文章主要介紹了WordPress中用于獲取評論模板和搜索表單的PHP函數(shù),需要的朋友可以參考下。

comments_template()(獲取評論模板)

comments_template() 函數(shù)用來獲取評論模板,一般只能用在文章或者頁面上,如果不是文章或者頁面將無法顯示。

用法

comments_template( $file, $separate_comments );

參數(shù)

$file

(字符串)(可選)要評論模板文件。

默認值:/comments.php(當前主題根目錄的 comments.php 文件)。

$separate_comments

(布爾)(可選)是否根據(jù)評論的類型區(qū)分評論。

默認值:False

返回值

此函數(shù)無返回值。

例子

默認引入當前主題根目錄的 comments.php 文件。

<?php comments_template(); ?>

引入自定義文件:

<?php comments_template( '/short-comments.php' ); ?>

其它

此函數(shù)位于:wp-includes/comment-template.php

get_search_form()(獲取搜索表單)

get_search_form() 函數(shù)用來獲取搜索表單,搜索表單的代碼位于當前主題根目錄的 searchform.php 文件。

用法

get_search_form( $echo );

參數(shù)

$echo

(布爾)(可選)如果為真則直接打印搜索表單,如果不為真則返回搜索表單的代碼。

默認值:True

返回值

(string)如果 $echo 參數(shù)為 False,則返回搜索表單的 Html 代碼。

例子

如果主題根目錄沒有 searchform.php 文件,則默認為下邊的表單代碼:

  1. <form role="search" method="get" id="searchform" class="searchform" action="<?php esc_url( home_url( '/' )); ?>"> 
  2.   <div> 
  3.     <label class="screen-reader-text" for="s"><?php _x( 'Search for:', 'label' ); ?></label> 
  4.     <input type="text" value="<?php get_search_query(); ?>" name="s" id="s" /> 
  5.     <input type="submit" id="searchsubmit" value="<?php esc_attr_x( 'Search', 'submit button' ); ?>" /> 
  6.   </div> 
  7. </form> 

其它

此函數(shù)位于:wp-includes/general-template.php

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 沁源县| 介休市| 琼海市| 北安市| 韶关市| 固原市| 许昌县| 马公市| 浙江省| 楚雄市| 军事| 武山县| 全州县| 昂仁县| 阿鲁科尔沁旗| 福泉市| 若尔盖县| 大新县| 沙湾县| 蓬莱市| 巴彦县| 湟源县| 新兴县| 河东区| 望江县| 青神县| 靖安县| 东方市| 会昌县| 西平县| 独山县| 茂名市| 平原县| 蒙阴县| 宁安市| 荔浦县| 会宁县| 和硕县| 黑河市| 金坛市| 奉新县|