这是我的链接http://developermobulous.com我已经修改了底部的导航菜单,但是当页面滚动到Front Page(Home)时它会显示在顶部但是我想要其余页面,菜单固定在顶部那么你能不能用脚本或者我怎么做到这一点。
你的回答真的很赞赏
答案 0 :(得分:0)
<?php if(is_singular ()) { ?>
/* Wrap everything between: <header id="masthead"> until </header>*/
<?php } ?>
将此代码置于上方 <header id="masthead"...>
<?php if(is_singular ()) { ?>
以及此代码 </header><!-- #masthead-two -->
<?php } ?>