Baga asta in functions.php si iti poti seta foarte usor cat de mare vrei sa fie excerptul.
Cod PHP:<?php
// Add custom excerpt length
function custom_excerpt_length($length) {
return 20;
}
add_filter('excerpt_length', 'custom_excerpt_length');
?>
Baga asta in functions.php si iti poti seta foarte usor cat de mare vrei sa fie excerptul.
Cod PHP:<?php
// Add custom excerpt length
function custom_excerpt_length($length) {
return 20;
}
add_filter('excerpt_length', 'custom_excerpt_length');
?>
Momentan este/sunt 1 utilizator(i) care navighează în acest subiect. (0 membrii și 1 vizitatori)