wordpress收费下载资源主题
wordpress付费下载资源插件

WordPress加载侧边栏模板标签:get_sidebar

WordPress模板标签get_sidebar用于加载侧边栏模板,即sidebar.php

get_sidebar( string $name = null )

get_sidebar标签默认加载sidebar.php,但可以通过传递一个参数来实现加载类似sidebar-name.php的模板:

<?php get_sidebar('name'); ?>

以上示例加载sidebar-name.php,如果sidebar-name.php文件不存在,则加载sidebar.php

对于三栏布局,我们需要两个侧边栏,分别为sidebar-left.php和sidebar-right.php,相应的代码如下:

<?php get_header(); ?>
<?php get_sidebar( 'left' ); ?>
<?php get_sidebar( 'right' ); ?>
<?php get_footer(); ?>

get_sidebar函数的用法与get_header函数是一样的。

扩展阅读

get_sidebar()函数位于:wp-includes/general-template.php

0 个评论

定制开发
本站承接WordPress等系统建站仿站、二次开发、主题插件定制等开发服务
在线咨询
  • 请先加Q,临时会话收不到
    QQ:1-247-246-247

  • QQ一群:104228692(满)
  • QQ二群:64786792
在线咨询
本站承接WordPress建站仿站、二次开发、主题插件定制等PHP开发服务!

了解详情