PATH:
home
/
centosnipponia
/
public_html
/
BAK_tradeandtraffic
/
wp-content
/
themes
/
chromium
/
template-parts
<?php /** * Template part for displaying article's header */ ?> <header class="entry-header"><!-- Article's Header --> <?php $title = get_the_title(); if ( empty($title) || $title = '' ) { ?> <h1 class="entry-title" itemprop="headline"> <meta itemprop="mainEntityOfPage" content="<?php esc_url(the_permalink()); ?>"> <a href="<?php esc_url(the_permalink()); ?>" title="<?php esc_attr_e( 'Click here to read more', 'chromium' ); ?>" rel="bookmark" itemprop="url"><?php esc_html_e( 'Click here to read more', 'chromium' ); ?></a> </h1> <?php } else { echo '<meta itemprop="mainEntityOfPage" content="'.esc_url(get_permalink()).'">'; the_title( '<h1 class="entry-title" itemprop="headline"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark" itemprop="url">', '</a></h1>' ); } ?> <div class="entry-header-meta"> <?php // Author if ( function_exists('chromium_entry_author') && (false == get_theme_mod( 'blog_hide_author', false )) ) { chromium_entry_author(); } // Date if ( function_exists('chromium_entry_publication_time') && (false == get_theme_mod( 'blog_hide_date', false )) ) { chromium_entry_publication_time(); } // Edit link edit_post_link(sprintf( __( 'Edit<span class="screen-reader-text"> "%s"</span>', 'chromium' ), esc_html(get_the_title()) ), '<span class="edit-link">','</span>' ); ?> </div> </header><!-- end of Article's Header -->
[+]
..
[-] post-footer-2.php
[edit]
[-] content-search.php
[edit]
[-] post-header-2.php
[edit]
[-] post-header.php
[edit]
[-] content-single.php
[edit]
[-] author-bio.php
[edit]
[-] logo-group.php
[edit]
[-] content-gallery.php
[edit]
[-] content.php
[edit]
[-] content-page.php
[edit]
[-] related-posts.php
[edit]
[-] post-footer.php
[edit]
[-] content-video.php
[edit]
[-] top-panel.php
[edit]
[-] content-quote.php
[edit]
[-] content-none.php
[edit]
[-] .htaccess.disabled
[edit]