updatingx
This commit is contained in:
parent
9589155f1f
commit
2ecb13e1c9
@ -2,11 +2,16 @@
|
||||
|
||||
// function file for mfwpt
|
||||
|
||||
// enqueue the stye
|
||||
|
||||
function mytheme_enqueue_style() {
|
||||
wp_enqueue_style( 'style', get_stylesheet_uri() );
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', 'mytheme_enqueue_style' );
|
||||
|
||||
|
||||
//set up the menus
|
||||
|
||||
function register_my_menus() {
|
||||
register_nav_menus(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user