Merhabalar arkadaşlar Header kısmında 2 adet forumun linki var. Onları ne yapmalıyım ? Kırmızı olarak gösterdim site adreslerini
<?php
global $SMTheme;
if ( isset($_POST['ajaxpage'])&&$_POST['ajaxpage']=='1' ) {
ob_start();
get_template_part('theloop');
get_template_part('navigation');
$return['content']=ob_get_contents();
ob_end_clean();
header('Content-type: application/json');
echo json_encode($return);
die();
}
$SMTheme->get_layout();
if (preg_match('/mobi/i', $_SERVER['HTTP_USER_AGENT'])) echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">'."\r\n";
else echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">'."\r\n";
?>w
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php
$SMTheme->show_title();
?>
<?php if ( is_singular() ) { wp_enqueue_script( 'comment-reply' ); } ?>
<?php wp_head(); ?>
<style type="text/css">
<?php echo $SMTheme->get( 'integration','css' )?>
</style>
<?php
echo $SMTheme->get( 'integration','headcode' );
?>
<script type="text/javascript">
jQuery(document).ready(function() {
<?php
$SMTheme->block_slider_config();
?>
jQuery(".menus .children").addClass('sub-menu');
<?php
$SMTheme->block_menu_config("menus");
?>
jQuery('textarea[name="comment"]').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>');
});
jQuery('.feedback input').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
jQuery('.feedback textarea').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51560874-1', 'yulgang2rehberim.com');
ga('send', 'pageview');
</script>
</head>
<meta name="google-site-verification" content="9CEIyHS01NN1MPinmqRasVk_zresfaDlDGyIk8Yqv nU" />
<body <?php
$class=$SMTheme->block_slider_css();
$class.=' '.$SMTheme->sidebars_type;
body_class( $class );
?> layout='<?php echo $SMTheme->layout; ?>'>
<div id='scrollUp'><img src='<?php echo get_template_directory_uri().'/images/smt/arrow-up.png';?>' alt='Up' title='Scroll window up' /></div>
<div id='all'>
<div id='header'>
<div class='container clearfix'>
<div id='secondarymenu-container'>
<div id="logo">
<?php $SMTheme->block_logo();?>
</div>
<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>
<div id='menu-box'>
<div id='secondarymenu'>
<?php wp_nav_menu('depth=0&theme_location=sec-menu&container_class=menu-topmenu-container&menu_class=menus menu-topmenu&fallback_cb=block_sec_menu'); ?>
</div>
</div>
</div>
<?php smt_mobile_menu('sec-menu'); ?>
<?php smt_mobile_menu('main-menu'); ?>
<div id='mainmenu-container'>
<div id='mainmenu'>
<?php $nav_menu_params=array(
'depth'=>0,
'theme_location'=>'main-menu',
'menu_class'=>'menus menu-primary',
'fallback_cb'=>'block_main_menu'
);
wp_nav_menu($nav_menu_params); ?>
</div>
</div>
<?php
if ((is_front_page()&&$SMTheme->get( 'slider', 'homepage'))||(!is_front_page()&&$SMTheme->get( 'slider', 'innerpage'))) {?>
<div class='slider-container'>
<div class='slider-bgr'></div>
<?php $SMTheme->block_slider(); ?>
</div><?php
}?>
<center><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Site-1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-0092493060201674"
data-ad-slot="3648982949"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></center>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51738137-1', 'Sitemin adresi);
ga('send', 'pageview');
</script>
</div>
</div>
<div id='content-top' class='container'></div>
<div id='content'>
<div class='container clearfix'>
<?php get_sidebar(); ?>
<div id="main_content">