WP Practice
Practice WordPress Pluging
by Manuel Morales · github.com/angstromico/practice-wordpress-pluging · website
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/angstromico/practice-wordpress-pluging/archive/refs/heads/main.zip🛠️ WP Practice (Memz Features)

A lightweight, modern WordPress plugin designed for educational purposes and feature testing.
🌟 Overview
WP Practice (Memz Features) is a specialized WordPress plugin built to experiment with custom WordPress functionalities, hooks, and REST API integrations. It serves as a foundation for implementing "Rational Thinking" quotes and other modern features within the WordPress ecosystem.
✨ Key Features
- 🚀 Lightweight Architecture: Built with performance in mind, ensuring minimal impact on site speed.
- 🛠️ Modular Design: Ready for easy extension of new features and custom post types.
- 🌍 Ready for Translation: Fully internationalized and optimized for the
PRACTICEtext domain. - 🛡️ Secure: Follows WordPress security best practices, including directory access protection.
📥 Installation
Method 1: GitHub (Recommended for Developers)
-
Clone the repository into your
wp-content/plugins/directory:git clone git@github.com:Angstromico/Practice-WordPress-Pluging.git memz-features -
Navigate to the Plugins menu in your WordPress Admin Dashboard.
-
Locate WP PRACTICE and click Activate.
Method 2: Manual Upload
- Download the plugin as a
.zipfile from the repository. - In your WordPress Admin, go to Plugins > Add New > Upload Plugin.
- Choose the
.zipfile and click Install Now. - Click Activate.
📋 Requirements
- WordPress: 5.0 or higher
- PHP: 7.2 or higher
- License: GPL v2 or later
🛠️ Development
This project is currently under active development. Upcoming features include:
- [ ] Random "Rational Thinking" quotes display (similar to Hello Dolly).
- [ ] Integration with Carl Sagan, Bertrand Russell, and Richard Feynman quote databases.
- [ ] Customizable widget for the admin dashboard.
🤝 Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
👤 Author
Manuel Morales (Angstromico)
- GitHub: @Angstromico
📄 License
Distributed under the GPL v2 or later License. See LICENSE for more information.