Title: nativebreed's Replies | WordPress.org

---

# nativebreed

  [  ](https://wordpress.org/support/users/nativebreed/)

 *   [Profile](https://wordpress.org/support/users/nativebreed/)
 *   [Topics Started](https://wordpress.org/support/users/nativebreed/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nativebreed/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nativebreed/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nativebreed/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nativebreed/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nativebreed/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Messes with search results :)](https://wordpress.org/support/topic/messes-with-search-results/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/messes-with-search-results/#post-18866988)
 * No response from original poster. Please, mark this as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Is it possible to show the tags associated with a post?](https://wordpress.org/support/topic/is-it-possible-to-show-the-tags-associated-with-a-post/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/is-it-possible-to-show-the-tags-associated-with-a-post/#post-18866986)
 * The hashtags (#tags) are actually being retrieved along with the post data, but
   they are not visible because they have been intentionally hidden using CSS. Specifically,
   the container that holds the tags has its display property set to none in the
   stylesheet located at pluginfolder/assets/mp-style.css, which prevents it from
   appearing on the page.
 * To make the hashtags visible, you can override this rule in your template’s CSS
   by adding the following declaration:
 * .mp-tags {
    display: block !important; }
 * This forces the tag container to render, overriding the original setting. With
   the #tags now visible, your blog visitors would be able to click on the #tags
   to display a filtered list of microposts with that tag.
 * I hope the above helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Messes with search results :)](https://wordpress.org/support/topic/messes-with-search-results/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/messes-with-search-results/#post-18804329)
 * Hi
 * The Micropost plugin shouldn’t affect the built-in search function. Please could
   you share your website URL?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Single Micropost “Not Found”](https://wordpress.org/support/topic/single-micropost-not-found/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/single-micropost-not-found/#post-18803636)
 * Hi guys.
 * Try: Go to Settings -> Permalinks -> Click “Save Changes” button.
 * Try also: Go to Settings -> Microposts -> Set Single Micropost Template to “Use
   theme’s template” -> Click “Save Changes” button.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Microposts do not appear in the Mastodon profile](https://wordpress.org/support/topic/microposts-do-not-appear-in-the-mastodon-profile/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/microposts-do-not-appear-in-the-mastodon-profile/#post-18760759)
 * Hi guys.
 * See how the “Share on Mastodon” plugin works because it works well with Micropost.
 * [https://wordpress.org/plugins/share-on-mastodon](https://wordpress.org/plugins/share-on-mastodon)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Can we use shortcode to show a specific post under a tag?](https://wordpress.org/support/topic/can-we-use-shortcode-to-show-a-specific-post-under-a-tag/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [5 months ago](https://wordpress.org/support/topic/can-we-use-shortcode-to-show-a-specific-post-under-a-tag/#post-18753435)
 * Hi.
 * I have updated the plugin and add a new feature you might like. A shortcode [
   creomicro_list] with date and tags filtering, sorting, and customisable no result
   message.
 * Examples:
    [creomicro_list start=”2025-11-01″ end=”2025-11-30″] [creomicro_list
   tag=”news,updates” sort=”asc”] [creomicro_list no_message=”No posts found.” per_page
   =”3″] [creomicro_list start=”2025-11-01″ end=”2025-11-30″ tag=”geopolitical,woke”
   sort=”asc”]
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Microposts - Microblogging post type] Thank you very much for developing this plugin…](https://wordpress.org/support/topic/thank-you-very-much-for-developing-this-plugin/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/thank-you-very-much-for-developing-this-plugin/#post-18742194)
 * It sounds like the enhancements you’re planning might already be possible with
   WordPress’ existing features. A micropost is simply another post type – just 
   like pages or standard posts. You may want to explore WordPress user roles ([https://wordpress.com/support/invite-people/user-roles/](https://wordpress.com/support/invite-people/user-roles/))
   for more control. The Microposts plugin also supports built-in threaded comments
   and replies.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microposts - Microblogging post type] Can we use shortcode to show a specific post under a tag?](https://wordpress.org/support/topic/can-we-use-shortcode-to-show-a-specific-post-under-a-tag/)
 *  Plugin Author [nativebreed](https://wordpress.org/support/users/nativebreed/)
 * (@nativebreed)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/can-we-use-shortcode-to-show-a-specific-post-under-a-tag/#post-18742148)
 * I am afraid this is not possible with the current version of the plugin-in and
   I have **currently** no plans to add this feature.

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