将搜索栏添加到论文导航

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将搜索栏添加到论文导航相关的知识,希望对你有一定的参考价值。

Add the php to custom_functions.php and the following CSS to custom.css

.custom ul.menu li.search {float:right;}
.custom ul.menu li.search form {padding:0.3em;}
.custom ul.menu li.search form input {padding:0.4em;}
  1. function add_search_nav() {
  2. ?>
  3. <li class="search"><?php thesis_search_form(); ?></li>
  4. <?php
  5. }
  6. add_action('thesis_hook_last_nav_item','add_search_nav');

以上是关于将搜索栏添加到论文导航的主要内容,如果未能解决你的问题,请参考以下文章

无法将 UISearchController 搜索栏添加到导航栏中,并且未调用委托方法

将数据从活动传递到底部导航栏的片段

如何将导航栏(没有 NavigationController)和搜索栏添加到 TableView

带有片段和底部导航栏的 Android FloatingActionButton

iOS - 通过动画将搜索栏从中心移动到导航栏下方(Swift)

如何将片段目标绑定到底部导航栏中的菜单项?