A lightweight WordPress plugin that enhances your site logo's functionality by adding customizable click behaviors. Left-click directs to your homepage, while right-click leads to your specified assets page.
- 🏠 Left-click on logo leads to homepage
- 🎨 Right-click redirects to your assets page
- 🔄 Falls back to Media Library if no assets URL is set
- Clone this repository or download the ZIP file
git clone https://github.com/Open-WP-Club/wp-logo-link.git
-
Upload to your WordPress site:
- Upload the
wp-logo-link
folder to/wp-content/plugins/
- Or compress the folder and upload via WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the
-
Activate the plugin through WordPress Admin → Plugins
-
Configure the assets page URL in Settings → General
The plugin adds a simple setting in WordPress Admin:
- Go to Settings → General
- Scroll down to "WP Logo Link Settings"
- Enter your desired assets page URL
- Save changes
- WordPress 5.0 or higher
- Any theme that uses standard WordPress logo classes
If you encounter any issues or need assistance:
- Open an issue in this repository
- Provide details about your WordPress version and theme
- Include steps to reproduce the issue
This project is licensed under the GPL v2 License - see the LICENSE file for details.
Contributions are welcome! Feel free to:
- Fork the repository
- Create your feature branch:
git checkout -b feature/awesome-feature
- Commit your changes:
git commit -m 'Add awesome feature'
- Push to the branch:
git push origin feature/awesome-feature
- Open a Pull Request