Title not showing in series archive
-
For some reason the individual sermon titles are not appearing on the series archive pages for the sermons. Everything else (series title, description, preacher, etc.) shows up just fine. I do have content-sermon-archives.php in the partials folder of my child theme and I see this in the code:
<?php if(SermonManager::$title == 'no'){}else{?> <h3 class="wpfc-sermon-title"> <a class="wpfc-sermon-title-text" href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h3> <?php } ?> <?php endif; ?>
So, as far as I can tell, if the sermon has a title it should display, right? Any insights for a poor amateur?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Title not showing in series archive’ is closed to new replies.