Customizations on specific pages

Posted in: Newspaper
Post count: 29

How can i show a different footer on different pages. I would like to hide the default subfooter on specific pages

Also i would like to hide menu on specific pages how to do that?

Post count: 22421

Hello,
If you want to target specific pages, you will need to add php conditions in the theme files. For this you will need the page id you can get like so: http://screencast.com/t/6wzcGGZb or the page name Then you can use this function: https://developer.wordpress.org/reference/functions/is_page/ (you can use an array for multiple pages)
And place the condition around the subfooter and the menu like so: http://screencast.com/t/vHlxx6Sh7
You can use the same method for the menu.
I hope this helps.
Thank you!

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