Ciao ragazzi,
ho installato il plugin "menu creator" ma purtoppo, essendo totalmente a digiuno di PHP non comprendo bene come va messo online il menù creato:
riporto testualmente dalla guida:
"""To display a menu simply paste in the template tag with the appropriate menu ID number into your theme such as in the sidebar.php or maybe even the header.php where you want the menu to render as follows: <?php displayMenu(1); ?>
If however you have a cascading menu and need to display a drop down menu list you would paste this into your template where you want that cascading menu to render: php displayMenu(1, 2); ?;
It is possible to display multiple sub levels although we have tested to only three levels as follows: <?php displayMenu(1, 3); ?>
Last, add your CSS styling for the menu and any javascript required for the drop down menus and you are ready to start publishing links. >
Cosa si intende per : incollare nel tuo template dove intvuoi far apparire il tuo menu? CIoè in pratica dove dovrei incollare la stringa: <?php displayMenu(1); ?> " ??
Ho prvato a metterla a caso nell'header del mio templae "tarski" ma non ha sortito alcun effetto...
Please pleas, ho bisogno del vostro aiuto!
Grazie , Francesco.