Thank you. So this is the page I want to add a latest news sidebar too.
https://childbraininjurytrust.org.uk/support-us/donate/
I’m really sorry if I’m being thick, I’m trying to work this all out as I go along.
So if I change:
if(is_home()){
#…add sidebar
}
to:
if(is_donate()){
#…add sidebar
}
Will that work? Do I then need to change the page options to which widget I want to show?