Skip to content

photopress-dev/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame: A Photography Theme Framework For WordPress

Frame is a lightweight framework for building photography-centric WordPress themes.

Installation

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' ) );
}

Purchase or donate

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

Documentation for Frame is maintained on the wiki. Please feel free to add to the wiki if you use the framework.

Copyright and License

This project is licensed under the GNU GPL, version 2 or later.

© Peter Adams.