Is there a plugin where you can upload image "logo" for use in the site's theme rather than the admin area?
|
|
No, not really. This wouldn't be a plugin since every theme is different. Some themes have this functionality built in, though. |
|||
|
|
There's no plugin that I know ofof, but you could add this code to your functions.php file, and it would accomplish what you're looking for:
The function will check the images folder in your theme for a file named admin-logo.gif, and if found will add a CSS call to the page header to replace the stock WP logo. As mentioned in the comment, the image MUST be 30x31 pixels. |
|||
|
|
|
The logo is controlled by the theme ... so you'll have to use a theme that offers that option. Alternatively, you could edit the them to change the logo. |
|||
|
|
|
+1 on using a theme that supports logos. Unless you are an experienced developer you really want to do as little editing of CSS and PHP as possible. |
|||
|
|