Hi Joey,
EXAMPLE: (The following was added to my Kubrick index.php at somewhere around line #311 just above the archives entry.
- <h2>MyNetflix Movies</h2>
<?php mynetflix(); ?>
Hope this helps.
Agreed. So I have mynetflix outputting
<ul>
<li>movie 1</li>
<li>movie 2</li>
</ul>
And for kuberick, I added
<li><h2>MyNetflix Movies</h2>
<?php mynetflix(); ?>
</li>
In the sidebar section of the template..
Thanks for your input. This should work with any template out there since I am not using any custom css.