最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

My WordPress doesn't have the site logo feature?

programmeradmin3浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 6 years ago.

Improve this question

I just installed the latest version of WordPress (4.9.5) on my server, and I want to add a custom logo next to the title of my website.

Every tutorial mentions a feature called "site logo", but I cannot find this feature anywhere in my WordPress installation. I'm almost starting to question my own sanity at this point.

According to tutorials, I should have this option in the "Site identity" section, but it's not there. I do have a 'site icon' setting there, but this only seems to affect the favicon image. No logo is displayed on the site itself.

I also checked the "header image" section under "customize". This always me to upload an image, but this image is used as a background image for the header. That's not what I had I mind either.

I really feel like I'm missing something obvious here, so any help is very much appreciated.

PS: I'm using the free "sela" theme, which claims to support the site logo feature.

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 6 years ago.

Improve this question

I just installed the latest version of WordPress (4.9.5) on my server, and I want to add a custom logo next to the title of my website.

Every tutorial mentions a feature called "site logo", but I cannot find this feature anywhere in my WordPress installation. I'm almost starting to question my own sanity at this point.

According to tutorials, I should have this option in the "Site identity" section, but it's not there. I do have a 'site icon' setting there, but this only seems to affect the favicon image. No logo is displayed on the site itself.

I also checked the "header image" section under "customize". This always me to upload an image, but this image is used as a background image for the header. That's not what I had I mind either.

I really feel like I'm missing something obvious here, so any help is very much appreciated.

PS: I'm using the free "sela" theme, which claims to support the site logo feature.

Share Improve this question edited Jan 24, 2020 at 21:40 PariSh KhAn 1033 bronze badges asked Apr 8, 2018 at 8:59 Jeroen JacobsJeroen Jacobs 1011 gold badge1 silver badge2 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Custom logo functionality has two parts, first your theme has to declare support for this feature with add_theme_support( 'custom-logo' );, then you need to use the_custom_logo function to display it wherever you want in your template.

You can learn more from https://developer.wordpress/themes/functionality/custom-logo/

发布评论

评论列表(0)

  1. 暂无评论