Home › Forums › Iconic One Pro Support › Related Posts › Reply To: Related Posts
October 24, 2015 at 7:49 am #3781
Themonic-Support
Keymaster
Thank you for the screenshot. That is not related post, it is called post navigation and it displays NEXT and PREVIOUS Posts. Refer demo.
If you want to remove it, you will have to remove these lines from single.php starting line 61
<nav class="nav-single">
<div class="assistive-text"><?php _e( 'Post navigation', 'themonic' ); ?></div>
<span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'themonic' ) . '</span> %title' ); ?></span>
<span class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'themonic' ) . '</span>' ); ?></span>
</nav><!-- .nav-single -->
Do note that we do not advise removing it as it is integral part of SEO as it allows proper indexing. You can always use PAGES as pages do not have this navigation bar.