

function reklamgoster() {
return '
reklam linki vs içeriği 
'; }
add_shortcode('reklam', 'reklamgoster');  
<script></script>
style="display:inline-block;width:728px;height:15px"
data-ad-client="ca-pub-1270847663697808"
data-ad-slot="3484933970">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
include (TEMPLATEPATH . '/inc/slide.php'); } ?> 
if ($srr % 3) {$div="";} else {$div = 'style="padding-right:0px;"';}
?>
[site show="6"] Tüm FORMASYON Yazılarına Ulaşmak İçin Tıklayınız[/stextbox]
'); ?>
[su_column size="1/2"]
[stextbox id="info" caption="EHLİYET SINAVI" image="null"][site show="4"][/stextbox]
[/su_column]
[su_column size="1/2"]
[stextbox id="download" caption="YGS-LYS" image="null"][site show="5"][/stextbox]
[/su_column]
[/su_row]'); ?>
[wptabtitle]POMEM (Polis)[/wptabtitle]
[wptabcontent][site show="11"][/wptabcontent]
[wptabtitle]Duyurular[/wptabtitle]
[wptabcontent][site show="10"][/wptabcontent]
[wptabtitle]Sonuçlar[/wptabtitle]
[wptabcontent][site show="9"]Tüm yazılarımız[/wptabcontent]
[wptabtitle]Tercihler[/wptabtitle]
[wptabcontent][site show="7"][/wptabcontent]
[wptabtitle]AÖL[/wptabtitle]
[wptabcontent][site show="12"][/wptabcontent]
[wptabtitle]Ek Yerleştirme[/wptabtitle]
[wptabcontent][site show="13"][/wptabcontent]
[/wptabs]'); ?>
buda funchion
?php 
register_nav_menu( 'menu1', 'Menu');
/*-----------------------------------------------------------------------------------*/
/* Options Framework Functions
/*-----------------------------------------------------------------------------------*/
/* Set the file path based on whether the Options Framework is in a parent theme or child theme */
if ( STYLESHEETPATH == TEMPLATEPATH ) {
	define('SRR_FILEPATH', TEMPLATEPATH);
	define('SRR_DIRECTORY', get_bloginfo('template_directory'));
} else {
	define('SRR_FILEPATH', STYLESHEETPATH);
	define('SRR_DIRECTORY', get_bloginfo('stylesheet_directory'));
}
/* These files build out the options interface.  Likely won't need to edit these. */
require_once (SRR_FILEPATH . '/admin/admin-functions.php');		// Custom functions and plugins
require_once (SRR_FILEPATH . '/admin/admin-interface.php');		// Admin Interfaces (options,framework, seo)
/* These files build out the theme specific options and associated functions. */
require_once (SRR_FILEPATH . '/admin/theme-options.php'); 		// Options panel settings and custom settings
require_once (SRR_FILEPATH . '/admin/theme-functions.php'); 	// Theme actions based on options settings
	
if (function_exists('register_sidebar'))
{
	register_sidebar(array(
		'name' => 'Sağ Menü Bileşeni',
		'before_widget' => '',
		'after_widget' => '',
		'before_title' => '',
		'after_title' => '
',
	)
);
}
function the_content_limit($max_char, $more_link_text = '', $stripteaser = 0, $more_file = '') {
	$content = get_the_content($more_link_text, $stripteaser, $more_file);
	$content = apply_filters('the_content', $content);
	$content = str_replace(']]>', ']]>', $content);
	$content = strip_tags($content);
	if ((strlen($content)>$max_char) && ($espacio = strpos($content, " ", $max_char ))) {
		$content = substr($content, 0, $espacio);
		$content = $content;
		echo "";
		echo $content;
		echo "...";
		echo " "."";
		echo "";
	}
	
	else {
		echo "";
		echo $content;
		echo " "."Devamı →";
		echo "";
	}
}
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 80, 50);
add_image_size( 'slide-thumb', 80, 50 );
set_post_thumbnail_size( 500, 400);
add_image_size( 'slide-thumbu', 500, 400 );
function getpagenavi(){ ?>
        
        
        
}
?>