#1
Posted 01 October 2012 - 05:41 AM
#2
Posted 01 October 2012 - 06:25 AM
You shouldn't make any changes to header.php or any core files as odd things will most likely happen. If you wish to add another link to your header, you will most likely want to use a hook. I recommend you install the Action Map plugin from the store, find the correct hook location and then add your code to the functions.php file.
#3
Posted 01 October 2012 - 03:10 PM
Depending on where you need to add the extra link, a hook may be a much quicker and easier solution, but I just thought I'd mention another way
#4
Posted 03 October 2012 - 03:49 PM
#5
Posted 03 October 2012 - 04:37 PM
#6
Posted 03 October 2012 - 07:45 PM
#7
Posted 03 October 2012 - 11:09 PM
It's also worth mentioning that you can customize core sections like the branding section (if that's what you're using in the header) by copying the specific section's folder from the Pagelines sections folder into your child theme's "sections" folder (just create one if there isn't a folder there yet). From there you are free to customize the section however you'd like without being at risk of losing your customizations next time the framework is updated. Kind of like child themes for sections. If you decide to go this route, I would recommed you disable the core's version of the section from under Pagelines > Store > Sections > Core Framework to prevent any possible conficts.
Depending on where you need to add the extra link, a hook may be a much quicker and easier solution, but I just thought I'd mention another way
I did this and it now functions perfectly. This was cool because it was my first time really customizing something and it wasnt hard at all. If I wanted to go simply with a hook where would this be initiated?
#8
Posted 04 October 2012 - 01:29 AM
#9
Posted 04 October 2012 - 01:29 AM











