Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
*** скрытое содержание ***_http://forum.crazyfiles.ru/portaly/27353-10-premium-shablonov-dlya-wordpress.html
src="<?php echo get_post_meta($post->ID, "Random", true); ?>"
<!--Begin Random Posts-->
<p class="slide3"><a href="#" class="btn-slide3">random posts</a></p>
<div id="panel3">
<?php $my_query = new WP_Query('orderby=rand&showposts=3');
while ($my_query->have_posts()) : $my_query->the_post();
?>
<div class="random">
<div class="random-image">
<a href="<?php the_permalink() ?>"><img height="44px" width="44px" style="border: none;" alt="random article" src="<?php echo get_post_meta($post->ID, "Random", true); ?>" /></a>
</div>
<div class="random-content">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '...', true, '50') ?></a>
</div>
</div>
<?php endwhile; ?>
<div style="clear: both;"></div>
</div>
<!--End Random Posts-->