Example #1
0
										<?php 
                echo do_shortcode($mts_options['mts_postend_adcode']);
                ?>
									</div>
								<?php 
            }
            ?>
							<?php 
        }
        ?>
 
							<?php 
        if ($mts_options['mts_tags'] == '1') {
            ?>
								<div class="tags"><?php 
            mts_the_tags('<span class="tagtext">' . __('Tags', 'mythemeshop') . ':</span>', ', ');
            ?>
</div>
							<?php 
        }
        ?>
						</div>
						<?php 
        if ($mts_options['mts_social_button_position'] == 'bottom' || $mts_options['mts_social_button_position'] == 'both') {
            mts_social_buttons();
        }
        ?>
						<div class="single-prev-next">
							<?php 
        previous_post_link('%link', '<i class="fa fa-long-arrow-left"></i> ' . __('Prev Article', 'mythemeshop'));
        ?>
Example #2
0
            }
            ?>
							<?php 
        }
        ?>
 
							<?php 
        if ($mts_options['mts_social_button_position'] == 'bottom' || $mts_options['mts_social_button_position'] == 'floating') {
            mts_social_buttons();
        }
        ?>
							<?php 
        if ($mts_options['mts_tags'] == '1') {
            ?>
								<div class="tags"><?php 
            mts_the_tags();
            ?>
</div>
							<?php 
        }
        ?>
						</div>
					</div><!--.post-content box mark-links-->
					
                    <?php 
        mts_related_posts();
        ?>
 
                    				
					<?php 
        if ($mts_options['mts_author_box'] == '1') {