GetSimple Support Forum

Full Version: Echo current page Menu Text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i can do it with the GS3.1+ echoPageField($page,'menu') but that is to output menu text from other pages, how do i tell the code that $page is the current page since there is no template tag for get_page_menutext?
tommy Wrote:i can do it with the GS3.1+ echoPageField($page,'menu') but that is to output menu text from other pages, how do i tell the code that $page is the current page since there is no template tag for get_page_menutext?

Code:
echoPageField(return_page_slug(),'menu')