• Hello folks,

    I had a question.

    I want to display my links next to each other and not under each other, I used this but it doesn’t works.

    Anyone knows an easy way of solving this problem?

    <div id=”player_links”><?php wp_list_pages(‘child_of=135&title_li=’); ?></div>

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anyone knows an easy way of solving this problem?

    Yes. It is called CSS, more exactly “styling lists”. <– Try that in the big G (google) 🙂

    Thread Starter shirfarhad

    (@shirfarhad)

    Thanks,

    I came here using the big G 😀

    http://codex.wordpress.org/Styling_Lists_with_CSS

    However I have no idea what to edit exactly, problem is I have two menus actually.

    You can see it here:
    http://www.irangoals.com

    I have a menu, one dropdown-menu (players) and another menu on the top of the page with the player names. I did this because the dropdown items don’t get indexed by google.

    I cann’t see any menu on Top of the page(around header), except one on the top of sidebar under “Main” header, and finally a drop-down under “Players header”.

    1. If you want to move either of these, just move the code from one header to another.
    2. Re. showing next to each other:
    a. First of, you’ll have to increase the width of your sidebar, ‘coz of different mode of menus. Even after increasing, you cann’t show next to each other (on the same line, if I’m right).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘page links next to each other’ is closed to new replies.