Change wordpress logo & favicon

qlithe

Supreme Member
Joined
Feb 14, 2012
Messages
1,252
Reaction score
288
Anyone knows of an easy method to change the logo and favicon of a wordpress site without doing it through the ordinairy customize.php? (for any theme I should add)

Looking to automate it but since the page is mostly ajax (right?) I'm having a tough time.

Maybe xml rpc or something in that way?

A simple snippet in header.php of the theme?

Looking for suggestions :)

Best regards
 
In fact, there is nothing to do with the XML RPC.
  • For the favicon: just upload favicon.ico to the root directory, nothing else
  • For the logo: just re-upload logo with same name as the old one
Does this solution help you at all?
 
Hope I'm not stating the obvious, but could you create the favicon, upload it as an image, they add the it as a custom header tag?? That's off the cuff, btw, but it will probably work.
 
In fact, there is nothing to do with the XML RPC.
  • For the favicon: just upload favicon.ico to the root directory, nothing else
  • For the logo: just re-upload logo with same name as the old one
Does this solution help you at all?

Hope I'm not stating the obvious, but could you create the favicon, upload it as an image, they add the it as a custom header tag?? That's off the cuff, btw, but it will probably work.

Well sure, the favicon is not the big issue here.

Problem with the logo is that every theme is working different and by default, there is almost never a logo in place. Just the title and/or the slogan.

And the way the themes implement the logo varies as well.

Imagine you were to automate 500+ WP sites with different themes.

Doing all the regular setup stuff is kinda easy. But I just cant find a way to add the logo.
 
Back
Top