Advertisement:

Author Topic: Add link in header  (Read 663 times)

Hartenheer

  • Guest
Add link in header
« on: June 19, 2018, 06:14:00 pm »
Is it possible to add your own link in the header?

Is het mogelijk om een eigen link in de header toe te voegen?




WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: Add link in header
« Reply #1 on: June 19, 2018, 07:43:55 pm »
Hello,

You can add it in header.php of the theme. For bender, this would work:

Line 40, find this: <ul class="nav">

Add this code after it or after some other "li" tag: <li><a href="URL">TEXT</a></li>

Regards.

Hartenheer

  • Guest
Re: Add link in header
« Reply #2 on: June 19, 2018, 08:08:30 pm »
Hello,

You can add it in header.php of the theme. For bender, this would work:

Line 40, find this: <ul class="nav">

Add this code after it or after some other "li" tag: <li><a href="URL">TEXT</a></li>

Regards.

Thank you for the response.
It worked out fine
Thanks

Dank u voor de reactie. 
Het is gelukt
Bedankt

« Last Edit: June 19, 2018, 08:24:38 pm by Hartenheer »

john33

  • Newbie
  • *
  • Posts: 6
Re: Add link in header
« Reply #3 on: June 30, 2018, 02:01:46 pm »
For some reason when I attempt to do the same, I get nothing.

I am using:

Description: Bender theme
Version: 3.1.4

That is the most recent version that would install on GoDaddy based on the PHP they are running IIRC.
« Last Edit: June 30, 2018, 02:05:32 pm by john33 »

Hartenheer

  • Guest
Re: Add link in header
« Reply #4 on: June 30, 2018, 02:06:11 pm »
For some reason when I attempt to do the same, I get nothing.

Try in different places.
It was also searching for me