How to handle many different menus?

If I understand your question right, here is the code to show the list of page siblings (having the same parent). Call the function from the sidebar. <?php function show_page_siblings( $id ) { $parent_id = wp_get_post_parent_id( $id ); // show only on child pages if( 0 == $parent_id ) { return; } $siblings = get_pages( … Read more

Sidebar on the wrong side of the page

I just checked your site, if you want to move the sidebar to the left, add this to your CSS. @media (min-width:992px) { .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 { float:right; } } In case you don’t know how to add CSS, check this out.

display menus on all page except one?

As I noted in my comment, you can use the negation operator, like so: if ( ! is_page( ‘phnom-penh’ ) ) { get_sidebar( ‘not-phnom-penh’ ); } else { get_sidebar( ‘phnom-penh’ ); } Note the ! before the is_page – that means NOT. Also note that if you use more than once condition via || or … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)