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.5

  1. NEW: Header styles improved, click-to-toggle sub menus on mobile
  2. NEW: MD Dynamic JS compiles your lightweight scripts.js file to only print the scripts your site uses
  3. NEW: Set logged-in/logged-out header menu in Appearance > Menus
  4. NEW: Moves "Site Design" admin links to the MD dashboard for faster admin navigation
  5. NEW: MD > Settings > Site Tools > Optimize WP now also removes inline CSS added from Block Editor if setting enabled
  6. NEW: MD now only ships with the following drop-ins on install: Optins, Share, Scripts Manager, Stream. Download all drop-ins from your MD account area
  7. Adds "Header text color" control to MD > Settings > Colors
  8. Adds "Main Menu link hover" control to MD > Settings > Colors
  9. Simplifies the label of admin settings in MD > Settings > Colors
  10. Organizes MD > Colors > Main menu controls for easier color picking
  11. Easily copy any installed font icon's unicode in MD > Settings > Icons
  12. HTML Markup: Adds the_content ID to main content container per page. Returns the equivalent of the_content()
  13. Stylesheet: Loads child theme stylesheet after drop-in files for complete customization and overrides
  14. Scripts: Revised sticky and scroll scripts for more accurate timing
  15. Style: Made spacing between teasers loop items smaller for better flow on mobile
  16. Share 1.0.2: Changes default share icons order, now includes comments button by default
  17. Share 1.0.2: Hides comments button on non-single pages
  18. Share 1.0.2: Fixes incorrect post ID when a post is liked from a category or archives page
  19. WooCommerce 1.0.3: Moves admin settings page to MD > Integrations settings page
  20. WooCommerce 1.0.3: Unloads admin settings if WooCommerce plugin is uninstalled/inactive
  21. Adds site title to title tag of site logo
  22. When certain features are disabled, customization options in Edit Post > Layout > Add/Remove X" will be adjusted accordingly
  23. Developers: Load new HTML blocks directly before #the_content with the new hook add_action( 'md_hook_before_the_content', 'your_function_name ); hook
  24. Developers: When applicable, loads MD admin scripts hooked to admin_print_footer_scripts further down the page
  25. Developers: Created new templates/featured-image.php for featured image markup. Can override by copying file path and contents in to child theme
  26. Developers: Write your own dynamic JavaScript from the js.php file in any drop-in folder
  27. Developers: New variables for use in css.php files: $admin_bar_height, $admin_bar_height_mobile, $submenu_width
  28. Developers: Add 'inline' => true to your custom admin checkbox controls to display checkboxes in one line
  29. Developers: Restrict custom meta box to post ID with post_id parameter in md_api->register()
  30. Developers: New admin hook: add_action( 'md_hook_content_settings', 'your_function_name' );
  31. Developers: Run md_compile(); PHP function during wp_enqueue_scripts to re-compile style.css and scripts.js
  32. Developers: Add your own precise JavaScript scroll event to a class extension of md_api->onscroll
  33. Code cleanup: Moves leftover code from MD core to the Optins 1.0.4 drop-in
  34. Code cleanup: Re-organized /lib/admin/ settings folders
  35. Scripts: Adds Secure attribute on cookie creation to remove browser console deprecation errors
  36. Footnotes 1.0.2: Updates JS handling for new MD JS Manager
  37. Admin Bar 1.1.2: Updates former "Site Design" control to link to main MD settings page
  38. Footnotes 1.0.2: Updates JS handling for new MD JS Manager
  39. Share 1.0.2: Updates JS handling for new MD JS Manager
  40. Optins 1.0.2: Updates JS handling for new MD JS Manager
  41. Optins 1.0.2: Fixes JS error message when pressing ESC key without popup in view.
  42. Beacon Menu 1.0.2: Minor drop-down menu spacing adjustments
  43. Beacon Menu 1.0.2: Moves settings to MD > Settings > Header > Beacon Menu