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.
<?php query_posts('showposts=10&offset=3'); ?>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li>
<a "<?php the_permalink() ?>"><?php the_title(); ?></a>
</li>
<?php endwhile;?>
</ul>
<a href="<?php the_permalink(); ?>">