PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
blog
/
templates
/
parts
/
post-format
<?php $quote_tagline = get_post_meta( get_the_ID(), 'qodef_post_format_quote_tagline', true ); $quote_meta = get_post_meta( get_the_ID(), 'qodef_post_format_quote_text', true ); $quote_text = ! empty( $quote_meta ) ? $quote_meta : get_the_title(); $quote_author_image = get_post_meta( get_the_ID(), 'qodef_post_format_quote_author_image', true ); if ( ! empty( $quote_text ) ) { $quote_author = get_post_meta( get_the_ID(), 'qodef_post_format_quote_author', true ); $title_tag = isset( $title_tag ) && ! empty( $title_tag ) ? $title_tag : 'h5'; $author_title_tag = isset( $author_title_tag ) && ! empty( $author_title_tag ) ? $author_title_tag : 'span'; ?> <div class="qodef-e-quote"> <span class="qodef-e-icon"><?php webon_render_svg_icon( 'quote' ); ?></span> <?php if ( ! empty( $quote_tagline ) ) { ?> <span class="qodef-e-quote-tagline"><?php echo esc_html( $quote_tagline ); ?></span> <?php } ?> <<?php echo esc_attr( $title_tag ); ?> class="qodef-e-quote-text"><?php echo esc_html( $quote_text ); ?></<?php echo esc_attr( $title_tag ); ?>> <?php if ( ! empty( $quote_author ) ) { ?> <div class="qodef-e-quote-author"> <?php if ( ! empty( $quote_author_image ) ) { ?> <div class="qodef-e-quote-image"> <?php echo wp_get_attachment_image($quote_author_image, 'full'); ?> </div> <?php } ?> <?php echo esc_html( $quote_author ); ?> </div> <?php } ?> <?php if ( ! is_single() ) { ?> <a itemprop="url" class="qodef-e-quote-url" href="<?php the_permalink(); ?>"></a> <?php } ?> </div> <?php } ?>
[+]
..
[-] video.php
[edit]
[-] audio.php
[edit]
[-] quote.php
[edit]
[-] link.php
[edit]
[-] gallery.php
[edit]