-
Üyelik
25.12.2013
-
Yaş/Cinsiyet
34 / E
-
Meslek
Makine Mühendisi
-
Konum
Gaziantep
-
Ad Soyad
İ** G**
-
Mesajlar
349
-
Beğeniler
4 / 52
-
Ticaret
0, (%0)
wordpress panelden function.php ye
function reklamgoster() {
return '
reklam linki vs içeriği
'; }
add_shortcode('reklam', 'reklamgoster');
yazıp kaydedin
editörden yazı eklerken reklam göstermek istediğiniz yere [reklam] yazarsanız reklamlarınız çıkar manşettede gözükmez
size yol gösterebilirler fakat yalnız yürümek zorundasınız !
-
Üyelik
19.04.2012
-
Yaş/Cinsiyet
37 / E
-
Meslek
Eğitimci
-
Konum
Rize
-
Ad Soyad
A** B**
-
Mesajlar
251
-
Beğeniler
69 / 46
-
Ticaret
5, (%100)
hocam function.php nin bir çok yerinde denememe rağmen [reklam] 'reklam', 'reklamgoster' [reklamgöster] kodlarında ayrı ayrı denememe rağmen sadece editörde yazdığım bu shortcode isimleri çıktı yazıda.. sorunu bende anlayamadım
benim sorun ise hala devam etmekte...
-
Üyelik
31.10.2013
-
Yaş/Cinsiyet
29 / E
-
Meslek
Öğretmen Adayı
-
Konum
Eskişehir
-
Ad Soyad
M** Ü**
-
Mesajlar
531
-
Beğeniler
55 / 97
-
Ticaret
5, (%100)
wp admin panel bilgilerini pm atarmısın ?
Hayat seni yıkabilir ama önemli olan yıkıldığın zaman daha sağlam ayağa kalka bilmektir.
-
Üyelik
31.10.2013
-
Yaş/Cinsiyet
29 / E
-
Meslek
Öğretmen Adayı
-
Konum
Eskişehir
-
Ad Soyad
M** Ü**
-
Mesajlar
531
-
Beğeniler
55 / 97
-
Ticaret
5, (%100)
functions.php ve index.php paylaşırmısın ?
Hayat seni yıkabilir ama önemli olan yıkıldığın zaman daha sağlam ayağa kalka bilmektir.
-
Üyelik
19.04.2012
-
Yaş/Cinsiyet
37 / E
-
Meslek
Eğitimci
-
Konum
Rize
-
Ad Soyad
A** B**
-
Mesajlar
251
-
Beğeniler
69 / 46
-
Ticaret
5, (%100)
bu index
<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(){ ?>
}
?>
-
Üyelik
31.10.2013
-
Yaş/Cinsiyet
29 / E
-
Meslek
Öğretmen Adayı
-
Konum
Eskişehir
-
Ad Soyad
M** Ü**
-
Mesajlar
531
-
Beğeniler
55 / 97
-
Ticaret
5, (%100)
/inc/slide.php ?
Hayat seni yıkabilir ama önemli olan yıkıldığın zaman daha sağlam ayağa kalka bilmektir.