You could replace the function that is getting the svg image like so:
<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
<?php
wp_nav_menu( array(
'theme_location' => 'social',
'menu_class' => 'social-links-menu',
'depth' => 1,
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span><img src="'.get_home_url().'/path/to/image.png">',
) );
?>
</nav><!-- .social-navigation -->
Related Posts:
- Add custom SVG icons to Social Icon MENU in WordPress Twenty Seventeen Child Theme
- Disable automatig SVG tag from menu
- Customizing Only a Specific Menu using the “wp_nav_menu_items” Hook?
- How make top level menu item not have link, but have sub-menus that are linked?
- How to Hard Code Custom menu items
- How Does The Walker Class Work?
- How to stop mobile theme inheriting desktop navigation menu?
- Increase search results for Admin -> Appearance -> Menus -> Search (default is 10)
- Large WP 3.0 menu times out and won’t save
- How do I add the data-toggle=”modal” data-target=”#myModal” attribures to a WP Nav bar?
- How to switch between the Primary Menus programmatically?
- if role is logged in then do something
- Terms with more than one occurrence have current-menu-item class in menu
- Nav menu items disappearing (but not immediately)
- Page not appearing in navigation bar
- Inserting PHP before a menu element, while using the inbuilt menu function wp_nav_menu()
- Add an extra field to the navigation menu box?
- Adding custom text in items titles from wp_nav_menu()
- Merge two separate WP menus into one in Mobile view
- Programmatically adding menu items function replicates in multiple menus
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- Why do the menu titles change with the renaming of pages?
- get menu id using its name
- Force PDF download from custom menu?
- Current menu item
- How to quickly create a dummy menu?
- wp_list_pages: only show subpages on the parent page?
- How do I remove the link element from the current page in a wp_list_pages menu?
- Make menu bootstrap compatible
- WordPress sub-menu items suddenly not showing
- How to construct a custom html for submenus
- JSON file export of nav menu
- WordPress get or set active menu class
- switch_to_blog() and wp_nav_menu() not functioning properly
- Generating wordpress menu – cant understand the config
- SlideDeck 2, make back-end visible for admins only
- How to add ID attribute to each submenu?
- How do you link to a place in another page without any styling issues?
- Making a navigation header menu with bulma, need some advice
- From a page, is it possible to find entry’s “menu_item_parent”?
- WordPress menu link not working
- How to retrieve parent menu item name of current submenu item
- Determine the last child of the parent menu WP Nav Walker
- Edit menu parent element
- Navigation doesn’t render when wp is hosted
- WordPress menu performance is slow when lot of items [closed]
- HTML list menu to WordPress menu
- Filter Menu Items by Custom User Role in a page
- Does is_child() exist in wp 3.5.1?
- Add “drop-down arrow” for menu items with sub-menus
- Cannot seem to replace the native menu with the menu I created, so 2 menus appear
- Hide menu items if the page content is empty
- Output menu title
- Add Labels to Admin Menu ( How To )
- exclude pages in custom menu
- Adding new pages to Menu
- WP navigation list classes
- Hamburger Menu not working on reduced browser size
- unable to add custom page/tab to my account woocommerce
- Switch an entire nav menu if user is logged in
- Pull Menu Items Into an HTML element
- WordPress functions.php does not affect the theme menus
- Drop Down menu expanded by default (on front page) [closed]
- Simple form to add custom links to menu?
- Wrap wp_nav_menu output around option tags for select menu
- How to get current pages menu text?
- Search form as list item in menu?
- What’s the best way to customize the WordPress Menu Page (in admin)
- Catagorized hierarchy menu for PAGES!
- Making the menu toggled open on mobile devices Illustratr theme
- How to include second layer sub menu to Walker Nav?
- need help in wordpress navbar setup
- Event listener callback returns undefined element
- Add class to sub-menu from unrelated element
- Add CSS Class to WordPress Menu Item Dependent on the Page the User is Visiting
- Menu walker: how to tell if a sub menu contains submenus?
- How do i make a custom top level dashboard menu item available for all users?
- How to remove a sub-menu using walker hooks/filters without relying on a custom walker?
- Walker or wp_get_nav_menu_items VS jQuery
- I can’t correctly display menu
- Specific Page that convert Hyperlink to anchor in nav menu
- Add different span class to wp nav menu
- Disappearing items in menu
- Menu not saving in dashboard
- Help with changing style of the extended menu drop down [closed]
- Where these arguments are defined?
- How do i keep my current page menu highlighted on pagination?
- How we show pages in dropdown
- Menu support for touch devices
- WordPress Flyout Menus
- Pick out specific menu item from code
- Show All Children of WordPress Menu
- How to make an anchored page in a navigation menu tab
- highlight parent page on menu when child page is on sidebar (and not on menu)
- nav tag wrapping around dropdown
- Resolve the debugs
- How to set menu Display location
- How to add custom menu to block theme?
- get menu name for the current displayed page