Insert footer only on pages and home

Posted in: Newspaper
Post count: 268

hi

is it possibile to insert footer only on pages and in home
and not on posts?

is it possible leave only sub footer on posts and
put complete footer only on pages and in home page?

thanks

Post count: 268

…no advice for me ..?

thanks

Post count: 1291

Hi,

You could add a condition in the code – http://screencast.com/t/zbIc79oPVqSh

if (td_util::get_option('tds_footer') != 'no' && !is_single()) {

Or use css to hide it(add it in Theme Panel -> Custom CSS):

.single .td-footer-wrapper {
display: none;
}

Thank you!

  • This reply was modified 10 years by Emil G.
Post count: 268

hi Emil,

it seems perfect!

thanks

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