Change thematic child theme menu to custom menu


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function wicked_change_menu_type() {
  2. return 'wp_nav_menu';
  3. }
  4. add_filter('themantic_menu_type','wicked_change_menu_type');

Report this snippet


Comments


You need to login to view comments.