Adding Links to static pages? - Printable Version +- MN Forum (http://forum.mn-shop.com) +-- Forum: Products (http://forum.mn-shop.com/forum-products.html) +--- Forum: Ask a Question (http://forum.mn-shop.com/forum-ask-a-question.html) +--- Thread: Adding Links to static pages? (/thread-adding-links-to-static-pages.html) |
Adding Links to static pages? - Guardian - 08-06-2014 What's the easiest way to modify the links on the side? I want to add links to the menu that includes the exchanges, but I can't figure out where to do that. Any help is appreciated. RE: Adding Links to static pages? - Breaker - 08-08-2014 Hello Guardian, What you are looking for is a filter, and you can find it in every modules folder in index.php His name is: register_filter('exchange_menu','name_top_menu'); That's the way that menu is build up. RE: Adding Links to static pages? - Guardian - 08-08-2014 (08-08-2014, 01:17 AM)Breaker Wrote: Hidden content for guests Awesome, thanks. I will look for that then. |