Links output in the head of the HTML and in the body.
-
Minor bug since the latest releases, wp_list_bookmarks outputs the result by default now which results the head beging filled with your links.
Edit the file links-page.php and find:
$links = wp_list_bookmarks();
Change it to:
$links = wp_list_bookmarks(array('echo' => 0));
Save and you are done.
- The topic ‘Links output in the head of the HTML and in the body.’ is closed to new replies.