如何让主页的标题出现在页面上

时间:2015-10-01 作者:tammy

如何显示主页的标题?

我用的是夸克“开箱即用”Front Page Template.

主页“查看源”:

<article id="post-1" class="post-1 page type-page status-publish hentry">
    <div class="entry-content">
内部页面“查看源”:

<article id="post-2" class="post-2 page type-page status-publish hentry">
        <header class="entry-header">
        <h1 class="entry-title">Inner Page</h1>
                </header>
    <div class="entry-content"> 

1 个回复
SO网友:d79

$id_frontpage = get_option(\'page_on_front\');
echo get_the_title( $id_frontpage );
如果需要显示帖子的页面ID,请使用get_option(\'page_for_posts\').

相关推荐

正在尝试将Get_the_Title挂钩添加到该行

您好,创建联系人表单。正在尝试将get\\u the\\u title()添加到此代码行中:<?php echo \'<textarea style=\"margin-left: 15px; width: 246px;\" rows=\"3\" cols=\"28\" placeholder=\"I am interested in:\" name=\"cf-message\">\' . ( isset( $_POST[\"cf-message\"] ) ? esc_attr( $_PO