- GiveDirectly-Inspired WordPress Theme
This is a custom WordPress theme inspired by GiveDirectly.org and made from a starter theme called
_s, orunderscores. I designed this theme following an open position for WordPress Engineer at GiveDirectly! Hope I will get hired 🤞🏾.
-
Features Responsive Design: Fully mobile-friendly with collapsible navigation. Custom Donate Button: Prominent and customizable "Donate" button in the header. Customizable Navigation: Supports WordPress menu system for easy navigation customization. Custom Logo: Easily upload your logo via the WordPress customizer. Widget Ready: Add widgets to the footer or sidebar as needed. Clean Code: Built using _S (Underscores) starter theme as a base for modern WordPress development.
-
Installation Clone the repository or download the theme as a ZIP file:
$ git clone https://github.com/your-username/givedirectly-theme.gitMove the theme folder to your WordPress wp-content/themes/ directory:
$ mv givedirectly-theme /path/to/wordpress/wp-content/themes/Log in to your WordPress admin dashboard, go to Appearance > Themes, and activate the "GiveDirectly-Inspired Theme."
Customize your site by navigating to Appearance > Customize.
File Structure
givedirectly-theme/
│
├── assets/css/
│ └── custom.css # Custom CSS for the theme
│
├── assets/js/
│ └── main.js # JavaScript for the responsive navigation
│
├── template-parts/
│ ├── header.php # Theme header
│ └── footer.php # Theme footer
│
├── functions.php # Theme functionality and customizations
├── style.css # Main theme stylesheet
├── screenshot.png # Screenshot for the WordPress theme preview
└── README.md # Theme documentationGood luck!
