Welcome! Make yourself at home; browse around.
- Rachel Vasquez
- Adam R. Brown
- Full Hook List
- Plugin API Reference (for Admin requests)
- Action Reference and Filter Reference
It's a really simple implementation to show off WordPress hook actions and filters.
The functions/
directory contains files that are linked in functions.php
The scripts/
directory contains scripts that are enqueued in WordPress.
The templates/
directory contains my custom page templates, for demoing the functionality and showing my code during the conference.
Sometimes you'll need a plugin to make this theme work as expected. I installed:
- Advanced Custom Fields [paid]
- Ajax Load More [free]
- and nothing else
- Move or (preferably) clone this folder into the
wp-content/themes/
folder of your active WordPress install. - Activate the theme within the WordPress backend.
- Make a whole slew of pages for the various page templates.
- Install the recommended plugins (ACF and ALM)
- Accept my apologies, as I've hard linked the homepage template to post IDs :( but you can edit them at will!
- Go make something awesome!