When you use the <?php get_links_list() ?> tag it automatically outputs in this format:
<li id="linkcat-1"><h2>Blogroll</h2>
<ul>
<li><a href="http://example1.com/">Blogroll Link 1</a></li>
<li><a href="http://example2.com/">Blogroll Link 2</a></li>
<li><a href="http://example3.com/">Blogroll Link 3</a></li>
</ul>
</li>
and I don’t want it to do that. Is there a way to change it?
Is there a way to edit the default HTML that is inserted when you use the <?php get_links_list(); ?> tag? It automatically puts it into a
- list but I don’t really want it to… I want to output it a little differently. Is there a way?
This doesn’t exactly fix the importer but this worked for me. I took your first line “UPDATE wp_comments set comment_approved = 1” and ran it and for some reason it set all of my comment_approved fields to “0”. This is ok though because that put all of the comments up for moderation and with a simple “Approve All” command all of my comments showed up. Hope it helps someone else.