PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
themify-builder-pro
/
templates
<?php /** * Template Author Info * * Access original fields: $args['mod_settings'] * @author Themify */ defined('ABSPATH') || exit; // Exit if accessed directly $element_id = $args['module_ID']; $mod_name = $args['mod_name']; $fields_args = $args['mod_settings']+ array( 'author_layout' => '', 'profile_picture' => 'yes', 'picture_size' => 96, /* default $size in get_avatar */ 'profile_name' => 'yes', 'html_tag' => 'h2', 'author_link' => 'website', 'bio' => 'yes', 'css' => '', 'animation_effect' => '' ); $container_class = apply_filters('themify_builder_module_classes', array( 'module', 'module-' . $mod_name, $element_id, $fields_args['css'], $fields_args['author_layout'] ), $mod_name, $element_id, $fields_args); if (!empty($fields_args['global_styles']) && Themify_Builder::$frontedit_active === false) { $container_class[] = $fields_args['global_styles']; } $container_props = apply_filters('themify_builder_module_container_props', self::parse_animation_effect($fields_args, array( 'class' => implode(' ', $container_class), )), $fields_args, $mod_name, $element_id); if (Themify_Builder::$frontedit_active === false) { $container_props['data-lazy'] = 1; } ?> <!-- Author Info module --> <div <?php echo themify_get_element_attributes(self::sticky_element_props($container_props, $fields_args)); ?>> <?php $container_props = $container_class = $args = null;?> <?php if ('yes' === $fields_args['profile_picture']): ?> <div class="tbp_author_info_img tf_left"><?php echo get_avatar(get_the_author_meta('ID'), $fields_args['picture_size']); ?></div> <?php endif; ?> <?php if ('yes' === $fields_args['profile_name']): ?> <<?php echo $fields_args['html_tag']; ?> class="tbp_author_info_name"> <?php if ($fields_args['author_link'] === 'website' || $fields_args['author_link'] === 'archive'): ?> <?php $link = 'website' === $fields_args['author_link'] ? get_the_author_meta('user_url') : get_author_posts_url(get_the_author_meta('ID'), get_the_author_meta('user_nicename')); ?> <a href="<?php echo $link; ?>" class="tbp_author_info_link"> <?php endif; ?> <?php the_author_meta('display_name'); ?> <?php if (isset($link)): ?> </a> <?php endif; ?> </<?php echo $fields_args['html_tag']; ?>> <?php endif; ?> <?php if ('yes' === $fields_args['bio']): ?> <div class="tbp_author_info_bio"><?php the_author_meta('description'); ?></div> <?php endif; ?> </div> <!-- /Author Info module -->
[+]
..
[-] template-related-posts.php
[edit]
[-] template-search-form.php
[edit]
[-] template-author-info.php
[edit]
[-] template-wc-notices.php
[edit]
[-] template-checkout-shipping.php
[edit]
[-] template-taxonomy.php
[edit]
[-] template-woocommerce-hook.php
[edit]
[-] template-upsell-products.php
[edit]
[-] template-crosssell-products.php
[edit]
[-] template-comments.php
[edit]
[-] template-stats.php
[edit]
[-] template-wishlist-icon.php
[edit]
[-] template-advanced-products.php
[edit]
[-] template-advanced-posts.php
[edit]
[-] template-breadcrumbs.php
[edit]
[-] template-product-title.php
[edit]
[-] template-site-logo.php
[edit]
[-] template-cart-totals.php
[edit]
[-] template-product-description.php
[edit]
[-] template-product-reviews.php
[edit]
[-] template-archive-image.php
[edit]
[-] template-related-products.php
[edit]
[-] template-add-to-cart.php
[edit]
[-] template-cart-items.php
[edit]
[-] template-product-taxonomy.php
[edit]
[-] template-acf-repeater.php
[edit]
[-] template-post-title.php
[edit]
[-] template-readtime.php
[edit]
[-] template-archive-products.php
[edit]
[-] template-checkout-review.php
[edit]
[-] template-woocommerce-breadcrumb.php
[edit]
[-] template-checkout-billing.php
[edit]
[-] template-product-price.php
[edit]
[+]
partials
[-] template-ptb-repeater.php
[edit]
[-] template-post-meta.php
[edit]
[-] template-post-content.php
[edit]
[-] template-product-stock-status.php
[edit]
[-] template-product-meta.php
[edit]
[-] template-wishlist-link.php
[edit]
[-] template-archive-title.php
[edit]
[-] template-archive-posts.php
[edit]
[-] template-checkout-information.php
[edit]
[-] template-archive-description.php
[edit]
[-] template-product-rating.php
[edit]
[-] template-product-image.php
[edit]
[-] template-featured-image.php
[edit]
[-] template-checkout-coupon.php
[edit]
[-] template-site-tagline.php
[edit]
[-] template-checkout-payment.php
[edit]
[-] template-post-navigation.php
[edit]
[-] template-cart-icon.php
[edit]
[+]
wc