Creates a nice looking animated drop down menu for listing your pages and subpages (and more in the future)
Cria um menu dropdown animado bonitão que lista suas páginas e subpáginas (e mais coisas no futuro)
OBS: All credits to this menu should go to:
OBS: Todos os créditos para este menu deve ir para:
* TransMenu
* March, 2003
*
* Customizable multi-level animated DHTML menus with transparency.
*
* Copyright 2003-2004, Aaron Boodman (www.youngpup.net)
All I did was to put it to work on wordpress
== Instalação / Installation ==
. Faça o download do arquivo
. Descompacte a pasta transMenu inteira no diretório “plugins” do seu wordpress
. Acesse o Painel de Administração > Plugins e ative o plugin.
. Cole o código < ?php trans_list_pages('exclude=&sort_column=menu_order&title_li=' ); ?> onde você quiser que seu menu apareça no seu tema (note que o padrão é uma lista horizontal)
. Cole o código < ?php trans_add_menus(); ?> logo antes da tag “/body” no arquivo footer.php do seu tema
. Download the package
. Extract the transMenu folder to the “plugins” folder of your wordpress
. In the Admin Panes go to “Plugins” and activate it
. Paste the code < ?php trans_list_pages('exclude=&sort_column=menu_order&title_li=' ); ?> wherever you want your menu to be displayed in your theme (notice its a horizontal list by default)
. Paste the code < ?php trans_add_menus(); ?> just before the “/body” tag on you footer.php file of your theme (or in wichever file it is).
Veja ele em ação / See it in action