Page 1 of 1

How to add link in Menu bar

Posted: Thu Jul 02, 2015 1:44 am
by Slayss
Hello to all,

I added in menu bar of my site - "Blog" and I would like, when someone click on "Blog", to redirect it to the Blog page myblog.tmblr.com

How could I do that?

Regards,
Angel

Re: How to add link in Menu bar

Posted: Thu Jul 02, 2015 7:26 am
by D3MO
it all depends on your theme do you have a custom theme or default one

Re: How to add link in Menu bar

Posted: Thu Jul 02, 2015 4:51 pm
by Slayss
D3MO wrote:it all depends on your theme do you have a custom theme or default one
It's custom theme

Re: How to add link in Menu bar

Posted: Fri Jul 03, 2015 12:22 am
by viethemes
Slayss wrote:Hello to all,

I added in menu bar of my site - "Blog" and I would like, when someone click on "Blog", to redirect it to the Blog page myblog.tmblr.com

How could I do that?

Regards,
Angel
Could you attach file catalog/view/theme/{custom_theme}/template/common/header.tpl here, so we can take a look at it closer?

Re: How to add link in Menu bar

Posted: Sat Jul 04, 2015 5:06 am
by Slayss
Thank you,

It's done.

I added link to my blog in header.tpl

/catalog/view/theme/my theme/template/common/header.tpl

<li><a href="link to the blog">Blog</a></li>

and automatically add it to the menu bar