I want to pass variables from single.php to sidebar.php
When the sidebar is called in the single.php code, it's written like this:
get_sidebar();
are the () for passing variables? how do I write it?
get_sidebar($parameter);
like this?
How do I call it in sidebar.php ?
Thank you.