vitortechno
Respostas no Fórum
-
Fórum: Plugins
Em resposta a: Problema Wp – Simple Pagseguro shop cartPow parceiro brigadão realmente era esse o problema, eu ia passar 1 ano e não ia descobrir, valeu cara, agora ficou tudo certinho!!!
Fórum: Plugins
Em resposta a: Instalei o theme tweaker e ele adicionou 2 links no footer do meu tema.Pow parceiro, muito obrigado pela dica! simples e prático, tudo resolvido!!!! valeu ae rsirotheau..
Fórum: Temas
Em resposta a: Editar o rodapé no tema Twenty Ten 1.1Opa valeu pela luz ai camarada, justamente isso!!! brigadão.
Fórum: Temas
Em resposta a: Editar o rodapé no tema Twenty Ten 1.1Então… tow com o arquivo aberto aqui mão encontro a linha que tem a frase, vo postar o código de como está aqui, se vc souber da essa força ai silvio.
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
</div><!– #main –><div id=”footer” role=”contentinfo”>
<div id=”colophon”><?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with four columns of widgets.
*/
get_sidebar( ‘footer’ );
?><div id=”site-info”>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<?php bloginfo( ‘name’ ); ?>
</div><!– #site-info –><div id=”site-generator”>
<?php do_action( ‘twentyten_credits’ ); ?>
“
title=”<?php esc_attr_e(‘Semantic Personal Publishing Platform’, ‘twentyten’); ?>” rel=”generator”>
<?php printf( __(‘Proudly powered by %s.’, ‘twentyten’), ‘WordPress’ ); ?>
</div><!– #site-generator –></div><!– #colophon –>
</div><!– #footer –></div><!– #wrapper –>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/wp_footer();
?>
</body>
</html>