/*
 Theme Name:   Folyo Child
 Theme URI:    https://folyo.mondotheme.com
 Description:  Folyo Child Theme
 Author:       MondoTheme
 Author URI:   http://themeforest.net/user/mondotheme/portfolio
 Template:     folyo
 Version:      1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
List of modifications

/page-modular.php - the main modular page, powers the index page, removed classes from <main>
/page-another-modular.php - an additional modular page, changed <main> to <div>
/page-another-another-modular.php - an additional modular page, changed <main> to <div>
/page-archive-modular.php - added a search bar at the top of arvhice page
/inc/partials/entry-footer.php - removed the author and the number of comments
/searchform.php - changed the initial words in the search box
/inc/partials/portfolio-archive.php - added pagination above the boxes of portfolios
/index.php - controls the search results page, changed <main> to <div>
/single-portfolio.php - controls look of individual portfolio view, added related posts section in footer
/taxonomy-portfolio_category.php - fixes bug where links don't work, changed <main> to <div>
*/


<?php require_once( get_stylesheet_directory(). '/header.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/page-modular.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/page-another-modular.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/page-another-another-modular.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/page-archive-modular.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/inc/partials/entry-footer.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/searchform.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/inc/partials/portfolio-archive.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/index.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/single-portfolio.php' ); ?>
<?php require_once( get_stylesheet_directory(). '/taxonomy-portfolio_category.php' ); ?>
