add fa
This commit is contained in:
@@ -20,9 +20,11 @@ if( $posts ):
|
||||
setup_postdata( $post );
|
||||
?>
|
||||
|
||||
|
||||
<img class="left_preview" src="<?php echo get_the_post_thumbnail_url($post, 'left-thumb');?>" alt="<?the_title();?>">
|
||||
<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
|
||||
<div class="left_opinion">
|
||||
<div class="left_opinion_title">мнение</div>
|
||||
<img class="left_preview" src="<?php echo get_the_post_thumbnail_url($post, 'left-thumb');?>" alt="<?the_title();?>">
|
||||
<div class="left_opinion_text"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></div>
|
||||
</div>
|
||||
|
||||
<?php endforeach;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user