Hey, you're early! MD6.0 is almost live and this website is still rolling out so please, pardon the dust.

Skip to content

Marketers Delight 5.2

  1. Stream: Comments now enabled on stream posts! You can also keep comments disabled entirely from the settings panel. Edit existing posts to enable comments from the "Discussion" meta box
  2. Stream: Embed your stream feed with customizable settings with the new Stream Widget
  3. Stream: Add Sticky Posts to the top of your Stream feed in the post editor
  4. Stream: Simplified date and embeds system
  5. Stream: Multi-author Stream threads. Different users can contribute to a Thread attached to any Stream post for a multi-user status/update.
  6. Stream: New layout and sidebars controls on the Stream settings page
  7. Stream Article markup improvements
  8. Share: Add comments icon with counter to share bar
  9. Share: Nofollows all social media links
  10. Share: Like buttons and share icons template more easy to reuse around site
  11. Optins: Show or hide hide CTA's, floating bars, and popups whether users are logged in or not.
  12. Optins: New CTA box location "After Sidebar"
  13. WooCommerce: Removes shadows and blocky elements from shop archive when Minimal design mode enabled.
  14. New: New font icons for Telegram, Slack, TikTok and other icons. See the font icons library for a full list
  15. New: Organized widget names by new label "MD → Widget Name"
  16. New: Adds hidden "comments" label text to comments count byline. Unhide with CSS.
  17. Fixed: Updated color scripts for WordPress version 5.5
  18. Fixed: Bug with excerpt filter that hid excerpt text on custom post types
  19. Fixed: Adjusted CSS so header submenu links colors apply
  20. Fixed: Removed sidebar gap and turned layout back to full page when sidebar widget area has no widgets
  21. Developer: More flexible parent theme to child theme template finder with new md_template() function
  22. Developer: More flexible parent theme to child theme CSS files finder with new md_css() function
  23. Developer: You can now set default values with md_setting(), md_post_meta(), md_term_meta(), and md_meta() functions return empty values
  24. Developer: You can now register widgets with the widgets method when extending the md_api class
  25. Developer: Simplified comments template loading, removes templates/comments/comments-list.php template with templates/comments/comment.php
  26. Developer: Moved all templates and CSS files from the lib folder into their respective folder in the dropins directory. Child theme overrides still work thanks to md_template() enhanced template finder
  27. Developer: New filter to remove aggressive MD formatting margin add_filter( 'md_filter_disable_format_fix', '__return_true' );