• I recently installed the MiniPost plugin found at http://doocy.net/mini-posts/ and it’s working perfectly except I can’t figure out how to put a space between mini-posts. If you look at my blog you’ll see that the two I have up there are scrunched together. I’m assuming I have to add a p or br tag somewhere in the plugin but I have no idea where! If you could help I’d really appreciate it. Thanks. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • cant see which two mini-posts you mean at your blog?

    I use mini-posts and they look OK except that the permalinks and comments at the bottom were pushed up together to the post itslf. So I went to Admin Panel -> Options -> uncheck Auto-paragraphing and its all hunky dory now.

    Thread Starter orchidred

    (@orchidred)

    My mini posts are in the left-hand column under the title “miniposts.” I have auto-paragraphing turned off already also.

    I found one way… don’t know if it is the best way or not though…

    Open the plugin file. look around line 275 and you should see this…

    <li>$text</li>

    simply add a couple of line breaks to it so that you have this…

    <li>$text<br /><br /></li>

    Worked when I tried it. 🙂

    Thread Starter orchidred

    (@orchidred)

    That fixed it, thanks chimommy!

    You’re welcome! 🙂

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

The topic ‘MiniPost Plugin – Question’ is closed to new replies.