josephpolk
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problems after upgradehow about trying to help me figure out my problem instead of pointing out that I posted twice?
Forum: Installing WordPress
In reply to: Problems after upgraderight..i want to get rid of the other one…how do I do that? I realized I posted in the wrong one before!
Forum: Installing WordPress
In reply to: Blogroll disappeared after upgradeMichaelH:
Thanks to you and Moshu for your help. I guess I didn’t understand the new parameters enough to set it up like you did. I really appreciate you guys showing me what to do. It works just great now!
Have a great weekend!
Joe
Forum: Installing WordPress
In reply to: Blogroll disappeared after upgradeMoshu –> I’ve changed the PHP code to what you pointed me towards so that I use this:
<h2><?php _e(‘Links:’); ?> </h2>
<ul class=”sidemenu”>
<?php wp_list_bookmarks(); ?>The problem is that when I insert that, I get the following code to come up (with no reason that I’m aware of):
<h2>Links: </h2>
<ul class=”sidemenu”>
<li id=”linkcat-20″ class=”linkcat”><h2>Links</h2>
-
This code, (as seen in View Source) in my browser, shows “Links” twice. I wish I knew how to fix this code to make it look the way that I want. Any suggestions? Where can you change wp_list_bookmarks?
Thanks in advance!