functions.php ye bu kodu ekle

function part_sistemi( $args = "" )
{
$defaults = array( "before" => "".__( "".$bilgi."" ), "link_before" => "", "link_after" => "", "echo" => 1 );
$r = wp_parse_args( $args, $defaults );
extract( $r, EXTR_SKIP );
global $page;
global $numpages;
global $multipage;
global $more;
global $pagenow;
global $pages;
$bilgi_bir = get_option( "keremiya_part_bir" );
$output = "";
if ( $multipage )
{
$output .= $before;
$i = 1;
while ( $i < $numpages + 1 )
{
$part_content = $pages[$i - 1];
$has_part_title = strpos( $part_content, "" );
$title = trim( str_replace( "





NOT: Bu özellikleri keremiya v4 temasından alıntı yaparak yazdım