Styling own template

时间:2013-12-23 作者:Timo

我在这里有一个自己的模板sidebar 看起来与其他内容不同:侧边栏位于主要内容的右下方,而不是侧面。我的代码:

<div id="sidebar"><?php echo get_sidebar()?></div>
我知道这是CSS,但你能帮我构造索引吗。php和page slug。php使所有页面具有相同的设计。

1 个回复
SO网友:Akshay Paghdar

我见过你的Html结构,你需要像这样改变结构。。

按照此结构创建您自己的模板文件。。。

<div id="wrapper">
    <div id="header">
        <!-- Here goes the header part -->
    </div>

    <div id="main">
        <!-- Here goes the main content part -->
    </div>

    <div id="sidebar">
        <!-- Here goes the sidebar part --> 
    </div>
</div>

结束

相关推荐

Custom post types templates

我已经注册了一个名为“Services”的自定义帖子类型,但当我给这篇帖子提供模板“single Services.php”时,它不接受这个,而是选择了“homepage.php”模板,你能告诉我这个问题吗?它也没有使用“archive services.php”模板,而是使用blog模板(index.php)使现代化代码如下:add_action(\'init\', \'services_register\'); function services_register() { $