Quantcast
Viewing all articles
Browse latest Browse all 8245

Hatul666 on "pass variables in wordpress"

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.


Viewing all articles
Browse latest Browse all 8245

Trending Articles