21 | 23 |
24 | 'card-img rounded-0' ) ); ?> 25 |
26 | 28 |
29 |

30 | 33 | 46 | '', 58 | ) 59 | ); 60 | // Post visitor count 61 | amor_set_post_views( get_the_ID() ); 62 | endwhile; 63 | endif; 64 | if( has_tag() ){ 65 | echo '
'.esc_html__( 'Tags:', 'amor' ).''; 66 | echo amor_post_tags(); 67 | echo '
'; 68 | } 69 | 70 | ?> 71 |
72 |