first additions for a pop down menu, rather than the new one at the top

This commit is contained in:
Jacob Haddon
2020-11-18 16:59:23 -05:00
parent c6ef6cc3ff
commit 97cf9cb1a0
3 changed files with 182 additions and 63 deletions

View File

@ -8,6 +8,7 @@
function melville_theme_styles(){
wp_enqueue_style( 'style', get_stylesheet_uri() );
wp_enqueue_script('jquery');
}
add_action( 'wp_enqueue_scripts', 'melville_theme_styles' );