Funeral Services
10 Ways to Customize a Funeral in San Diego Personalizing a funeral service allows families to celebrate their loved one’s life in a way that is unique and reflective of their personality, beliefs, and values. Here are ten ways...read more
Pre-Need
Pre-Planning Cremation Services in San Diego The decision to pre-plan cremation services can often be a delicate topic. Pre-planning your cremation services is a thoughtful and practical step that ensures your final wishes are honored while alleviating a significant...read more
Cremation
Choosing Cremation or Burial Choosing between burial and cremation in San Diego is a deeply personal decision that often reflects an individual’s beliefs, values, and wishes for their final arrangements. One common misconception about cremation is that it precludes...read more
Death
The Death of a Loved One – When a Death Occurs in Your Immediate Family The death of a loved one is one of life’s most challenging experiences, bringing a flood of emotions and a sense of uncertainty about what...read more
$postID = $post->ID;
$parentID = $post->post_parent;
$parentParentID = get_post_ancestors($parentID);
$parentParentID = $parentParentID[0] ?? null;
$parentParentIDParent = get_post_ancestors($parentParentID);
$parentParentIDParent = $parentParentIDParent[0] ?? null;
$hide_sidebar = false;
if ( cms_is_in_menu('Sidebar - About') )
{
$sidebar_menu = 'Sidebar - About';
}
if ( cms_is_in_menu('Sidebar - Resources') )
{
$sidebar_menu = 'Sidebar - Resources';
}
if ( cms_is_in_menu('Sidebar - Treatments') )
{
$sidebar_menu = 'Sidebar - Treatments';
}
if ( cms_is_in_menu('Sidebar - Contact') )
{
$sidebar_menu = 'Sidebar - Contact';
}
if (is_404()) {
$headerTitle = '404';
$sidebar_menu = 'Sidebar - About';
}
if ( is_single() || is_archive() || is_home())
{
$category = single_cat_title("",false);
// if(!empty($category)){ $categoryTitle = ' - ' . $category; }
$headerTitle = 'Blog';
$blogArea = true;
$postID = get_option('page_for_posts');
}
if ( get_post_type() == 'image-gallery' ) {
$headerTitle = 'Image Gallery';
}
if ( get_post_type() == 'videos' ) {
$headerTitle = 'Video Gallery';
}
if ( get_post_type() == 'patient-stories' ) {
$headerTitle = 'Patient Stories';
}
// $menus = wp_get_nav_menus();
// foreach($menus as $menu){
// $menu_object = wp_get_nav_menu_items( esc_attr( $menu->name ) );
// print_r($menu_object);
// // echo $menu->name;
// }