cogumelo
Respostas no Fórum
-
Fórum: Temas
Em resposta a: Customização de Tema via Firebug – Probleminha com READ MORE (LEIA MAIS)Leobaiano, antes de mais nada MUITO OBRIGADO…..
Mas resolvi o problema de OUTRA MANEIRA….
Estava entrando aqui para postar a solução, quando vi seu retorno….
Seguinte…. consegui achar O arquivo PHP responsavel… é o Feature.php, dentro do folder includes do tema…. e nesse arquivo tem a opção “truncate_post”…. mudei o valor de 345 para 250, e FICOU PERFEITO…..fiquei feliz depois dessa….Abaixo o pedaço do arquivo que mudei…
while (have_posts()) : the_post();
$arr[$i][“title”] = truncate_title(22,false);
$arr[$i][“title2”] = truncate_title(25,false);
$arr[$i][“fulltitle”] = truncate_title(250,false);
$arr[$i][“excerpt”] = truncate_post(345,false);
$arr[$i][“permalink”] = get_permalink();
$arr[$i][“postinfo”] = __(“Posted by”, “Polished”).” “. get_the_author_meta(‘display_name’) . __(‘ on ‘,’Polished’) . get_the_time(get_option(‘polished_date_format’));OBRIGADO!!!
Minha próxima dúvida posto em breve….kkkkkkkk
mas vou dar uma pesquizada nessas suas opções….
Fórum: Temas
Em resposta a: Customização de Tema via Firebug – Probleminha com READ MORE (LEIA MAIS)RENATO, antes de mais nada MUITO OBRIGADO…..
Mas resolvi o problema de OUTRA MANEIRA….
Estava entrando aqui para postar a solução, quando vi seu retorno….
Seguinte…. consegui achar O arquivo PHP responsavel… é o Feature.php, dentro do folder includes do tema…. e nesse arquivo tem a opção “truncate_post”…. mudei o valor de 345 para 250, e FICOU PERFEITO…..fiquei feliz depois dessa….Abaixo o pedaço do arquivo que mudei…
while (have_posts()) : the_post();
$arr[$i][“title”] = truncate_title(22,false);
$arr[$i][“title2”] = truncate_title(25,false);
$arr[$i][“fulltitle”] = truncate_title(250,false);
$arr[$i][“excerpt”] = truncate_post(345,false);
$arr[$i][“permalink”] = get_permalink();
$arr[$i][“postinfo”] = __(“Posted by”, “Polished”).” “. get_the_author_meta(‘display_name’) . __(‘ on ‘,’Polished’) . get_the_time(get_option(‘polished_date_format’));OBRIGADO!!!
Minha próxima dúvida posto em breve….kkkkkkkk