A very simple WordPress Plugin that allows you to integrate a vertical scrolling menu into you WordPress page.
More information at the plugin page.
- Download, upload & activate this plugin
- Go to the admin interface and upload some images.
- Go to your post/page an enter the tag ‘[verticalImageMenu]‘.
That’s it … Have fun
Example
In this example I link to my page, but you can set the links to every other page.


How to use the Image Menu in the themes header?
If you want to setup the menu in your WordPress twentyeleven header as shown above, you have to do two things.
- Open the “header.php” from twentyeleven with an editor and insert
<?php echo do_shortcode('[verticalImageMenu]') ?>before
<nav id="access" role="navigation">
. Save and upload the header.php.
- Then open the twenty eleven “style.css”. You will find it in the same folder. Insert the following lines:
body .vertical_imagemenu{ position:relative; margin:-288px 0px 0px 40px !important; z-index:1; }

Great plugin. Simple and effective.
How do I prevent it from scrolling?
Why?
Love the plugin – simple and functional.
I was having trouble with the image upload but when I did it in visual mode rather than html mode it worked fine.
Thanks V Much : )
Help please understand.
1. I downloaded the pictures, 2. what code I need to insert and where to work the menu?
1. I think you mean that you uploaded some images.
2. paste the shortcode [verticalImageMenu] inside a page or post or use it inside your theme with < ?php echo do_shortcode('[verticalImageMenu]') ?>.
It would be great if you could have made this plugin with the option of more than just one gallery. It’s a great plugin, but I’m on a lookout for a plugin I can use in more than just one post/page with different images.
I think it’s possible. You can setup different galleries.
I think this should work, please try it. Best regards BMo