Emis
Dseda
Redactor
Verificación en dos pasos activada
Verificado por Whatsapp
el plugin es WordPress › ic BeSocial « WordPress Plugins .. saludos
funciona bien, pero me muestra accediendo al post, y yo quiero que me muestra afuera del post tmb...
<?ic_BeSocial_Buttons()?>
pon este codigo donde desees que se muestre,
PHP:<?ic_BeSocial_Buttons()?>
saludos
Yo quiero que se muestre afuera del post (de cada post), y alineado hacia la derecha. Como tendria que hacer, que codigo modificar?
no entiendo la parte que dices, afuera del post? , de cada post? .. te refieres en el index? .. si es asi, se edita el archivo. index.php de tu theme.. saludos
<?php get_header(); ?>
<div class="span-24" id="contentwrap">
<div class="span-16">
<div id="content">
<?php if(is_home()) { include (TEMPLATEPATH . '/featured.php'); } ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="postwrap">
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>
<div class="entry">
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(240,180), array("class" => "alignleft post_thumbnail")); } ?>
<?php the_content(''); ?>
<div class="readmorecontent">
<a class="readmore" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Continuar leyendo »</a>
</div>
</div>
</div><!--/post-<?php the_ID(); ?>-->
</div>
<?php endwhile; ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
<div class="alignleft"><?php next_posts_link('« Entradas màs entradas') ?></div>
<div class="alignright"><?php previous_posts_link('Entradas más recientes »') ?></div>
<?php } ?>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebars(); ?>
</div>
<?php get_footer(); ?>
agregalo justo despues de la linea <a rel="nofollow" class="readmore" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Continuar leyendo »</a>
<?php the_content(''); ?>
<div class="readmorecontent">
<a class="readmore" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Continuar leyendo »</a>
<?ic_BeSocial_Buttons()?>
</div>
</div>
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?