mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 18:38:17 +08:00
3.0.8
This commit is contained in:
parent
54be48b977
commit
3044064221
10 changed files with 1052 additions and 392 deletions
|
@ -94,6 +94,19 @@ if ( ! function_exists( 'magaziner_setup' ) ) {
|
|||
add_action( 'after_setup_theme', 'magaziner_setup' );
|
||||
|
||||
|
||||
/* Custom navigation
|
||||
/* ------------------------------------ */
|
||||
require_once 'functions/nav.php';
|
||||
$nav = new \AlxMedia\Nav();
|
||||
$nav->enqueue(
|
||||
[
|
||||
'script' => 'js/nav.js',
|
||||
'inline' => false,
|
||||
]
|
||||
);
|
||||
$nav->init();
|
||||
|
||||
|
||||
/* Custom logo
|
||||
/* ------------------------------------ */
|
||||
if ( ! function_exists( 'magaziner_custom_logo' ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue