Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › /dante/includes/… in Child Theme › Reply To: /dante/includes/… in Child Theme
I’m not a programmer ๐ so, how can i replace the following part in the /includes/sf-page-heading.php in the functions.php?
### OLD
<?php } else { ?>
<h1 class=”entry-title” <?php echo $article_heading_text; ?>><?php echo $page_title; ?> TITEL</h1>
<?php } ?>
### NEW
<?php } else { ?>
<h1 class=”entry-title” <?php echo $article_heading_text; ?>><?php echo $page_title; ?> TITEL</h1>
<?php if ($page_subtitle) { ?>
<h3><?php echo $page_subtitle; ?></h3>
<?php } ?>
<?php } ?>
Thanks a lot! ๐