Echo post title in homepage full template h2 instead of h1

Posted in: Newspaper
Post count: 56

Hi, im using the

td_block_homepage_full_1.php block in my frontpage.

the block calls the title of the post with:

<?php echo $td_mod_single->get_title();?>

this echos the title in h1. How can i change this ONLY FOR THIS block to h2 ?

THX BEST REGARDS

  • This topic was modified 10 years by newtag.
Post count: 22421

Hello,
This modification will not be so easy to make as the same function is used for all posts on the website as well. You can however add a condition in td_module_single_base.php and check for your page id so if the id is found, the title will change on that particular page to a h2.
Please use this code: http://pastebin.com/Q0ZcFFrK and replace the function in the file: http://screencast.com/t/u10qhc22S
Make sure you enter your page id in the code where it sais enter your page id here. You can get the page id in the page list in the wp dashboard: http://screencast.com/t/5IaiuhPed
Thank you!

Post count: 56

Perfect – thx.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.