This is a starter theme for Wordpress based on _s
but with a few added features for the RDMWorkflow. This is to quickly start client projects with support for child themes. Though _s
is not meant to be used with a parent/child theme RDM is modifying it to do this. This will be the bases of the future Frigoris (an HTML5 Boilerplate and CSS Reset).
This is an active work in progress
- fork it
- clone it
git clone https://github.com/YOUR-USERNAME/RDMShell
- install node components
npm install
- install bower components
bower install
- build the next Wordpress BAMF!
gulp
- add the RDMShell to your upstream:
git remote add upstream https://github.com/ginfuru/RDMShell
- verify the upstream repo has been added
git remote -v
- then fetch the latest changes the RDMCrew has made:
git fetch upstream
- then merge
git merge upstream/master
- Add Advanced Custom Fields as required
- Add custom plugin for Custom Post Types (make it required)
- Add support of child themes
- Add Bower support
- Add Gulp workflow
- integration SCSS (looking at Sussy_)
- Create Custom Widgets for Social Media
- Integrate
rdm.php
file to hack the Dashboard- Update
rdm.php
for Wordpress 4.0+ support
- Update
- Include theme options panel
- Add RDM Shortcode plugin
- Add CPT plugin
Theme Development
Dashboard Hacking
Maintenance, Security & Support
Client Usability (post deploy)
- Wordpress SEO (also for breadcrumbs)
- W3 Total Cache
Notable Mentions