Hi Brad,
NewPlus is working perfectly in multilanguage.
I send you the address if you want to include it in "Check out these great blogs utilizing wordpress"
http://fdmed.org
on the other hand, I need you in the headlines, when the title is more than line and is cut, I need dots appear.
ie:
now in http://fdmed.org/en/
one of the new´s headlines is:
First Workshop on Practical and Basic Anthropometry Dietary interviews, applied to the Practice
but only appears "First Practical Workshop on Dietary interviews' because otherwise it would take more lines.
What can I do to display the ellipsis?
like: First Practical Workshop on Dietary interviews "…"
I include the code in index.php and css paragraph:
thanks!
#topentry h1 {
color:#464646;
font-family:Geneva, Arial;
font-size:16px;
font-weight:normal;
margin:0px 0px 10px;
padding:0pt;
line-height:28px;
}
<?php if (have_posts()) : ?>
<!–BLOCK NOTICIAS–>
<?php query_posts('cat='.$
albertsBlocks->get('3').'&showposts=4'); ?>
<?php $count=0; while (have_posts()) : the_post(); if(!($firstpost == $post->ID)) : ?>
<?php if($count % 2 == 0) echo '<div class="left">'; else echo '<div class="right">'; ?>
<div class="post" id="post-<?php the_ID(); ?>" style="">
<h2>
<?php the_category(', ', 'single' ); ?>
<i> – <abbr>
<?php the_date('Y-m-d'); ?>
</abbr> – <a href="<?php comments_link(); ?>">
<?php comments_number('', __('1 comment', 'newsplus'), __('% comments', 'newsplus')); ?>
</a></i></h2>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','newsplus'); ?> <?php the_title(); ?>">
<?php the_title(); ?>
</a></h1>
<p>
<?php if(function_exists('the_thumb')) the_thumb(); ?>
<?php the_content_rss('', TRUE, '', 33) ; ?>
<span class="continuebox"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','newsplus'); ?> <?php the_title(); ?>"><?php _e('continue','newsplus'); ?></a></span> </p>
<div class="clear"></div>
</div>
</div>
<?php if($count % 2 != 0) echo '<div class="clear"></div>';?>
<?php $count++; endif; ?>
<?php endwhile; ?>
<?php else : ?>
<h2 class="center"><?php _e('Not Found','newsplus'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that isn´t here.','newsplus'); ?></p>
<?php endif; ?>
Wordpress Themes recent comments