Left Column

Your menu is in the "BlogCategories" folder. It includes the main JavaScript file "BlogCategories.js" and a few accompanying files.


Installation Instructions

  1. Copy (upload) the "BlogCategories" folder to the root directory of your website.

  2. Copy and paste the code [1] below where you want your menu to show up. This code can be placed anywhere between the <body> and </body> tags.



    [1] The code above consists of the two parts:

    1. The <script> tag adds a reference to the main JavaScript file "BlogCategories.js".
      If the page is located in a subfolder, use the src with two dots: "../BlogCategories/BlogCategories.js".

    2. The <div> element is a container for the menu. It includes the name of your menu ("BlogCategories") as an identifier.


Search Engine Optimization (optional)



Helpful Links