Select Footer type on post

Posted in: Newsmag
Post count: 5

Hi there,

is it possible to create custom footer or disable footer area on specific articles or categories, when we make an article?

Thank you

Post count: 7909

Hi,

You can use another footer style for example: http://screencast.com/t/F5VUBfFBj and add widgets in footer section – http://screencast.com/t/XWpLWU0mZ
Unfortunately you will need custom modifications to use a custom footer for each page. We work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work.
You can use custom css to hide footer on a specific article or category – http://screencast.com/t/hqDXgBKv8aOhttp://screencast.com/t/I4Pqwix6dj
.postid-xx .td-footer-container {
display: none
}

.category-xx .td-footer-container {
display: none;
}

Take ID of the post – http://screencast.com/t/2HM2LjQ8BT or category ID – http://screencast.com/t/mmhAeJvokcRA

Hope this helps!

Post count: 5

Thanks Alin,

so if i should modify some footer files, which files that i should modify?

Thank you

Post count: 7909

Hi,

You edit for example category template and add a condition to the footer – http://screencast.com/t/ryaRmX5zYI and use is_category function with an array where you add categories ID, you can find more about this function here – https://codex.wordpress.org/Function_Reference/is_category
If you don’t know how to do this I suggest to hire a You can hire a freelancer from site’s like to do this for you: http://studio.envato.com/

Thanks!

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