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

Skip to content

Developers

Master the MD dev tools to add advanced features to your website.

De-register custom image upload sizes

Marketers Delight registers its own custom image sizes to help better format images in specific layout areas using the native add_image_size WordPress function. Each time you upload an image, WordPress creates a separate cropped version of each image and saves it to your uploads folder. Not every version of these images may be used in[...]

Continue reading →

How to build custom popups with a click to trigger link

Popups are a useful element for capturing attention and displaying information in a “break out of the box” kind of way. From converting more leads to displaying supplementary content, popups are an element that should be in your toolbox no matter what kind of site you run. From a development standpoint, popups are not always[...]

Continue reading →

Add custom items to post byline with admin controls

From MD > Site Design > Content you can control the different items that show in your post and page bylines with simple checkbox controls. Marketers Delight supports many byline items already, such as the latest post date, post author, comments count, post category, and others. To add your own custom byline items to byline[...]

Continue reading →

Template functions every MD theme developer should know

The hidden power of Marketers Delight comes with its rich development tools, and there’s no better way to dive in than with template functions. Here’s the best you need to know: 1. Get admin settings data The custom options MD stores from the admin screen can be found in the md_setting() function. To access option[...]

Continue reading →

Raw HTML Accordion Widget

With the Accordion Category Widget installed you can easily generate a link tree of posts listed by blog categories or from custom taxonomies. The widget comes as is, but you can recreate custom accordions with raw HTML using the following options on this page. The first option is raw HTML which you can simply paste[...]

Continue reading →

How to Add Comment Tabs for Multiple Comments Plugins

Most comments plugins take over the default comments section, but sometimes you want to offer multiple comments sections for your forums, Disqus, and other kinds of discussion features. With a few simple actions in MD you can bypass this limitation and embed conversation platforms from others sites without losing your hard earned blog comments.

Continue reading →

How to Integrate Google Analytics with MD

Marketers Delight offers a very low-tech way to integrate Google Analytics with your MD-powered site. here are the steps: You should have a Google Analytics account and Google Analytics API key ready to go before proceeding. 1. Locate and click ‘Marketers Delight’ on the left panel of your Dashboard settings. 2. Click ‘Integrations’. 3. Locate[...]

Continue reading →

How to Create a Scrolling “Sticky” Header

Use this simple child theme modification to add a sticky scrolling effect to your site’s header. This is a simple solution that requires no jQuery and uses MD’s extremely lightweight JavaScript API to make this simple effect possible on your website. The Sticky Header feature is slated to make it into a future MD release,[...]

Continue reading →