Skip to content

Instantly share code, notes, and snippets.

View ldugaduga's full-sized avatar
🏠
Working from home

Louie ldugaduga

🏠
Working from home
View GitHub Profile
<?php
require_once('wp_bootstrap_navwalker.php');
// Declare sidebar widget zone
if (function_exists('register_sidebar')) {
register_sidebar(array(
'name' => 'Sidebar Widgets',
'id' => 'sidebar-widgets',
'description' => 'These are widgets for the sidebar.',