主题开发->特定主页

时间:2011-07-18 作者:Jess McKenzie

我是一个从头开始Wordpress模板的初学者,所以我愿意接受任何可以给我的有用链接或帮助:)

问题:

此文件称为首页或主页。php我有以下HTML代码:

        <div class="quote"> 
            <h4>"If you\'ve got the right lawyer with you, we\'ve got the best justice system in the world"</h4> 
            <h4 id="author">Robert Trott - Justice</h4> 
        </div> 
    </div> <!-- end of header --> 

    <div id="nav"> 
        <div class="grid_4_home hoverable"> 
            <a href="index.html"><h3>Home <span class="lucida">&raquo;</span></h3></a> 
        </div> 

        <div class="grid_4 hoverable"> 
            <a href="expertise.html"><h3>My Expertise <span class="lucida">&raquo;</span></h3></a> 
        </div> 

        <div class="grid_4_about hoverable"> 
            <a href="about.html"><h3>About Us <span class="lucida">&raquo;</span></h3></a> 
        </div> 

        <div class="grid_4 hoverable"> 
            <a href="testimonials.html"><h3>Testimonials <span class="lucida">&raquo;</span></h3></a> 
        </div> 

        <div class="grid_4 hoverable"> 
            <a href="reports.html"><h3>Case Reports <span class="lucida">&raquo;</span></h3></a> 
        </div> 

        <div class="grid_4_last hoverable"> 
            <a href="contact.html"><h3>Contact Us <span class="lucida">&raquo;</span></h3></a> 
        </div> 
    </div> <!-- end of nav --> 

    <div class="clear"></div> 
</div><!-- end of wrap --> 

<div class="wrap IE7_fix"> 
    <div id="index_content" class="index"> 
        <div class="indexText"> 
                <h4>"I specialise in criminal defence and have done so for over ten years.  I have experience in all levels of criminal law from traffic law and minor offences to serious offences involving drugs, sexual violation, serious assaults or murder.</h4><br /> 
                <h4>I will listen to you and give you honest and confidential representation."</h4> 
        </div> 

        <div class="clear"></div> 
    </div> 

    <div id="footer"><small>Copyright &copy; 2011 John Munro</small></div> 

</div><!-- end of wrap --> 

1 个回复
SO网友:Chip Bennett

首先,您需要使用front-page.php 模板文件。用WordPress的说法,Home 指的是Blog Posts Index, 无论是在网站首页还是其他静态页面上,以及Front Page 指的是Site Front Page.

其次,您有几个选项可用于公开UI以管理首页报价(按优先顺序):

使首页成为一个动态侧栏,包含两个文本小部件和一个菜单小部件front-page.php

结束

相关推荐

Adding goodies to themes

如何在主题更新时向Arjuna-X等主题添加内容而不丢失?儿童主题是一种很好的方式,还是有其他选择?如果新版本的主题对我添加的功能具有本机支持,该怎么办?