Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get category
#1
Hi,

Is there a way to get all the category and sub-category ?

Tx
Reply
#2
plugin i18N
http://get-simple.info/extend/plugin/i18n/69/

in template use (you will get a navigation from level 0 to 99 lv):
<?php
get_i18n_navigation(return_page_slug(),0,99);
?>

if you want to get only a submenu named "oferta" where is a only visible active menu and submenu
<?php
get_i18n_navigation(return_page_slug('oferta'),0,99,I18N_FILTER_CURRENT );
?>
all menu and submenu from menu named "oferta"
if you want to get only a submenu named "oferta" where is a only visible active menu and submenu
<?php
get_i18n_navigation(return_page_slug('oferta'),0,99,I18N_SHOW_MENU);
?>

more here:
http://mvlcek.bplaced.net/get-simple/mul...avigation/
user plugin: scroll to top
Reply




Users browsing this thread: 1 Guest(s)