Postie Hack with MiniPosts

OK, here’s what all this testing has been about. On those of my blogs that use MiniPosts, any post received via Postie will not appear on the main index page. If I edit the post and save it again, they do appear.
The reason for this bizarre behavior is that somehow posts via Postie are not getting marked as NOT being MiniPosts, thus they aren’t shown on the main page, and they aren’t added to the MiniPosts list either. One can navigate directly to them.
This needs to be fixed via the proper hooks, but I don’t have time to finish finding them. I will try to do that later. In the meantime I have produced a hack. It is truly a hack, but it does work.
I simply added the following line to postie-functions.php:
add_post_meta($post_ID, ‘_mini_post’, 0);
This goes as line 277 if you’re using this hack, or as line 276 if you’re using Postie version 1.1.1 unchanged. (I’m using the hack.)
My MiniPosts version is 0.6.5.
Keep watch here if you want to see a better fix. Also, if I see that someone else has done one, I’ll post a comment here.

Similar Posts

  • An eBook on Aer.io

    Since I’ve been showing my progress setting up with aer.io, I must note that they are making some great changes that improve the usability of the site. Here’s a widget for an uploaded ebook, in this case Dr. David Alan Black’s Aprenda a leer el Griego del Nuevo Testamento (trans. by Thomas Hudgins, et. al.):…

  • Changing the Background Color of the Pop-Up Cart Preview in Kadence

    I’m posting this because I had some trouble finding the right terminology and eventually had to discover the right class for the object. I’m not sure why this popup kept appearing with a black background, but it did. I could not find any way to edit it, so I added CSS in the customizer. Here’s…

  • |

    Using the AI Assistant from Jetpack in a Post

    Using the AI Assistant I have added Jetpack’s AI assistant to my Threads blog, and today I tested it on a fairly lengthy post. I thought I’d show what it did here. I found its suggestions helpful, and I implemented most. There was another round, but they went beyond the time I was planning to…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.