Jump to content
Sign in to follow this  
riechersm

Custom Header Image

Recommended Posts

riechersm

How can I STOP my custom header image from linking to the homepage? Having done that, How can I re-link it later? Sorry for such a basic question, but i can't seem to nail it....

Share this post


Link to post
Share on other sites
Jenny
You know.. one of my blogs links to the home page in the header, but the other does not. I don't know why or what I did but I'm looking. What theme are you using?

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
Jenny
Ok I've went through all of my settings and my custom code for both themes and I don't see any reason why one of my headers is linking and the other is not. Hopefully someone else can help!

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
riechersm
Thanks.... The way I have -sort of - solved the problem is ....I have set a new page as my homepage. The reason I wanted to do this is because the site is still not ready for public viewing, but I needed to use one page with the fantastic widget logic sidebars, so i linked to it from our current site. but then I was worried that if people clicked on the header image, they would go to the site and see it in it's messy messy state full of mistakes and incorrect info. My solution was to make a page that I wanted others to see, removed all the menus and links and sidebars etc, and then set ti as the homepage, so anyone clicking on that header would just come.....back! viola. as someone new at this I was quite pleased with myself, although I think the question still stands...

Share this post


Link to post
Share on other sites
kastelic
Here's a filter that will do change the logo link URL to whatever you want. Paste this in platformbase/functions.php and change the "http://google.com" to your URL of choice. [code] //change the logo link url add_filter ( 'pagelines_site_logo', 'afilter'); function afilter($site_logo){ $site_logo = sprintf( '%s', 'http://google.com', get_bloginfo('name'), esc_url(pagelines_option('pagelines_custom_logo')), get_bloginfo('name')); return $site_logo; } [/code]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×