| User | Post |
|
8:29 am September 2, 2009
| MarknTx
| | |
| Member | posts 9 |
|
|
I'd like to remove the Page Title from appearing above the page when displayed. What needs to be removed so it's not displayed?
And if I didn't want it to show for posts either, what code would be needed to be removed and from which template?
I haven't had any luck trying various ideas so I thought I'd come straight to the source before I really screw something up!
Mark
|
|
|
2:19 pm September 4, 2009
| Ryan
| | |
| Admin
| posts 1252 |
|
|
If you want to remove all titles, you will need to edit the index.php, single.php, archive.php and page.php files. Just look for the H1 or H2 tags in each page, and remove everything from the opening tag (<h1>) to the closing tag (</h1>).
|
|
|
3:42 pm September 4, 2009
| MarknTx
| | |
| Member | posts 9 |
|
|
Thanks for supplying the answer Ryan!
|
|
|
9:11 am September 7, 2009
| jeffmesina
| | |
| New Member | posts 1 |
|
|
Hey Ryan,
I'm trying to only remove the PAGE TITLES from the very top navigator section (Home, About, Contact Us, etc.) but I seem to only be removing the POST TITLES. What code should I remove just to take those PAGE TITLES out? I'm sure I'm missing something easy and obvious.
Thanks!
Jeff
|
|
|
7:19 am September 9, 2009
| Ryan
| | |
| Admin
| posts 1252 |
|
|
The pages are displayed by the page.php file. The posts are displayed by the single.php file. So if you want to remove just the PAGE titles, edit the page.php file.
|
|