Course Hero Logo

template-tags.php - ?php /* * Custom template tags for...

This preview shows page 1 - 3 out of 5 pages.

<?php/*** Custom template tags for this theme** Eventually, some of the functionality here could be replaced by core features.** @package Fashion Photography*/if (!function_exists('fashion_photography_posted_on')) :/*** Prints HTML with meta information for the current post-date/time and author.*/function fashion_photography_posted_on(){$fashion_photography_time_string = '<time class="entry-date publishedupdated" datetime="%1$s">%2$s</time>';if (get_the_time('U') !== get_the_modified_time('U')) {$fashion_photography_time_string = '<time class="entry-date published"datetime="%1$s">%2$s</time>';}$fashion_photography_time_string =sprintf($fashion_photography_time_string,esc_attr(get_the_date('c')),esc_html(get_the_date()));$posted_on = sprintf(/* translators: %s: post date */__( '<span class="screen-reader-text">Posted on</span> %s', 'fashion-photography' ),'<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' .$fashion_photography_time_string . '</a>');$byline = sprintf(/* translators: %s: post author */__( '<span class="screen-reader-text">Posted on</span> %s', 'fashion-photography' ),'<span class="author vcard"><i class="far fa-user" aria-hidden="true"></i> <a class="url fn n" href="' .esc_url(get_author_posts_url(get_the_author_meta('ID'))) . '">' .esc_html(get_the_author()) . '</a></span>');echo '<span class="posted-on">' . $posted_on . '</span> | <spanclass="byline"> ' . $byline . '</span>'; // WPCS: XSS OK.if (!is_single() && !post_password_required() && (comments_open() ||get_comments_number())) {echo ' | <span class="comments-link"><i class="far fa-comments" aria-hidden="true"></i> ';/* translators: %s: post title */comments_popup_link(sprintf(wp_kses(__('Leave a Comment<spanclass="screen-reader-text"> on %s</span>', 'fashion-photography'), array('span' =>array('class' => array()))), esc_html( get_the_title())));echo '</span>';}}
endif;

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 5 pages?

Upload your study docs or become a

Course Hero member to access this document

Term
Fall
Professor
robert juma
Tags
time class

Newly uploaded documents

Show More

Newly uploaded documents

Show More

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture