Ramui webblog script includes two different types of menu generator. JavaScript menu, Ajax menu and simple menu. When included they can generated vertical menu for your website. But all of the menu generators only list the posts you have published.
The features of the JavaScript menu and Ajax menu are listed below.
On the other hand the simple menu only lists the web pages category-wise. There is no 'Recent post' or 'Top five' listing.
First of all you must know that both of the menu generators only list the WebPages created by post and not pages. To include or exclude a webpage into your menu system go to the full range page editor; select or unselect the option 'Add to menu'; when you publish that post it will be included into your menu system.
You can change your preferred menu type from your website control panel. Login to your website control panel; click on the "settings" icon and change the default menu type from the dropdown box. There are five menu option each of which I describe below.
Vertical menu usually appears at the left or right sidebar of a webpage. You can add menu in your template file by using the following code within php tag.
//Add menu. echo fw_db->menu($fw_page_array['pagename']);