Modificati lungimea EXCERPT-ului in thema Twentyten in WordPress

Deschideti functions.php si modificati pentru un excertpt mai lung:

function twentyten_excerpt_length( $length ) {
return 40;
}

in

function twentyten_excerpt_length( $length ) {
return 140;
}

(de exemplu)

Ascundeti link HOME in thema Twentyten in WordPress

Deschideti fisierul functions.php si modificati:

<?php
function twentyten_page_menu_args( $args ) {
$args['show_home'] = true;
return $args;
}
?>

in

<?php
function twentyten_page_menu_args( $args ) {
$args['show_home'] = false;
return $args;
}
?>

Modificare descriere link HOME in thema Twentyten in WordPress

Cautati in fisierul “functions.php” liniile:

<?php
function twentyten_page_menu_args( $args ) {
$args['show_home'] = false;
return $args;
}
?>

Modificati :

$args['show_home'] = true; in   $args['show_home'] = “noua denumire”;

Twitter Weekly Updates for 2011-12-25

#twittertools

#twittertools