• Resolved glassshoes

    (@glassshoes)


    I’m trying to modify PHP for my sidebar.php file. here is the default for my theme:

    <p class=”sideBarTitle”><?php _e(‘Pages’); ?>
    <?php wp_list_pages(‘title_li=’); ?>

    output is:

    Pages
    – About

    there’s a bullet point (in the above example, i used – to represent the bullet point). the weird thing is that i only see the bullet point in Explorer, not Mozilla browser. i don’t want this bullet point, but don’t know how to get rid off it. i’ve tried modifying the css file, but to no avail.

    appreciate any advice.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can we get the URL of your blog? What theme are you using? This will help us, help you. ?? =)

    spencerp

    Thread Starter glassshoes

    (@glassshoes)

    I’m currently testing various themes in-house. the one above is in reference to a theme called Gila. https://themes.wordpress.net/columns/3-columns/47/gila-10/

    allow me to correct… default theme is below:

    <p class=”sideBarTitle”><?php _e(‘Pages’); ?>
    <?php wp_list_pages(‘title_li= ‘); ?>

    if i leave it like the above, i’m getting double spacing between the lines and it’ll be indented. if i change to (‘title_li=’), then i’m getting a bullet point in Explorer.

    don’t know how to fix it so that it shows single-space between the lines and there’s no bullet point, just like Categories or Archives section on the sidebar.

    Hmm, well, I just downloaded that theme, and here’s the code I’m using/ or it originally had,..I think lol..

    <p class="sideBarTitle"><?php _e('Pages'); ?></p>
    <ul><?php wp_list_pages('title_li=' ); ?></ul>

    Using the above code there, shows this in FF:
    https://www.vindictivebastard.net/images2/gila-ff-shot.jpg

    Using the above code there, shows this in IE6:
    https://www.vindictivebastard.net/images2/gila-ie-shot.jpg

    No CSS file editing either.. Is this what you want? Or maybe something a little different maybe, and I’m not understanding just right..?

    spencerp

    Thread Starter glassshoes

    (@glassshoes)

    thanks spencerp! it feels better to have this problem corrected! have a great weekend!

    You’re welcome.. Glad to hear it worked for ya, and you have a great weekend yourself. ?? =)

    spencerp

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘modifying sidebar (need help on PHP!)’ is closed to new replies.