I'm integrating coolmenus with wordpress but for some reason the links aren't working right. Two of these links fail in two different ways.
Code:
oCMenu.makeMenu('post4','','Welcome','/','','96')
oCMenu.makeMenu('post55','','News','/news','','72')
oCMenu.makeMenu('post45','','Elections','/elections','','112')
oCMenu.makeMenu('post46','post45','Bryan','/elections/bryan','','160')
oCMenu.makeMenu('post48','post46','05/10/2008 - City Council & School Board','/elections/bryan/20080510-election','','360')
oCMenu.makeMenu('post52','post45','College Station','/elections/college-station','','160')
oCMenu.makeMenu('post50','post52','05/10/2008 - City Council','/elections/college-station/20080510-election','','240')
oCMenu.makeMenu('post2','','Calendar','/calendar','','104')
oCMenu.makeMenu('post10','','Contact','/contact','','96')
The link titled Welcome does not take me to the site root, but instead to //coolmenus/about-us.
The link titled '05/10/2008 - City Council' with url '/elections/college-station/20080510-election' actually takes me to '/elections/bryan/20080510-election', which is a valid page but not the right one!
Thanks!