Non Stanadard Blogroll Code in Sidebar
-
HI there. I’m trying to figure out how to make my blogroll (links) look a little different from the rest of the sidebar. Right now, the only clue I have that gives me any idea how to control the sidebar is this from functions.php:
if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', ));
Sure, that seems clever. Slaps a div around each one and gives it an h3 title. The problem is that all my blogroll categories get the h3 treatment as if they were headers and I can’t find any place to give the entire blogroll a header. This is totally insane. Where in the name of god is the code hidden that spits out the blogroll by default? How do I edit it?
To clarify, I’ve read this page: https://codex.www.ads-software.com/Links_Manager
And I can find nothing in any of my templates that uses either of the variables that page says you need – * wp_get_links() AND wp_get_linksbyname()
I have utterly no clue where these things are coming from other than a widget that exists. But how can I edit the widget? My mind is blown!
- The topic ‘Non Stanadard Blogroll Code in Sidebar’ is closed to new replies.