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> </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> </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; ?>