Skip to content

Instantly share code, notes, and snippets.

@arvindsvt
Last active March 17, 2018 13:09
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 arvindsvt/e4143c9c1f3f94465c48bd57b15bfc4a to your computer and use it in GitHub Desktop.
Save arvindsvt/e4143c9c1f3f94465c48bd57b15bfc4a to your computer and use it in GitHub Desktop.
Introduction The Walker class was implemented in WordPress 2.1 to provide developers with a means to traverse tree-like data structures for the purpose of rendering HTML. Tree-Like Structures In terms of web development, a tree-like structure is an array or object with hierarchical data - such that it can be visually represented with a root elem…
https://github.com/WPbasics/Bootstrap-to-WordPress-Conversion-Part-3
https://github.com/wp-bootstrap/wp-bootstrap-navwalker
https://www.youtube.com/watch?v=ADx4UUOSpy0
https://www.youtube.com/watch?v=4YIWqahfkDM&t=323s
https://kriesi.at/archives/improve-your-wordpress-navigation-menu-output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment