使用get_template_part显示不同的Wordpress内容

时间:2013-10-30 23:05:08

标签: php wordpress

我正在使用Wordpress登陆页面模板,我希望它的工作方式是每个内容-xxxxxx包含不同的文本/图像块等。然后在首页我可以称之为;

<?php get_header(); ?>
<div class="container">

    <?php get_template_part( 'content', 'featuredcontent'); ?>
    <?php get_template_part( 'content', 'textblock'); ?>

</div>
<?php get_footer(); ?>

哪个好,工作正常,但我希望能够从WordPress中选择块的顺序,而无需编辑front-page.php文件,是否有人有任何想法或代码可以帮助这个?

由于

0 个答案:

没有答案