I don’t want to include whole sidebar on home.php page, I need only to make info tab top of the page where widget text should come.
Something like this in home.php file
<div id=”page”>
<div id=”header>
<?PHP *How I include widget here?* ?>
</div>
<div id=”rest of the page…”>
</div>
</div>
home.php will be my homepage and uses different CSS and layout than rest of my pages. It is like “wellcome” page where is info tab which content can be changed.