Aseara am zis sa mai renunt la o parte din pluginuri, ma refer la cele de tweet de la twitter si ala de like. Asa le-am scos si am adaugat direct codurile de la ei si +1 de la google. Le-am adaugat in single.php dar nu apar cum vreau eu. Apar dedesubt de tot in articol nu imediat dupa text si unu sub altu nu unu langa altu. Mai jos este tot continutul single.php + codurile adaugate. Si am facut o mica schema, sper sa intelegeti pentru a ma putea ajuta.

<?php get_header(); ?>

<?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>

<div id="contentleft">

<div id="content">

<?php if ( $wp_chatter_single_layout == '3-column' ) { ?>
<div class="col-3">
<?php } ?>

<?php include (TEMPLATEPATH . '/banner468.php'); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="singlepost maincontent">

<div class="post clearfix" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink() ?>" rel="<?php _e("bookmark"); ?>" title="<?php _e("Link permanent catre:"); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<p class="postinfo">de <?php the_author_posts_link(); ?> in data de <?php the_time('M d, Y') ?> sunt <a href="<?php comments_link(); ?>"><?php comments_number('0','1','%'); ?></a> <?php _e('Comentarii'); ?></p>
<div class="entry clearfix">
<?php the_content(''); ?>
</div><g:plusone size="tall"></g:plusone> <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script><div>
<a href='http://twitter.com/share' class='twitter-share-button'
data-url='<?php the_permalink() ?>'
data-via='val33ntynblog'
data-text='<?php the_title(); ?>'
data-count='vertical'>Tweet</a>
</div> <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="false" layout="box_count" width="250" show_faces="true" font="arial"></fb:like>

<p class="cats"><strong><?php _e("Postat in"); ?></strong>: <?php the_category(' &bull; '); ?></p>
<?php the_tags("<p class='tags'><strong> Etichete</strong>: "," &bull; ", "</p>"); ?>
</div>

<?php if ( $wp_chatter_hide_auth_bio == 'yes' ) { ?>
<?php } else { ?>
<div class="auth-bio clearfix">
<p class="bio">
<?php // this is the author photo pulled from gravatar.com
if (function_exists('get_avatar')) {
$gravsize = $wp_chatter_grav_size;
$author_email = get_the_author_email();
echo get_avatar($author_email,$size="$gravsize");
} else {
//alternate gravatar code for < 2.5
$gravsize = $wp_chatter_grav_size;
$md5 = md5( $email=get_the_author_email() );
echo "<img class='avatar' src='http://www.gravatar.com/avatar.php?gravatar_id=$md5&amp;size=$gravsize' alt='' />";
} ?>
<strong><?php _e("Despre autor"); ?></strong>: <?php the_author_description(); ?></p>
</div>
<?php } ?>

<?php comments_template('', true); ?>

<?php endwhile; endif; ?>

</div>

</div>

<?php if ( $wp_chatter_single_layout == '3-column' ) { ?>
<?php include (TEMPLATEPATH . "/sidebar-left.php"); ?>
</div>
<?php } ?>

</div> <
<?php get_sidebar(); ?>

<?php get_footer(); ?>

Si poza:



In imagine casuta aceea desenata de mine este cu scop orientativ. Adica as vrea sa apara butoanele consecutiv acolo unde am dus sageata de la casuta aceea.