Function.php e eklediğim kod
function wpn_content_limit($content, $ilimit = false)
{
$limit = ($ilimit) ? $ilimit : 270;
$pad="...";
$content = strip_tags($content);
if(strlen($content) > $limit)
{
$content = substr($content,0,$limit);
}
echo $content.$pad;
}
Yukarıdaki koda göre İndex.Php e eklemem gerekn kod
Arkadaşlar İndex burası nası yapacağımı bulamadım..
?>
if ($sample_checkbox == "true") {
get_template_part('slider', 'index');
} else {}
?>
if ($sample_checkbox == "true") {
get_template_part('karisikyazi', 'index');
} else {}
?>
if ($sample_checkbox == "true") {get_template_part('yorumlu', 'index');} else {get_template_part('yorumsuz', 'index');}
?>
if ($sample_checkbox == "true") {get_template_part('yorumyaz', 'index');} else {}
?>
Veritabani hatasi