You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom WordPress nav walker class to fully implement the Bootstrap 3.0+ navigation style in a custom theme using the WordPress built in menu manager.
11
+
A custom WordPress nav walker class to fully implement the Bootstrap 3.0+ navigation style in a custom theme using the WordPress built in menu manager. A working version of the walker for Bootstrap 4.0.0 can be found in the [`v4` branch](https://github.com/wp-bootstrap/wp-bootstrap-navwalker/tree/v4)
12
12
13
13
## NOTES
14
14
15
15
This is a utility class that is intended to format your WordPress theme menu with the correct syntax and classes to utilize the Bootstrap dropdown navigation. It does not include the required Bootstrap JS and CSS files. You will have to include those dependancies separately.
16
16
17
17
### Bootstrap 4
18
18
19
-
Bootstrap 4 beta is available and is now the default branch offered at the GitHub repo and on [GetBootstrap](https://getbootstrap.com). A working version of the walker for Bootstrap 4 can be found in the `v4` branch.
20
-
21
-
Acording to @mdo & team:
22
-
23
-
> Long story short, shipping a beta means we’re done breaking all your stuff until our next major version (v5).
19
+
Bootstrap 4.0.0 released January 2018 and is the default branch offered at the GitHub repo and on [GetBootstrap](https://getbootstrap.com).
Copy file name to clipboardExpand all lines: composer.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,21 @@
1
1
{
2
2
"name": "wp-bootstrap/wp-bootstrap-navwalker",
3
3
"description": "A custom WordPress nav walker class to fully implement the Bootstrap 3.0+ navigation style in a custom theme using the WordPress built in menu manager.",
* Description: A custom WordPress nav walker class to implement the Bootstrap 3 navigation style in a custom theme using the WordPress built in menu manager.
13
-
* Author: Edward McIntyre - @twittem, WP Bootstrap
14
-
* Version: 2.0.5
13
+
* Author: Edward McIntyre - @twittem, WP Bootstrap, William Patton - @pattonwebz
0 commit comments