Different header in front page

Posted in: Newspaper
Post count: 7

Hello,
I would like to set a different header for the front page instead of the global one. How can I achieve that?

Post count: 7

After one day of tries I made it: just modify the td_api_header_style::_helper_show_header() function as you please. In this particular case, I added a $front_page argument to which I pass the return value of the WP function is_front_page() and then I handle the “special” header inside the function.

Post count: 22421

Thank you for sharing.

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