Select Link

Plugin Banner

Select Link

by chrisce

Download
Description

With this plugin you can in a simple way create your own dropdown with custom links.

If you need any help please contact me at chris@ceeglo.se.
A more detailed documentation available at https://www.ceeglo.se/csl.php in Swedish.

This section describes how to install the plugin and get it working.

  1. Upload the plugin in WordPress Admin or using FTP to ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Click on Select Link (plugin name) in your WordPress menu
  1. Example of dropdown menu

    Example of dropdown menu

  2. Example of dropdown menu open

    Example of dropdown menu open

  3. Example of dropdown menu customized using css

    Example of dropdown menu customized using css

I need help

You can contact me at chris@ceeglo.se

What shortcode should I use?

You can use this example as a starting point:
[cslSelect title=”Title for your dropdown”]

[cslOption url=”https://ceeglo.se”] Ceeglo Homepage [/cslOption]

[cslOption url=”https://www.google.se”] Google [/cslOption]

[/cslSelect]

Back to top