Help us replace wp_list_bookmarks with web links!
-
We have a list of links on the sidebar of our website that we need to change. It shows the default Documentation, Plugins, Suggested Ideas, etc. links for this theme. We want to change those links to some links of our choosing (off the wordpress site—such as https://www.google.com etc.
Here is the code for the section in the sidebar.php file that I think we need to edit:
<div id=”side-bottom-ex”>
<div class=”side-box”>
<h3 class=”side-title”><?php _e(‘LINKS’,’piano-black’); ?></h3>-
<?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>
Can I edit this file or is there another that I need to edit to call up the links that I want to have displayed on that sidebar.
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help us replace wp_list_bookmarks with web links!’ is closed to new replies.