category calendar
Insert calendar into wp_nav_menu
wordpress snippet
Needed this for a recent project as a client wanted to display the wordpress calendar as a dropdown item within the menu. Add this snippet to the functions.php of your wordpress theme will add a new menu item to your wp_nav_menu that has a submenu calendar.
read moreUnregister default widgets
wordpress snippet
Adding this to the functions.php of your wordpress theme will unregister the default wordpress widgets. Pick and choose what widgets you wish to unregister or all of them if you wish.
read moreDisplay calendar
wordpress snippet
Adding this PHP code to your wordpress theme will display a calendar.
read more






