• Resolved uzsbm

    (@uzsbm)


    Related posts are no longer showing on my site. Here is my latest post: https://sakeenah.com/new-knitter/
    I have gone into Customize under the theme and made sure it is not disabled. Categories are set up right.

    ETA: Previous post navigation is enabled too but doesn’t show. When I switch to the default theme, the previous post does show up again but not related posts

    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi uzsbm. It’s probably one of the plugins you have related to comments since that default section of the page has been replaced.

    I also have this problem with hueman single post settings as neither related posts nor post navigation controls show up.

    I am experimenting because the settings>reading>related posts and settings>sharing>share/likes options push the pagenavi controls way down the page.

    FYI the related post option is deactivated in settings>reading.

    @twirth5 said:

    settings>reading>related posts and settings>sharing>share/likes options

    Are you referring the the Admin Settings menu option?

    Yes, in the Settings section of WP Admin.

    I can turn these settings on or off at will but the hueman related posts and navigation controls do not show up when enabled, even when related posts are turned off in the WP Settings menu.

    We have been through this before and I found that the hueman related posts option works better with pagenavi than those found in WP Settings.

    Something must have changed in one of the hueman updates.

    Yes, in the Settings section of WP Admin

    The options you listed don’t exist in a default WP installation, and they’re not added by the Hueman theme. You must have one or more plugins that are adding those options. Most likely those are interfering with the theme functionality.

    They must have been added via Jetpack then. On the other hand they are turned off.

    Will pursue this issue from the Jetpack side then.

    Thank you once again for your hard work.

    You’re welcome. If this isn’t a theme issue then please mark the topic as Resolved. Thanks.

    Thread Starter uzsbm

    (@uzsbm)

    Can he mark it resolved if not the thread starter?
    I turned off comment plugins and the issue is not resolved. These features were working until I updated the theme.

    You are correct; @twirth5 cannot mark it as Resolved. My mistake.

    What version of the theme were you on before you updated it? The recommended troubleshooting for plugins is to disable all of them, not just one or two, and see if that fixes the issue. If it does, then enable them one at a time until you find which one causes the problem.

    Sorry for butting into the thread but it is the exact same problem I was having. From now on I will start my own issue.

    Lesson learned and will not mark resolved.

    Thread Starter uzsbm

    (@uzsbm)

    Hi, still working on this. When I switch to the standard theme, the navigation appears. Can you tell me what in my child theme post page is wrong?

    <?php get_header(); ?>
    
    <section class="content">
    
    	<?php get_template_part('inc/page-title'); ?>
    
    	<div class="pad group">
    
    		<?php while ( have_posts() ): the_post(); ?>
    			<article <?php post_class(); ?>>
    				<div class="post-inner group">
    					<h1 class="post-title"><?php the_title(); ?></h1>
    
    					<?php get_template_part('inc/post-formats'); ?>
    
    					<div class="clear"></div>
    
    					<div class="entry">
    						<?php the_content(); ?>
    <div align="center" class="ads-posts-desktop"><?php echo do_shortcode('[widget id="text-52"]') ?></div><div align="center" class="ads-posts-mobile"><?php echo do_shortcode('[widget id="text-52"]') ?></div>
    					<div class="entry-inner">
    							<?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>
    					</div><div class="clear"></div>
    					</div><!--/.entry-->
    
    				</div><!--/.post-inner-->
    			</article><!--/.post-->
    		<?php endwhile; ?>
    
    		<div class="clear"></div>
    		<?php the_tags('<p class="post-tags"><span>'.__('Tags:','hueman').'</span> ','','</p>'); ?>
    
    		<?php if ( !ot_get_option( 'author-bio' ) && get_the_author_meta( 'description' ) ): ?>
    				<div class="author-bio">
    				<div class="bio-avatar"><?php echo get_avatar(get_the_author_meta('user_email'),'128'); ?></div>
    				<p class="bio-name"><?php the_author_meta('display_name'); ?></p>
    				<p class="bio-desc"><?php the_author_meta('description'); ?></p>
    				<div class="clear"></div>
    			</div>
    		<?php endif; ?>
    
    		<?php if ( ot_get_option( 'post-nav' ) == 'content') { get_template_part('inc/post-nav'); } ?>
    
    		<?php if ( ot_get_option( 'related-posts' ) != '1' ) { get_template_part('inc/related-posts'); } ?>
    
    		<?php comments_template('/comments.php',true); ?>
    
    	</div><!--/.pad-->
    
    </section><!--/.content-->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Thread Starter uzsbm

    (@uzsbm)

    Thanks for the help. I just redid the single.php file from the original and the problem is solved.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Related posts and previous post navigation not showing’ is closed to new replies.