Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/09/2013, 09:16
gerard094
 
Fecha de Ingreso: junio-2013
Mensajes: 102
Antigüedad: 11 años, 6 meses
Puntos: 1
Respuesta: Aplicar CSS a Wordpress en tema Customizr

Como puedo ver unicamente el html en un Wordpress?
El texto en negrita, son las imagenes a las que le quiero agregar un padding en el editor CSS del Customizr

Cita:
<?php
/**
* The sidebar containing the right widget area.
*
* If no active widgets in sidebar, let's hide it completely.
*
* @package Customizr
* @since Customizr 1.0
*/
?>
<?php if ( is_active_sidebar( 'right' ) ) : ?>

<div id="right" class="widget-area" role="complementary">

<?php do_action( 'tc_top_right_sidebar' ); ?>

<aside class="social-block widget widget_social">

<br/>

<a href="Escuchanos en Vivo!" onclick="window.open('http://localhost/wordpress/en-vivo/','Tarde Pogo en Vivo', 'location=no,status=1,scrollbars=1,width=300,heigh t=400'); return false;"><img src="http://localhost/wordpress/wp-content/uploads/2013/09/375291f3americanhi.jpg" border="0"></a>

<div>&nbsp;</div>

<a href="https://www.facebook.com/TardePogo?fref=ts"><img src="http://localhost/wordpress/wp-content/uploads/2013/09/facebookicono.jpg"></a>
<a href="https://twitter.com/TardePogo"><img src="http://localhost/wordpress/wp-content/uploads/2013/09/twitterimg.png"></a>



<div>&nbsp;</div>

<?php do_action( '__social' , 'tc_social_in_right-sidebar' ); ?>

</aside>

<?php dynamic_sidebar( 'right' ); ?>

<?php do_action( 'tc_bottom_right_sidebar' ); ?>

</div><!-- #secondary -->

<?php endif; ?>