icetee / wp_bootstrap_polylang

Create polylang dropdown nav + remove old element (Bootstrap style)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-bootstrap-polylang

Polylang switch language nav (Bootstrap style)

Installation

Place wp-bootstrap-polylang.php in your WordPress theme folder /wp-content/your-theme/ and place wp-bootstrap-polylang.js in your javascripts folder (default: /wp-content/your-theme/assets/js/).

Open your WordPress themes functions.php file /wp-content/your-theme/functions.php and add the following code:

require_once get_template_directory() . '/wp_bootstrap_polylang.php';

Requirement

I used (Fork)

About

Create polylang dropdown nav + remove old element (Bootstrap style)

License:GNU General Public License v2.0


Languages

Language:PHP 54.0%Language:JavaScript 46.0%