PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
partials
/
single
<?php /** * Blog single tags * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // Display tags. ?> <div class="post-tags clr"> <?php the_tags( '<span class="owp-tag-text">' . esc_attr__( 'Tags: ', 'oceanwp' ) . '</span>', '<span class="owp-sep">,</span> ', '' ); ?> </div>
[-] tags.php
[edit]
[+]
..
[-] author-bio.php
[edit]
[-] layout.php
[edit]
[+]
media
[+]
metas
[-] header.php
[edit]
[-] meta.php
[edit]
[-] next-prev.php
[edit]
[+]
headers
[-] related-posts.php
[edit]
[-] content.php
[edit]