Problem with single post sidebar
-
On the last version of the theme, the thinkup_input_sidebars() function is returning the content of $thinkup_post_sidebars which is declared nowhere, as opposed to $thinkup_blog_sidebars which comes from the “Select a Sidebar” option on the customizer.
This causes the single posts to have no sidebar whatsoever.
I think this is a bug that should be fixed.
In the meantime I’ve change 01.general-settings.php line 411 from
$output = $thinkup_post_sidebars;to$output = $thinkup_blog_sidebars;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem with single post sidebar’ is closed to new replies.
