douyan6871 2013-09-16 08:41
浏览 17
已采纳

导航菜单未输出预期的片段值

I have a code snippet like this one,

<div class="container">
            <ul id="menu">
                <li>
                    <a>
                        <i class="icon_about"></i>
                        <span class="title">Home</span>
                        <span class="description">Any Description Here Manual/Auto</span>
                    </a>
                </li>
            </ul>
</div>

And Im getting the list of menu items from this php code

<?php wp_nav_menu('menu=header_menu&container=false'); ?>

But the resultant of that cod is somehow like this,

<div class="menu">
    <ul>
        <li class="page_item page-item-14">
            <a href="My_Link"> About Me </a>
        </li>
    </ul>
</div>

So, what im missing here is the id="container" inside the <ul> tag and after the anchor tag <a> the <span> . I dont really know how to put those I have a reference

http://codex.wordpress.org/Function_Reference/wp_nav_menu

But the thing is I still cant understand as to how to add what the things Im missing from the snippet.

  • 写回答

1条回答 默认 最新

  • doulu7258 2013-09-29 20:51
    关注

    It's right there in the documentation:

    $menu_id: The ID that is applied to the ul element which encloses the menu items.

    $link_before: Output text before the link text

    $link_after: Output text after the link text

    Using these three parameters should do the trick:

    <?php wp_nav_menu('menu=header_menu&container=false&menu_id=container&link_before=<span class="title">&link_after=</span>'); ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?