• Hi all,

    I wondered if there is a plugin that allows me to post 5 ‘What’s Hot, What’s Not’ items in my sidebar.

    Any ideas?
    Thanks
    Karl

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Well, there is no plugin for that, but you could do it manually. It’s very easy. Just add this to you theme’s sidebar.php file:

    <h3>What's Hot</h3>
    <ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    <li>Item 4</li>
    <li>Item 5</li>
    </ul>

    <h3>What's Not</h3>
    <ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    <li>Item 4</li>
    <li>Item 5</li>
    </ul>

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a ‘What’s Hot, What’s Not’ plugin?’ is closed to new replies.