• I want to show my blogroll with a pull-down menu, and when I choose the site from the list, the browser help me to open a new page to view, how can I do this? Thank you very much!!

Viewing 4 replies - 16 through 19 (of 19 total)
  • i would love to help but i don’t know what else to do, but remember that there is always the option to do it manually directly on your template, if you don’t have so many links.

    just write:

    <li class="blogroll"><h2>Blogroll:</h2>
    <form action="" name="pulldown2">
    <select name="mypulldown2" onchange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">
    <option value="">Select Blog</option>
    <option value="https://blog1.com">blog1</option>
    </select>
    </form>
    </li>

    and keep adding:
    <option value="https://blog1.com">blog1</option>
    replacing the values for each blog

    Thread Starter nicholaswong

    (@nicholaswong)

    anabelle, thanks for your help!

    I can surely manually add the links, but I’ve more than 15 links so that’s quite a lot. But now seems nothing I can do else and this maybe the only method I can stick to.

    Thanks anyway!

    Thread Starter nicholaswong

    (@nicholaswong)

    If I want the links in pull-down shown in new window, how can I do? Modify the following lines??

    Many Thanks.

    <select name=”mypulldown2″ onchange=”document.location=pulldown2.mypulldown2.options[selectedIndex].value”>

    nicholaswong, I don’t know if you are still facing this problem but I think u just need a blogroll widget like me (searching for it)…I found it at https://adrian.web.id/2007/05/01/wordpress-plugins-blogroll-links-widget/

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Show blogroll with pull-down menu’ is closed to new replies.