Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jimmyoliver

    (@jimmyoliver)

    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.

    Thread Starter jimmyoliver

    (@jimmyoliver)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)