Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7686475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:29:22+00:00 2026-05-31T19:29:22+00:00

function main_nav() { wp_nav_menu( array( ‘menu’ => ‘main_nav’, ‘theme_location’ => ‘main_nav’, ‘container_class’ => ‘menu

  • 0
function main_nav() { 
    wp_nav_menu( 
        array( 
            'menu' => 'main_nav', 
            'theme_location' => 'main_nav', 
            'container_class' => 'menu clearfix', 
            'link_before'     => '<span>',
            'link_after'      => '</span>',
            'fallback_cb' => 'bones_main_nav_fallback' 
        )
    );
}

I’m trying to use link_before and link_after to append a span tag to the wp_nav_menu so so that I may add an icon to each navigation.

Example:

<li><span><img src="home.gif" /></span><a href="home.php"> Home</a></li>

I am super super new to php and wordpress. Any ideas on how to tackle this?

Secondary question, Adding a css-class to the “current active state” anchor? Just for styling.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:29:23+00:00Added an answer on May 31, 2026 at 7:29 pm

    Perhaps you will need to change this code… but here is example. You can see the Reference to wp_nav_menu and add holder pattern… and later just change it by your local replaments settings (see array before replacements)

    function main_nav() { 
        $menu = wp_nav_menu( 
            array( 
                'menu' => 'main_nav', 
                'theme_location' => 'main_nav', 
                'container_class' => 'menu clearfix', 
                'link_before'     => '<span></span>',
                'echo'            => $false,
                'fallback_cb' => 'bones_main_nav_fallback' 
            )
        );
    
        $patterns = array(
            '<span></span><a href="home.php"',
        );
        $replacements = array(  
            '<span><img src="home.gif" /></span><a href="home"'
        );
    
        echo str_repalce($patterns, $replacements, $menu); 
    
    }
    

    and btw, list items contain number of current classes so you able to use tham to track current item of your menu too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

/* ========== Expand Left Menu ========== */ $('div.minimized').click(function() { $(this).removeClass(minimized); $(this).addClass(expanded); $('a.main_nav').removeClass(min); $('a.main_nav').addClass(exp); $('#left_menu_ul
I am trying to create custom function for Main Nav menu where I can
I have this jQuery click event $('#sidebar .nav a span').click(function () { var sidebar_nav
I have a simple drop-down menu that is controlled using the following script: $(document).ready(function
I am using a function to spit out my main and sub menu's for
function main() { Hello(); } function Hello() { // How do you find out
I am trying to do the following: function main(callback) { $.ajax('server-side', function() { this.callback.call(hello);
Suppose I have an object file ( source.o ) without function main . a
Does the main function we define in C or C++ run in a process
I understand the main function of the lock key word from MSDN lock Statement

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.