Twenty Seventeen theme: custom left part under the page title

There doesn’t seem to be any specific function to hook to, so a back-end solution would require altering the “/template-parts/page/content-page.php template file (via a child theme, preferably), namely adding your desired elements right before the closing </header> tag, for example: <header class=”entry-header”> <?php the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?> <?php twentyseventeen_edit_link( get_the_ID() ); ?> <!– … Read more