Metadata
- Source
- FLOE-554
- Type
- Bug
- Priority
- Minor
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Jonathan Hung
- Created
2018-06-22T10:26:27.045-0400 - Updated
2018-06-22T10:36:07.478-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Accessible Wordpress Theme
Description
Right now the front page graphic path is hard-coded into the front-page.php code and the image included with the theme.
The wp-a11y theme should instead be configurable so user can easily upload their own graphic and change the front image.
Comments
-
Jonathan Hung commented
2018-06-22T10:36:07.478-0400 Currently there are two ways to do this:
- Upload the graphic using the built-in media uploader, find its path, then use the theme editor to change the path in front-page.php.
- Upload the image into the theme's image directory and replace the existing image. Or rename it and adjust the front-page.php file.