remove post titles from index page
- zacharielle
- Ssr. Bludit
- Posts: 13
- Joined: Sat Jan 07, 2023 7:51 am
- Has thanked: 11 times
- Been thanked: 10 times
Hi lurch,
You can edit the theme to achieve this:
You can edit the theme to achieve this:
- in php/home.php remove
Code: Select all
<!-- Page title --> <h2 class="post-title"> <a class="" href="<?php echo $page->permalink(); ?>"><?php echo $page->title(); ?></a> </h2>
- and in php/page.php remove
Code: Select all
<!-- Page title --> <h1 class="post-title"><?php echo $page->title(); ?></h1>