Sorry, this pushes one step too far for my limited php. How can I change the structure of sidebar.php to make the sidebar blog widget appear beneath the custom page widgets?
Put output of sidebar blog widget below custom widgets
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
You need to open up sidebar.php and move this code block:
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Blog'))to below this line:
if (function_exists('dynamic_sidebar') && dynamic_sidebar($custom_widget_area) ) : endif;As there is extra PHP which can lead to confusion, I have made the changes for you and uploaded the file here. Rename the file from sidebar-new.php to sidebar.php after you have backed up your original sidebar.php file.
Let me know how you get on.
James
Posted 2 years ago #
Reply
You must log in to post.














