Esempio n. 1
0
" rel="bookmark"><?php 
        the_title();
        ?>
</a>
							</h2><br />
							<span><?php 
        the_date();
        ?>
</span>
						</div>													
						<div class="entry-wrap">					
							<div class="entry-content">
<div class="TipBlock">
<?php 
        if (function_exists('stray_random_quote')) {
            stray_random_quote('all', false, 'another tip &raquo;', false, 1, 0, 'quoteID', 'ASC');
        }
        ?>
</div>
								<?php 
        the_content();
        ?>
							</div>
							<div class="info">
								Under Category: <?php 
        the_category(', ');
        ?>
<br/>
								Article <?php 
        the_tags();
        ?>
Esempio n. 2
0
function wp_quotes_random()
{
    return stray_random_quote();
}