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

首頁 > CMS > Wordpress > 正文

WordPress常用函數(shù)-get_the_title()教程

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

說明:返回指定文章ID的標(biāo)題,如果文章是protected 或者private,則返回Protected: 標(biāo)題或者Private:標(biāo)題,在循環(huán)內(nèi)部和外部都可以使用,如果在外部則必須指定文章ID.

用法:<?php echo get_the_title($ID); ?> 

參數(shù):$ID (int) (optional) 文章ID或者在循環(huán)中是獲取當(dāng)前文章的標(biāo)題,默認(rèn)為空.

返回值:string 文章標(biāo)題,如果文章是protected 或者private,則返回Protected: 標(biāo)題或者Private:標(biāo)題.

例子:輸出當(dāng)前文章標(biāo)題

<?php echo get_the_title(); ?> 

頁面面包屑導(dǎo)航,兩個(gè)層次:

  1. <div class='breadcrumb'
  2.     <?php // if there is a parent, display the link 
  3.     $parent_title = get_the_title($post->post_parent); 
  4.     if ( 
  5.     $parent_title != the_title(' '' ', false) ) { 
  6.       echo '<a href=' . 
  7.     get_permalink($post->post_parent)  . ' ' . 'title=' . $parent_title . '>' . $parent_title    . '</a> » 
  8.     '; 
  9.     } 
  10.     // then go on to the current page link 
  11.     ?> 
  12.     <a href='<?php the_permalink() ?>'rel='bookmark' title='<?php the_title(); ?>'
  13.     <?php the_title(); ?></a> » 
  14.     </div> 

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 湘阴县| 治县。| 汉阴县| 门源| 翁牛特旗| 彭泽县| 梁山县| 钦州市| 伊金霍洛旗| 沈丘县| 延安市| 镇安县| 胶南市| 文安县| 那曲县| 吴川市| 固安县| 瑞安市| 若尔盖县| 合肥市| 南木林县| 石首市| 紫金县| 梅河口市| 县级市| 翁牛特旗| 宁城县| 阳高县| 太原市| 茂名市| 朔州市| 梁平县| 江山市| 巴马| 博罗县| 仲巴县| 兴业县| 安远县| 平阳县| 宜兰市| 泸水县|