SEOPress
93WordPress SEO plugin with AI SEO metadata, schema, XML sitemap, redirections & Search Console. Privacy-fir...
Allows you to to change the login image, admin bar logo and admin footer text.
F4 Simple White Label is a WordPress plugin that allows you to customise the login page and admin bar of your WordPress site. You can change the login image, add a custom logo to the admin bar, and modify the admin footer texts using hooks in your theme's functions.php file.
This plugin is suitable for beginners, agencies, and freelancers who want to personalise the appearance of their WordPress sites without extensive coding knowledge. Future updates may include an options page for easier customisation.
Best for: This plugin is best for WordPress users looking to personalise their site's branding.
What it does well
Where it falls short
F4 Simple White Label offers basic customisation options for WordPress sites, but its reliance on coding may limit accessibility for some users.
FAKTOR VIER's own description of F4 Simple White Label, lightly tidied.
With F4 Simple White Label you can change the login image, add a custom logo to the admin bar and change the admin footer texts.
Currently this is only possible with a few easy to use hooks. We plan to add an options page to the WordPress backend, so you can change all the above mentioned without using a single line of code.
You can add the following hooks to the functions.php of your theme.
Add favicon to login page and backend:
add_filter('F4/SWL/admin_favicon', function() {
return 'url-to-your-favicon.ico';
});
Change the login page image:
add_filter('F4/SWL/login_image', function() {
return 'url-to-your-login-image.png';
});
You can also change the href, link text, image alt text like this:
add_filter('F4/SWL/login_image_href', function() {
return 'https://www.f4dev.ch';
});
add_filter('F4/SWL/login_image_link_text', function() {
return 'This WordPress is powered by FAKTOR VIER';
});
add_filter('F4/SWL/login_image_alt', function() {
return 'FAKTOR VIER logo';
});
If needed you can add custom inline styles to the image:
add_filter('F4/SWL/login_image_style', function() {
return 'width:50px; height:50px;';
});
Add a custom logo to the admin bar:
add_filter('F4/SWL/admin_bar_logo', function() {
return 'url-to-your-admin-bar-logo.png';
});
You can also change the href, logo alt text like this:
add_filter('F4/SWL/admin_bar_logo_href', function() {
return 'https://www.f4dev.ch';
});
add_filter('F4/SWL/admin_bar_logo_alt', function() {
return 'FAKTOR VIER logo';
});
Other plugins for customising wp-admin.
WordPress SEO plugin with AI SEO metadata, schema, XML sitemap, redirections & Search Console. Privacy-fir...
Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenb...
Admin UI for creating custom content types like post types and taxonomies
LoginPress is a Custom Login Page Customizer plugin allows you to easily customize the layout of login, admin...
Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
Customise dashboard panels and branding, hide menus plus lots more.