Frame is a lightweight framework for building photography-centric WordPress themes.
Use the following command from your preferred command line utility to install the package.
composer require photopress/frame
If you are bundling Frame with your theme, you'll need to add the following to your functions.php
to autoload the framework:
if ( file_exists( get_parent_theme_file_path( 'vendor/autoload.php' ) ) ) {
require_once( get_parent_theme_file_path( 'vendor/autoload.php' ) );
}
Frame is free. However, we ask that you purchase a support membership at PhotoPress. Even if you don't need the support, this purchase helps fund the development of this project.
Donations to the project are also appreciated.
Documentation for Frame is maintained on the wiki. Please feel free to add to the wiki if you use the framework.
This project is licensed under the GNU GPL, version 2 or later.
© Peter Adams.