Skip to content

Commit

Permalink
Removed mentions of Bootstrap 2.0 legacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
PlanBrewski committed Mar 14, 2017
1 parent 6c0776c commit 6a1fa18
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@

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.

## Bootstrap 2.x vs Bootstrap 3.0

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.

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.

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.

## NOTE

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.
Expand Down

0 comments on commit 6a1fa18

Please sign in to comment.