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
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,6 @@
7
7
8
8
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.
9
9
10
-
## Bootstrap 2.x vs Bootstrap 3.0
11
-
12
-
There are many changes Bootstrap 2.x & Bootstrap 3.0 that affect both how the nav walker class is used and what the walker supports. For CSS changes I recommend reading the [Migrating from 2.x to 3.0](https://getbootstrap.com/getting-started/#migration) in the official Bootstrap docs.
13
-
14
-
The most noticeable functionality change in Bootstrap 3.0.0+ is that it only supports a single dropdown level. This script is intended to implement the Bootstrap 3.0 menu structure without adding additional features, so additional dropdown levels will not be supported.
15
-
16
-
If you would like to use **Bootstrap 2.x** you can use the [legacy version](https://github.com/twittem/wp-bootstrap-navwalker/tree/For-Bootstrap-2.3.2) of the walker class.
17
-
18
10
## NOTE
19
11
20
12
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, and does not include the required Bootstrap JS files. You will have to include them manually.
0 commit comments