Topic: Links at top
i want to add a link at the top were Home | User list ect are.
how do i do that?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Links at top
i want to add a link at the top were Home | User list ect are.
how do i do that?
The main menu is generated by function generate_navlinks() starting at line 175 in functions.php.
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
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
PunBB Forums → PunBB 1.2 troubleshooting → Links at top
Powered by PunBB, supported by Informer Technologies, Inc.