Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions.php: faq include #19

Open
rcass opened this issue Jun 22, 2018 · 0 comments
Open

Functions.php: faq include #19

rcass opened this issue Jun 22, 2018 · 0 comments

Comments

@rcass
Copy link

rcass commented Jun 22, 2018

In your functions.php I noticed towards you have this:

/* functions.php */
include('faq/faq.php');
if ( ! function_exists( 'wav_starter_setup' ) ) :
/**

However, I recommend moving this to the bottom of the functions.php so that it follow the format of the other included php files.
Like this:

/**
* Custom template tags for this theme.
*/
require get_template_directory() . '/inc/template-tags.php';
/**
* Custom functions that act independently of the theme templates.
*/
require get_template_directory() . '/inc/extras.php';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant