Home › Forums › Support › Sidebar width per page › Reply To: Sidebar width per page
January 12, 2016 at 12:14 pm
#165376
Great Tom.
Did it the other way around because all my posts on my blog where 35:
// If we're on frontpage
if ( is_front_page() ) {
return '35';
}
// If the above isn't true, return your default value
return '25';