I am using the panorama theme and it is working well. I have a menu item with a URL that would be external (outside my own URL). The "edit pages" only allows me to alter the page name in the URL path. How do I modify the entire URL path?
Thanks.
Jim
I am using the panorama theme and it is working well. I have a menu item with a URL that would be external (outside my own URL). The "edit pages" only allows me to alter the page name in the URL path. How do I modify the entire URL path?
Thanks.
Jim
Check the header.php file.
I only want to exclude it on the home page - not all pages
My last post was incorrect - I checked the header.php for the wp_list menu. I don't knw=ow the code to put in this section. Can you help? I think it is in the functions.php:
function buildMenu(){
$mo = ap_getPageMenuOrder();
$exc = get_option('ap_pagesOmit');
$excString = (!empty($exc)) ? '&exclude=' . $exc : '';
wp_list_pages('title_li=&sort_column='.$mo. '&depth=-1'. $excString);
return NULL;
You must log in to post.