Plugin Author
racanu
(@racanu)
Hi David,
There is indeed no such option. The plugin uses get_header_image assuming that that is your site’s logo.
How would you see an option to specify your own image? A field to input an (absolute or relative) url to an image would suffice?
Hi Racanu,
Yes, it would be great to have a field to input a logo URL. The theme we’re using must not be using header_image.
Thanks again for your help!
David
Hi again, Racanu,
I wonder if there’s a way to manually define header_image in the PHP? With the broken image we won’t be able to use the plugin, but I really like it!
Thanks,
David
Plugin Author
racanu
(@racanu)
Hi David
I don’t really know whether defining header_image is possible but I’m pretty sure it is. Have you tried simply defining the function in your theme’s functions.php?
I will get down to make the feature you requested but I’ve been quite busy lately so I haven’t been able to do it yet.
Greetz.
Plugin Author
racanu
(@racanu)
Hi David,
I’ve added the feature you requested.
Choose “Use custom path”
Enter a path starting with “/” and it will be interpreted as a path within your site (i.e. your site’s base URL will be prepended to it). Any other path will be considered a full URL to your image.
I’ve barely tested it so bare with any errors you may encounter.