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

RSS Icon Subscribe to comments

You need to login to post a comment.