<div class="fusion-sharing-box fusion-single-sharing-box share-box">
					<h4><?php 
            echo __('Share This Story, Choose Your Platform!', 'Avada');
            ?>
</h4>
					<?php 
            echo $social_icons->render_social_icons($sharingbox_social_icon_options);
            ?>
				</div>
			<?php 
        }
        ?>

			<?php 
        // Render Related Posts
        echo avada_render_related_posts('avada_portfolio');
        ?>

			<?php 
        if (Avada()->settings->get('portfolio_comments')) {
            ?>
				<?php 
            wp_reset_query();
            comments_template();
            ?>
			<?php 
        }
        ?>
			<?php 
    }
    ?>
Example #2
0
            ?>
					</div>
					<div class="description">
						<?php 
            the_author_meta("description");
            ?>
					</div>
				</div>
			</div>
			<?php 
        }
        ?>

			<?php 
        // Render Related Posts
        echo avada_render_related_posts();
        ?>

			<?php 
        if (Avada()->settings->get('blog_comments') && get_post_meta($post->ID, 'pyre_post_comments', true) != 'no' || !Avada()->settings->get('blog_comments') && get_post_meta($post->ID, 'pyre_post_comments', true) == 'yes') {
            ?>
				<?php 
            wp_reset_query();
            comments_template();
            ?>
			<?php 
        }
        ?>
			<?php 
    }
    ?>
Example #3
0
							</div>
							<div class="description">
								<?php 
            the_author_meta('description');
            ?>
							</div>
						</div>
					</div>
				<?php 
        }
        ?>
				<?php 
        /**
         * Render Related Posts
         */
        echo avada_render_related_posts(get_post_type());
        ?>

				<?php 
        if (Avada()->settings->get('blog_comments') && 'no' != get_post_meta($post->ID, 'pyre_post_comments', true) || !Avada()->settings->get('blog_comments') && 'yes' == get_post_meta($post->ID, 'pyre_post_comments', true)) {
            ?>
					<?php 
            wp_reset_query();
            ?>
					<?php 
            comments_template();
            ?>
				<?php 
        }
        ?>
			<?php