• Hey guys,

    Okay, I got the MiniPosts plugin by Morgan Doocy. Now, it works fine until I try to change the minipost’s style (with the code she gives us). When I try to put in the new style using the PHP given, it gives me a blank page. When I take it out, it works. I have checked, and double checked that the applicable checkboxes are unchecked. Everything should work. Any ideas?

    Here’s the page she gives us with the help (FYI):
    https://doocy.net/mini-posts/help/

    Cheers,

    James

Viewing 1 replies (of 1 total)
  • Hi James
    Which function are you using, and are you wanting to display miniposts in with your posts or in the sidebar?

    If you are using Miniposts in the posts they are in a class “minipost” which you can configure by adding .minipost {etc} to your style sheet (make sure it is a class and not a div (not #minipost)).

    The get_mini_posts function has an embedded
    <li></li>
    in miniposts.php which may be affecting your display.

    If this doesn’t solve it can you post your code snippets – I may be able to help if I see them.
    Cheers
    Megan

Viewing 1 replies (of 1 total)
  • The topic ‘MiniPosts not working?’ is closed to new replies.