WP Manifestindependent plugin directory
manifest / unclassified / pegasus-navmenu

WP Bootstrap Navwalker

Display a Regular WordPRess Menu or Bootstrap Menu in your WordPress Theme

by Edward McIntyre - @twittem, WP Bootstrap, William Patton - @pattonwebz · github.com/visionquest-development/pegasus-navmenu · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/visionquest-development/pegasus-navmenu/archive/refs/heads/master.zip

Declares an update source (https://github.com/wp-bootstrap/wp-bootstrap-navwalker), so updates arrive through the plugin's own updater.

From the readme

Pegasus-navmenu Usage How to use in your WordPress site [menu menu="primary"] Or [bootstrapmenu menu="primary" additionalclasses="test"] Shortcode Attributes: http://pegasustheme.com/pegasus-navmenu/ Installation How to install to your WordPress site Simple Instructions Go to Github and click "Clone or download" and make sure it says "Clone with HTTPS" at the top and click "Download Zip" and save it to a folder on your PC. Then, go to WordPress Back-end and go to Plugins - Add New and then click on "Upload Plugin" and upload the zip file you downloaded from Github. Advanced Setup 1.) Upload via FTP/WordPress Admin Download zip file from here and on extraction make sure the folder name you extract to is saved as pegasus-navmenu instead of pegasus-navmenu-master Then upload to you server using an FTP program or Use the WordPress Plugin Upload feature in the WordPress Admin. 2.) In the terminal: For https connection use: git clone https://github.com/Visionquest-Development/pegasus-navmenu.git pegasus-navmenu For SSH implementation use this command and make sure you have the SSH key setup on both your terminal and github account. You will need to use your passkey for each updat

Read the full README on GitHub →