Re-add excerpt and wp_title functions from cleanup.php

Rename custom.php to extras.php
This commit is contained in:
Ben Word
2014-03-30 19:36:47 -05:00
parent 5ba5de8ee5
commit 7551f99641
3 changed files with 23 additions and 5 deletions

View File

@@ -13,4 +13,4 @@ require_once locate_template('/lib/nav.php'); // Custom nav modifica
require_once locate_template('/lib/gallery.php'); // Custom [gallery] modifications
require_once locate_template('/lib/comments.php'); // Custom comments modifications
require_once locate_template('/lib/scripts.php'); // Scripts and stylesheets
require_once locate_template('/lib/custom.php'); // Custom functions
require_once locate_template('/lib/extras.php'); // Custom functions