April 16, 2015 at 11:05 am
Hi everybody! (Probably Ben;) )
I have set up a page title as home slider for my front page but I would love to show that page title on every page above the page title of that specific page.
The blog example of Pinnacle shows the logo on every page with below that the page title. I don’t have a specific logo for my blog, just my name. And I don’t want my name stuck to my sticky header, which I want to leave sticky. So I can’t make a logo out of my name and set it up as one as Pinnacle example does, also because it will become really small.
I tried to search the forum for answers but couldn’t really find any. I did try replacing this:
<?php get_template_part(‘templates/page’, ‘header’); ?>
with this:
<?php get_template_part(‘templates/home/page-title’, ‘home’); ?>
in page.php as someone else did. But nothing changes… I have no child theme, I would like to avoid that cause I want to leave this theme as intact as possible. I just tried it once changing the page.php.
Website
Thank you!