WordPress multi city theme: how does WordPress modify the user's default avatar, and how does WordPress modify the avatar

One year ago (2023-11-26) Chief Editor
3 minutes
three hundred and fifty-three
zero

Original title: How to modify the user's default avatar in WordPress

How to modify the default Gravatar avatar of WordPress, that is, if visitors have their own Gravatar avatar, they will display it, if not, they will display it specified by the website.

Those who are familiar with WordPress should know that the default Gravatar avatar can be set under the background – setting – discussion, but the built-in icons are really not flattering. Fortunately, WordPress provides the avatar_defaults hook, allowing us to add custom avatars. Next, Chenyang SEO will share two ways to modify them.

How does WordPress modify a user's default avatar

Method 1: Use code to customize the default Gravatar avatar of WordPress

At the end of your topic's functions. php& gt; Add the following code before:

//Modify default avatar

add_filter(avatar_defaults, default_avatar);

function default_avatar($avatar_defaults) {

$myavatar = ;// Image URL path

$avatar_defaults[$myavatar] = "111";// Description name of the picture

return $avatar_defaults;

}

Modification prompt:

1. The fourth line of code is the URL address of the avatar. The above is wpdaxue-gravatar.jpg under the images folder of the active theme. Please modify it according to the actual situation;

2. The fifth line is the name of the user-defined avatar. The above is the default avatar of WordPress University. Please modify it yourself.

After saving, you can see the new avatar in the background - Settings - Discussion, and set it as the default:

Method 2: Use the Add New Default Avatar plug-in

If you don't want to waste code, you can also directly install the Add New Default Avatar plug-in in the background. After it is enabled, you can add a custom avatar in the background - Settings - Discussion, which is very simple. Go back to Sohu to see more

Editor in charge:

This article is written by: Chief Editor Published on Software Development of Little Turkey , please indicate the source for reprinting: //hongchengtech.cn/blog/652.html
Kuke_WP editor
author

Related recommendations

1 year ago (2024-02-20)

Multi store system management - store management design, how to do multi store system design scheme

Store management is an important part of the e-commerce platform. The platform administrator manages store information, goods, orders, settlement methods and other contents through the store management function. The author of this paper analyzes the design of store management in multi merchant system management. Let's have a look. 1、 Introduction The store management is an important part of the e-commerce platform. The platform administrator manages the store through
seven hundred and twenty-two
one
1 year ago (2024-02-19)

Sitecore: What major functions does a high-quality and powerful content management system need to have?

An appropriate content management system (CMS) is an urgent task for enterprises to maintain competitiveness through digital upgrading and transformation. Now 90% of enterprise website building and development uses CMS, which can easily create excellent customer experience in all channels, help enterprises attract new customers, retain old customers and turn existing customers into loyal customers, expand market share and increase revenue
three hundred and seventy-eight
zero
1 year ago (2024-02-18)

The combination and application of content management system and marketing technology, and the combination and application of content management system and marketing technology

B2B content marketing hopes to deliver valuable content to customers at their own stage in a timely manner during their purchase journey. Such as brand and solution related content in the cognitive stage, industry cases in the consideration stage and user confidence building stage, in-depth service introduction in the purchase stage, etc. These contents include images, videos, web pages, white papers
three hundred and seventeen
zero
1 year ago (2024-02-18)

In the second quarter, 648 websites were interviewed by the national network information system according to law, 56 websites were suspended from updating, and the spirit of the national network information work conference was ppt

According to the data released by "Cybertrust China", in the second quarter, the national Cybertrust system continued to strengthen administrative law enforcement, standardize administrative law enforcement, and investigate and deal with all kinds of illegal cases according to law. Original title: In the second quarter, 648 websites were interviewed by the national online trust system in accordance with the law, 56 websites were suspended from updating, and the TechWeb news on July 30 was released according to "online trust China"
three hundred and eleven
zero
1 year ago (2024-02-17)

Introduction and recommendation of ten free cms website building systems, and ten free defective software

It is particularly important to choose a easy-to-use cms website building system for website management and maintenance. We will choose different website building systems according to different website types, but the load, security, ease of use, versatility and subsequent development of the program are all basic criteria for everyone to choose a website building system. According to the webmaster station ranking and aleax ranking, the top 1
three hundred and seventy-six
zero
1 year ago (2024-02-17)

What are the advantages of Shanghai cms website?, How to build a website for cms

Original title: What are the benefits of building a website by Shanghai cms? Before the advent of cms, we usually found a website production company to carry out customized development. It can also be said that in fact, these website production companies also have their own formed website construction system, but it is not available for users to download. What we are talking about now is a website construction system that can be downloaded to build websites
three hundred and twenty-two
one

comment

0 people have participated in the review

Scan code to add WeChat

contact us

WeChat: Kuzhuti
Online consultation: