<!DOCTYPE html><html dir="rtl" lang="he-IL" prefix="og: http://ogp.me/ns#"> <head>
<meta name="theme-color" content="#282828"><meta name="format-detection" content="telephone=no"><meta name="referrer" content="origin-when-crossorigin"><meta name="viewport" content="width=device-width, minimum-scale=1"><meta charset="utf-8"><?php if(is_front_page()){ ?>
<meta name="keywords" content="נערות ליווי"/><?php } ?>
<?php if(in_category([1335,1334])){ ?>
<meta name="keywords" content="<?php echo get_the_title(); ?>"/>
<meta name="description" content="<?php echo get_the_title(); ?>"/>
<?php
} ?>
<?php if(is_single() && in_category([4,1])){ ?> <meta name="keywords" content="<?php echo get_field("keywords"); ?>"/>
<?php } ?> <?php global $virtue; ?> <title><?php
if(is_search()){ printf( __( 'תוצאות חיפוש עבור - %s', 'shape' ), get_search_query() ); }else{ wp_title( '|', true, 'right' ); }
?></title> <?php wp_head(); ?>
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="60x60" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="76x76" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="120x120" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="152x152" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="shortcut icon" href="<?php echo esc_url( content_url( '/uploads/Favicon.png' ) ); ?>">
<link rel="stylesheet" href="<?php echo esc_url( get_stylesheet_directory_uri() . '/1.css' ); ?>">
<?php if(is_single()){?> <link rel="stylesheet" href="<?php echo esc_url( includes_url( 'css/dashicons.min.css' ) ); ?>"><?php } ?>
</head>
<body class="mobile">
<?php echo edit_post_link('edit', '<p class="tool-bar-lior">', '</p>'); ?><div class="liorsec-wr"><header class="bg-ny nav-down"><div class="container">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo" aria-label="<?php bloginfo( 'name' ); ?>"></a><div class="nav-button toggle-nav"><span class="f"></span><span class="s"></span><span class="t"></span></div>
<a rel="nofollow" href="<?php echo esc_url( home_url( '/פרסום/' ) ); ?>"><div class="bob">דרושות נערות ליווי</div></a>
</div></header>
<footer class="bg-footer"><div class="container"><?php global $virtue; ?><div class="footer-item"><div style=" width: 100%;height:117px; position: relative;"><p style=" display: table-cell; vertical-align: middle; text-align: center; height:117px;">Podval Text</p></div></div><form role="search" method="get" id="searchform" class="form-search" action="<?php echo esc_url( home_url( '/' ) ); ?>"><div style=" position: relative; display: inline-block; width: 100%;"><label for="s"><input type="text" value="" name="s" id="s" class="search-query search-in" placeholder="חיפוש"></label><button type="submit" id="searchsubmit" class="search-icon">חיפוש</button></div></form></div>
<div class="container">
<div class="footer-uno"><h3>
קטגוריות של אתר
</h3><?php wp_nav_menu( array('theme_location'=> 'mobile_navigation','items_wrap'=> '<ul id="%1$s" class="menu mine">%3$s</ul>','depth'=>1)); ?></div>
<div class="footer-uno first-widget"><h3>
מודעות אחרונות
</h3> <ul> <?php $the_query = new WP_Query( array('posts_per_page'=>20,'category__in'=>array(5,7,4))); while ($the_query -> have_posts()) : $the_query -> the_post(); ?><li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li><?php endwhile; wp_reset_postdata(); ?> </ul> </div>
</div>
<div class="container front-links"><h3>
אזורי שירות
</h3><?php
$arg['exclude'] = array(4);
if(is_category()){
$category = get_category(get_query_var('cat'));
$cat_id = $category->cat_ID;
$arg['exclude'] = array(4,$cat_id);
}
$mainCatsList = get_categories($arg);
foreach ($mainCatsList as $mainCatss) {
if(in_array($mainCatss->parent,array(751,590,598,779,910,914,906,5,6,7))){
$category_link = get_category_link($mainCatss->term_id);
echo "<a href='$category_link'>$mainCatss->cat_name</a>";
}
}
if(is_archive()){
$category = get_category(get_query_var('cat'));
$cat_id = $category->cat_ID;
$mainCat = $category->parent;
$showR = false;
if($mainCat == 0){
$args = array('parent' =>$cat_id,'hierarchical' =>'true');
}elseif(category_has_children($cat_id)){
$args = array('parent' =>$mainCat,'hierarchical' =>'true');
}else{
$mainCatParent = get_category($mainCat)->parent;
if($mainCatParent == 0){ $mainCatParent = $mainCat; }
$args = array('parent' =>$mainCatParent,'hierarchical' =>'true');
}
$citiesCtaegories = get_categories($args);
foreach ($citiesCtaegories as $cityCat) {
$regionsCtaegories = get_categories(array('child_of'=>$cityCat->term_id,'exclude'=>$cat_id));
foreach ($regionsCtaegories as $regionCat) {
$category_link = get_category_link($regionCat->term_id);
echo "<a href='$category_link'>$regionCat->cat_name</a>";
}
}
}
?>
</div>
</footer></div></div>
<div id="liorsex-menu" style="display:none;"><div class="nav-button toggle-nav"><span class="f"></span><span class="s"></span><span class="t"></span></div><div id="cssmenu"><?php wp_nav_menu( array('theme_location'=> 'primary_navigation','items_wrap'=> '<ul id="%1$s" class="%2$s">%3$s</ul>')); ?></div></div>
<script>
function vipToggle(a,b){
var a = document.getElementById(a);
if (a.classList.contains(b)) {
a.classList.remove(b);
} else {
a.classList.add(b);
}
}document.addEventListener('DOMContentLoaded', function() {testExp=new RegExp('Android|webOS|iPhone|' + 'BlackBerry|Windows Phone|' + 'Opera Mini|IEMobile|Mobile' , 'i'); var virtue_URL="";var body = document.getElementsByTagName("body")[0];var navButtonOpen = document.getElementsByClassName("nav-button")[1];var navButtonClose = document.getElementsByClassName("nav-button")[0];var allHasChildren = document.querySelectorAll("#cssmenu .menu-item-has-children a:first-child"); if (!testExp.test(navigator.userAgent)){ body.classList.remove('mobile'); } function menuToggle() { if (body.classList.contains('show-nav')) { body.classList.remove("show-nav"); } else { body.classList.add("show-nav"); }}navButtonOpen.onclick = menuToggle;navButtonClose.onclick = menuToggle;for (var x = 0; x < allHasChildren.length; x++) {if(!allHasChildren[x].parentNode.parentNode.classList.contains('sub-menu')){ allHasChildren[x].onclick = function(e) {/*e.preventDefault();*/ var subMenu = this.parentNode.getElementsByClassName("sub-menuz")[0];if(subMenu.classList.contains('show-sub')){subMenu.classList.remove('show-sub');subMenu.style.display = 'none';}else{subMenu.classList.add('show-sub');subMenu.style.display = 'block';}}}} function sorting(e){ var nbut = document.getElementsByClassName("sort-img-3")[0];var ankets = document.getElementsByClassName("ankets")[0];var sorting = document.getElementsByClassName("sorting")[0];if (ankets.classList.contains('view-compact')) {nbut.classList.remove("active");ankets.classList.remove("view-compact");sorting.classList.remove("view-compact");} else{nbut.classList.add("active");ankets.classList.add("view-compact");sorting.classList.add("view-compact");}} <?php if(is_category() || is_archive()){ ?>
var parent = document.getElementById("nav-items");var frag = document.createDocumentFragment(); while (parent.children.length) {frag.appendChild(parent.children[Math.floor(Math.random() * parent.children.length)]);} parent.appendChild(frag); var parent2 = document.getElementById("nav-items2");var frag2 = document.createDocumentFragment();
if(parent2){
while (parent2.children.length) { frag2.appendChild(parent2.children[Math.floor(Math.random() * parent2.children.length)]);}
parent2.appendChild(frag2);
}
var sort3 = document.getElementsByClassName('sort-img-3')[0]; var sort2 = document.getElementsByClassName('sort-img')[0]; if(sort3){sort3.onclick = sorting;}if(sort3){ sort2.onclick = sorting; } <?php } ?>}); <?php if(is_category() || is_archive()){ ?> var vip=document.getElementsByClassName("vip"),vipContainer=document.getElementById("vipitems"),premium=document.getElementsByClassName("top_vd"),premContainer=document.getElementById("premitems"),premiumLengh=premium.length;for(i=0;i<premiumLengh;i++)premContainer.appendChild(premium[i]);for(var frag3=document.createDocumentFragment();premContainer.children.length;)frag3.appendChild(premContainer.children[Math.floor(Math.random()*premContainer.children.length)]);premContainer.appendChild(frag3);
vipLengh=vip.length;for(i=0;i<vipLengh;i++)vipContainer.appendChild(vip[i]);for(var frag4=document.createDocumentFragment();vipContainer.children.length;)frag4.appendChild(vipContainer.children[Math.floor(Math.random()*vipContainer.children.length)]);vipContainer.appendChild(frag4);
<?php } ?></script>
<?php if(is_single()){ ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<?php } ?>
<?php if(is_single()){ ?><script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.16.0/jquery.validate.min.js"></script><?php } ?><?php if(is_single()): ?><script src="//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script>var owl;$(document).ready(function (){ owl=$("#owl-demo"); owl.owlCarousel({navigation: true, slideSpeed: 100, lazyLoad: true, paginationSpeed: 400, singleItem: true,touchDrag : true, mouseDrag : false, afterInit: afterOWLinit, afterUpdate : afterOWLinit}); }); function afterOWLinit(){ $('.owl-controls .owl-page').append('<a class="item-link" href="#"/>'); $('.owl-buttons').prependTo('#owl-demo .owl-wrapper-outer'); var pafinatorsLink=$('.owl-controls .item-link'); $.each(this.owl.userItems, function (i){$(pafinatorsLink[i]).html('<img src="'+ $(this).find('img').attr('src') +'"/>') .click(function (e){e.preventDefault(); owl.trigger('owl.goTo', i); }); }); }</script><script>jQuery(document).ready(function (){ $(".tel-label div").click(function(e){ var PhoneNumber = $(this).attr('href'); e.preventDefault(); window.location.href="tel://"+PhoneNumber; }); })</script> <?php endif; ?><?php if(!is_front_page()){ ?><script src="/ll.js"></script><?php } ?>
</body></html>