将搜索栏添加到论文导航
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;}
function add_search_nav() { ?> <li class="search"><?php thesis_search_form(); ?></li> <?php } add_action('thesis_hook_last_nav_item','add_search_nav');
以上是关于将搜索栏添加到论文导航的主要内容,如果未能解决你的问题,请参考以下文章
无法将 UISearchController 搜索栏添加到导航栏中,并且未调用委托方法
如何将导航栏(没有 NavigationController)和搜索栏添加到 TableView
带有片段和底部导航栏的 Android FloatingActionButton