Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/03/2013, 11:04
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 3 meses
Puntos: 8
Respuesta: duda con el Span

Esta es la parte completa de la sección

Código PHP:
<!-- .entry-content -->

<footer class="entry-meta">

    <?php if ( comments_open() ) : ?>
    <span class="comments-link">
    <?php comments_popup_link'<span class="leave-reply">' __'Leave a reply''twentytwelve' ) . '</span>'__'1 Reply''twentytwelve' ), __'% Replies''twentytwelve' ) ); ?>
    </span ><!-- .comments-link -->
    
    <?php endif; // comments_open() ?>
    <?php edit_post_link__'Edit''twentytwelve' ), '<span class="edit-link">''</span>' ); ?>
    
    

</footer>
<!-- .entry-meta -->
Quiero agregarlo este código

Código PHP:
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
Pero quisiera que salga altura de la misma línea...probé en esta forma

Código PHP:
<?php edit_post_link__'Edit''twentytwelve' ), '<span class="edit-link">' the_ratings(), '</span>' ); ?>
Pero sigue saliendo una debajo de la otra.

En esta imagen se puede apreciar como se ve actualmente
image hosting

Yo lo quiero tener así

photo uploader