Hello all.
I need some help w/ page order. Im using the Panorama Theme by Themocracy.
I have no idea which *.php to change nor do I know which code to actually change.
in the functions.php….there is the following: function ap_getPageMenuOrder() {
switch (get_option(‘ap_pageMenuOrder’)){
case (‘alpha’):
$mo = ‘post_title’;
break;
case (‘pageid’):
$mo = ‘ID’;
break;
default:
$mo = ‘menu_order’;
}
return $mo;
}
Please help!
https://www.gymwithjerry.com