Server IP : 172.67.216.182 / Your IP : 172.70.147.45 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/rangeofmotion.in/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta name="google-site-verification" content="7TV5p-RsStcapv-bwUz0Pnyi1uBODHOK3Xj-4NE8Jlw" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php define('TEMPLATE_URL', get_template_directory_uri().'/');?> <link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_URL; ?>assets/css/main.min.css"> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>assets/css/w3.css"> <link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_URL; ?>assets/css/style.css?v=<?php echo time(); ?>"> <script type="text/javascript" src="<?php echo TEMPLATE_URL; ?>assets/js/vendors/jquery.3.3.1min.js"></script> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>assets/css/lightbox-min.css"> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>assets/css/lightbox.css"> <link rel="stylesheet" href="<?php echo TEMPLATE_URL; ?>assets/css/modal.css"> <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Fira Sans:400' ] } }; (function() { var wf = document.createElement('script'); wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <script type="text/javascript"> function googleTranslateElementInit() { //new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); new google.translate.TranslateElement({ pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <?php wp_head();?> </head> <body <?php body_class(); ?>> <header class="site-header"> <div class="container expnd-header"> <div class="tp"> <div class="top-menu"> <div id="google_translate_element"></div> <?php wp_nav_menu(array('menu'=>'Top Menu','container'=>'none','menu_class'=> '')); ?> </div> </div> <div class="bt"> <?php $header_logo = get_field('logo', 19); if(!empty($header_logo)){ ?> <div class="logo-holder"> <figure> <a href="<?php echo site_url();?>"><img src="<?php echo $header_logo['url'];?>"></a> </figure> </div> <?php }?> <?php $header_logo2 = get_field('logo2', 19); if(!empty($header_logo2)){ ?> <div class="logo-holder2"> <figure> <a href="<?php echo site_url();?>"><img src="<?php echo $header_logo2['url'];?>"></a> </figure> </div> <?php }?> <div id="" class="sb-search"> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input type="search" id="<?php echo $unique_id; ?>" class="search-field" placeholder="Search" value="<?php echo get_search_query(); ?>" name="s" /> </form> </div> <div class="hd-menuholder"> <nav class="main-nav"> <?php wp_nav_menu(array('menu'=>'Main Menu','container'=>'none','menu_class'=> 'menu')); ?> </nav> <div class="mob-btn"> <span></span> <span></span> <span></span> </div> <div class="overlay"> <div class="close"></div> </div> </div> </div> </div> </header> <?php if(!is_front_page()){ $inner_banner = get_field('inner_banner',19); $banner = get_field('banner',1209); ?> <section class="inner-banner" <?php if(is_page(1209)){ echo 'style="background: url('.$banner["url"].') no-repeat;"'; } else{ echo 'style="background: url('.$inner_banner["url"].') no-repeat;"'; } ?>> <div class="container"> <div class="banner-text"> <div> <div class="hd"> <?php if(is_home()) { ?> <h1>Blog</h1> <?php } elseif(is_tax('prod')) { ?> <h1><?php single_cat_title();?></h1> <?php } elseif(is_search()) { ?> <h1>Search</h1> <?php } elseif(is_archive()) { ?> <h1><?php single_cat_title();?></h1> <?php } elseif(is_404()) { ?> <h1>404</h1> <?php }else{ ?> <h1><?php the_title(); ?></h1> <?php } ?> </div> <div class="breadcrumb"> <ul> <li> <a href="<?php echo site_url('/'); ?>">Home</a></li> <?php if(is_home()) { ?> <li>Blog</li> <?php } elseif(is_tax('prodcat')) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); // Create a list of all the term's parents $parent = $term->parent; while ($parent): $parents[] = $parent; $new_parent = get_term_by( 'id', $parent, get_query_var( 'taxonomy' )); $parent = $new_parent->parent; endwhile; if(!empty($parents)): $parents = array_reverse($parents); // For each parent, create a breadcrumb item foreach ($parents as $parent): $item = get_term_by( 'id', $parent, get_query_var( 'taxonomy' )); $url = site_url().'/'.$item->taxonomy.'/'.$item->slug; echo '<li><a href="'.$url.'">'.$item->name.'</a></li>'; endforeach; endif; // Display the current term in the breadcrumb echo '<li>'.$term->name.'</li>'; ?> <?php } elseif(is_search()) { ?> <li>Search</li> <?php } elseif(is_archive()) { ?> <li> <a href="<?php echo get_permalink();?>">Blog</a> </li> <li><?php single_cat_title();?> </li> <?php } elseif(is_404()) { ?> <li>404</li> <?php }elseif(is_singular('products')){ ?> <li> <a href="<?php echo get_permalink(98);?>"> Products </a> </li> <li> <?php $category=get_the_term_list( $post->ID, 'productcategories', '', ', ' ); $explode = explode(",",$category); if(!empty($explode)){ echo $explode[0]; } ?></li> <li><?php the_title();?></li> <?php } elseif(is_single()) { ?> <li> <a href="<?php echo get_permalink();?>">Blog</a> </li> <li> <?php $category=get_the_term_list( $post->ID, 'category', '', ', ' ); $explode = explode(",",$category); if(!empty($explode)){ echo $explode[0]; } ?> </li> <li><?php the_title();?></li> <?php }else{ ?> <li> <?php the_title(); ?> </li> <?php } ?> </ul> </div> </div> </div> </div> </section> <?php } ?>