You are very welcome 🙂
You should be able to upload a gif format image for your logo with WordPress. To get started, go to the admin area Appearance >> Customize >> Site Identity
But this tutorial should help out:
https://www.shapedpixels.com/setup-morphology-lite/setup-your-logo-or-site-title
Quick update…I just did a quick look and it seems as though animated gif files don’t really work, but if you do a search in Google and/or the WordPress.org support forums, there are some results that you might want to check out to see if they were able to get that to work.
If you really need your gif logo, but no solution helps, you may need to create a child theme then override the header.php file where the logo gets inserted and remove the code and then manually code in an image path to your animated gif file.
I’ve tried, but it doesn’t work.
When I upload GIF from my library as logo it shows up only first frame from my GIF animation.
UPD: So I’ll try check forum and figure out, what child theme does mean ) “child theme” probably may help me to do animation playing only when first page reached. On other pages I wanna see only .JPG.
-
This reply was modified 9 years, 7 months ago by
webphil.
-
This reply was modified 9 years, 7 months ago by
webphil.
Here is a link to child theme info by WordPress:
https://codex.wordpress.org/Child_Themes
You are wanting your front page to be the animated gif logo and all other pages to be a static jpg? That is a bit tricky and would require what is called a conditional statement in code using php.