I'm using the theme PageLines.
The Custom header/logo image links to the homepage, but I want it to link to the Contact Us page.
How can I do that?
Here's my site http://magic-cityproductions.com/
I'm using the theme PageLines.
The Custom header/logo image links to the homepage, but I want it to link to the Contact Us page.
How can I do that?
Here's my site http://magic-cityproductions.com/
Edit the Page Template in your theme that outputs the header image to add this link.
This is what I see on the Page Template on my theme
<?php
/**
* PAGE
*
* This file meets the WordPress template requirements for 'page.php'
*
* @package PageLines Framework
* @since ...
*
* @link http://www.pagelines.com/
* @link http://www.pagelines.com/tour
*
* @author PageLines http://www.pagelines.com/
* @copyright Copyright (c) 2008-2012, PageLines hello@pagelines.com
*
* @internal last revised January 20, 2012
* @version ...
*
* @todo Define version
*/
setup_pagelines_template();
They use a function called setup_pagelines_template to handle this...again, ask theme dev.
You must log in to post.