Ejemplo n.º 1
0
            ?>
 					<!-- ************ ORIGINAL
					< ?php the_tags('<dt>Tags</dt><dd>', ', ', '</dd>'); ?>
					FI ******************** -->

				<?php 
        }
        ?>
				<?php 
        if (function_exists('the_bunny_tags')) {
            ?>

					<!-- XTEC ************ MODIFICAT - Translate
					//2013.10.30 @jmeler -->
					<?php 
            the_bunny_tags('<dt>' . __('Tags', TEMPLATE_DOMAIN) . '</dt><dd>', '</dd>', ', ');
            ?>
					<!--************ ORIGINAL
					< ?php the_bunny_tags('<dt>Tags</dt><dd>', '</dd>', ', '); ?>
					FI ******************** -->

				<?php 
        }
        ?>
				<?php 
        if (function_exists('the_bookmark_links')) {
            ?>
					<dt><?php 
            _e('Spread the word', TEMPLATE_DOMAIN);
            ?>
</dt><dd><?php 
Ejemplo n.º 2
0
</li>
				<?php 
        }
        ?>
					<li class="tag"><?php 
        _e('Categories', 'xtec-11');
        ?>
 : <?php 
        the_category(', ');
        ?>
</li>
				<?php 
        if (function_exists('the_bunny_tags')) {
            ?>
					<li><?php 
            the_bunny_tags('Tags : ', '', ', ');
            ?>
</li>
				<?php 
        }
        ?>
			</ul>
				
			<?php 
        comments_template();
        ?>
		</div>				
		<?php 
    }
    ?>
	
Ejemplo n.º 3
0
				<small class="postmetadata comment"><?php 
        comments_popup_link(__('No Comments &#187;', 'xtec-11'), __('1 Comment &#187;', 'xtec-11'), __('% Comments &#187;', 'xtec-11'));
        ?>
</small>
				<br/>
				<small class="postmetadata tag"><?php 
        the_category(', ');
        ?>
</small>
			<?php 
        if (function_exists('the_bunny_tags')) {
            ?>
				<br/>
				<small class="postmetadata technorati_tags">
					<?php 
            the_bunny_tags('<span class="technorati_tags">Tags&nbsp;:&nbsp;</span>', '', ', ');
            ?>
				</small>
			<?php 
        }
        ?>
			
			</div>
				
		<hr style="display:none;"/>
			
		<?php 
    }
    ?>

		<div class="navigation">