1

Topic: Links at top

i want to add a link at the top were Home | User list ect are.
how do i do that?

2

Re: Links at top

The main menu is generated by function generate_navlinks() starting at line 175 in functions.php.

3 (edited by mark36ph 2004-11-16 21:22)

Re: Links at top

i am now on that and found that, but when i copy the code of the other links it just puts that little line thing ( | ) in and not my link

4

Re: Links at top

and i'm still tryin to do it

Re: Links at top

all you need is:

$links[] = '<a href="URL">THE TEXT</a>';

in the spot where you want the link to go

if you want it between home and userlist, than just enter a standard <a href=""></a> in the spot

6

Re: Links at top

oh ok thnx ill try i tlater, got no time atm