WordPress Developer Assignment
Custom WordPress plugin developed for the WordPress Developer Assignment.
by Deepa T L · github.com/deepatl/wordpress-developer-assignment
★ 0stars
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/deepatl/wordpress-developer-assignment/archive/refs/heads/main.zipA builder-free WordPress landing page implemented as a custom plugin.
Requirements covered
- Custom PHP, HTML, CSS and JavaScript
- No Elementor or page builder
- Plugin-based implementation
- Responsive desktop/tablet/mobile layouts
- Dynamic CMS-managed homepage content
- Clean separation of plugin logic, admin settings and assets
Installation
- Zip the
wordpress-developer-assignmentfolder. - In WordPress admin go to Plugins → Add New → Upload Plugin.
- Upload the ZIP and activate it.
- Activation creates a Developer Assignment page at
/developer-assignment/. - Edit content from Settings → Assignment Website.
Shortcode
[wda_assignment]
You can place this shortcode on any normal WordPress page.
Dynamic content
Hero copy, buttons, stats, service cards and footer text are stored in a WordPress option and edited from the WordPress admin screen. This demonstrates CMS usability without a page builder.