mcarels 0 Report post Posted May 7, 2011 I want to know how to make the top links on this site : http://burnaby.mrrooter.ca Where it says Mr Rooter Blog, etc Here is the current site I'm making: http://mrrooter.carellistudios.com/ Share this post Link to post Share on other sites
catrina 103 Report post Posted May 7, 2011 You can use a hook to add those links: http://www.pagelines.com/docs/base-child-theme The hook you'll need is pagelines_before_page. This places your links before the page content. If you need further help, let me know. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
mcarels 0 Report post Posted May 11, 2011 Catrina that's a little technical for me, is it possible you could send me the code for it? or be more specific? Share this post Link to post Share on other sites
catrina 103 Report post Posted May 12, 2011 The tutorial explains that you'll need the hook, which is used to place the content where you need it to be (in your case, it's pagelines_before_page) and the HTML code for link content that you want to add inside that hook. That HTML code would probably look something like this: `Mrs. Rooter ?„? Blog` ...and the links that follow will go directly after. Does that make sense so far? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites