Informasi
function ambiljudul($title){
$title = get_the_title(); //wp codex judul postingan
$title = trim($title);
return ($title);
}
?>
Loading…
function ambiljudul($title){
$title = get_the_title(); //wp codex judul postingan
$title = trim($title);
return ($title);
}
?>