12 lines
285 B
PHP
12 lines
285 B
PHP
<?php
|
|
/*
|
|
YARPP Template: turbo
|
|
Author: Ivan Matyukhin
|
|
Description: Silence is golden.
|
|
*/
|
|
|
|
if (have_posts()):?><?php while (have_posts()) : the_post(); ?><?php the_permalink(); ?>|YRD|<?php the_post_thumbnail_url(); ?>|YRD|<?php the_title(); ?>|YRL|<?php endwhile; ?><?php endif; ?>
|
|
|
|
|
|
|