Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhemsley/9116608 to your computer and use it in GitHub Desktop.
Save tomhemsley/9116608 to your computer and use it in GitHub Desktop.
/**
* INSTALLATION: this code should be pasted into your theme's functions.php file.
*
* This code will convert the list of tabs into an ordered drop down menu. Ideal if you have lots of slideshows set up!
*/
function metaslider_max_tabs() {
return 5; // specify the number of tabs you want to see before converting to a dropdown
}
add_filter('metaslider_max_tabs', 'metaslider_max_tabs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment