如何使用此模板将不同的页眉应用到不同的页面?

时间:2017-07-04 作者:user5597916

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <header class="pagecontent-header">
        <?php the_title( \'<span class="entry-title">\', \'</span>\' ); ?>
        <p class="tagline"><?php the_field(\'tagline\'); ?></p>
    </header><!-- .entry-header -->
    <div class="entry-content">
    <div class="container" style="padding: 50px 0px">
        <div class="col-md-10 col-md-offset-1 generic_content text-center">
        <?php
            the_content();
        ?>
        </div>
    </div>
    </div><!-- .entry-content -->
</article><!-- #post-## -->
上面的代码是我的内容页。php。我可以用什么条件语句包装标题,以便通过页面的slug调用不同的标题?谢谢

1 个回复
SO网友:Parth Trivedi

//创建标头-{SLUG}。php在主题文件夹中,并在头文件中添加此行

 global $post;
    $slug = $post->post_name;
    get_header($slug);

结束

相关推荐

当尝试向我的登录页面添加一个css文件时,会出现“Headers Always Sent”?

我看过的每一篇关于这个主题的教程都已经过时了,所以我希望这里的人能帮助我。我想为我的wp登录设置样式。带有CSS文件的php页面。但我想以一种在Wordpress更新时不会被覆盖的方式来做。据我所知,根据我读到的图茨,在我的主题函数中使用函数添加它的最佳方式。php文件。不幸的是,人们建议使用的代码并不适合我。这是我添加的代码。<?php function custom_login() { echo \'<link rel=\"stylesheet\" href=\"wplog