Hi
Please see file paths and line numbers below to change:
cardinal/swift-framework/layout/archive.php:
45 <?php else: ?>
46
47: <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3>
48
49 <?php endif; ?>
cardinal/swift-framework/layout/author.php:
41 <?php else: ?>
42
43: <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3>
44
45 <?php endif; ?>
cardinal/swift-framework/layout/campaigns.php:
24 <?php else: ?>
25
26: <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3>
27
28 <?php endif; ?>
cardinal/swift-framework/layout/portfolio-category.php:
17 <?php else: ?>
18
19: <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3>
20
21 <?php endif; ?>
cardinal/swift-framework/layout/search.php:
35
36
37: <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3>
38
and
cardinal/swift-framework/content/sf-post-detail.php:
440 echo '<div class="related-wrap">';
441 echo '<div class="related-articles '.$related_articles_class.'">';
442: echo '<h2 class="heading">'.__("Related Articles", "swiftframework").'</h2>';
443 echo '<div class="related-items recent-posts posts-type-bold no-gutters clearfix">';
– Kyle