Hello,
How do I remove the page title from the homepage?
Thanks!
Jodie
Hello,
How do I remove the page title from the homepage?
Thanks!
Jodie
Hi,
In your Sentence Theme Folder, kindly edit this 3 files:
1. template-archives.php
Find this code in the file:
<?php echo "<h1>".get_the_title(avia_get_the_id())."</h1>"; ?>
and replace it with this:
<?php //echo "<h1>".get_the_title(avia_get_the_id())."</h1>"; ?>
2. template-portfolio.php
Find this code:
echo "<h1 class='first-heading'>".get_the_title(avia_get_the_id())."</h1>";
and replace it with:
//echo "<h1 class='first-heading'>".get_the_title(avia_get_the_id())."</h1>";
3. includes > loop-page.php
Find this code:
echo "<h1>".get_the_title(avia_get_the_id())."</h1>";
and replace it with:
//echo "<h1>".get_the_title(avia_get_the_id())."</h1>";
Hope it works. :)
Best Regards,
Ismael
Success! Thank you!
Jodie
Hey!
I'll mark this topic as resolved.
Let us know if there's anything else :)
Regards,
Chris
This topic has been closed to new replies.