WP Manifestindependent plugin directory
manifest / users / wp-avatar-filter

Custom Avatar Filter

Automatically replaces Wordpress user avatars with custom images based on username. It searches the gallery for username.jpg and replaces the avatar.

by Daniel F. Wehleit · github.com/1xn/wp-avatar-filter · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/1xn/wp-avatar-filter/archive/refs/heads/main.zip

From the readme

wp-avatar-filter Overview The wp-avatar-filter plugin for WordPress enables automatic user avatar assignment based on uploaded images. By simply uploading a file named username.jpg, the plugin dynamically sets it as the avatar for that user, eliminating the need for manual avatar selection. This is particularly useful for bulk user creation, allowing administrators to quickly assign profile pictures via the WordPress media library. Features - Automatically assigns user avatars by matching images to usernames (e.g., johnsmith.jpg for user johnsmith). - No manual avatar selection required—just upload the correctly named image. - Works dynamically: updating an avatar is as simple as deleting an old image and uploading a new one. - Tested with over 200 users for bulk assignment. Installation Download & Setup 1. Download the .zip file. 2. Edit the .php file inside the plugin folder and replace example.com with your own WordPress site URL. 3. Re-compress the edited plugin folder into a .zip file. 4. Upload the .zip file via the WordPress admin panel (Plugins Add New Upload Plugin). 5. Activate the wp-avatar-filter plugin. 6. Ensure that in WordPress Settings Media, the option "Or

Read the full README on GitHub →