[mdf_search_panel]

This shortcode generates search panel with selected data on it  Drop it in text-widget for example, or in the template, etc …   From v.2.2.2/1.2.2

[mdf_gmap]

Read about this shortcode here: https://wp-filter.com/document/google-map-shortcode/ Also read: https://wp-filter.com/document/working-built-meta-data-constructor/#map-item  

[meta_data_filter_results]

Use this shortcode to make any third party layout plugins searchable by MDTF: Read next articles to understand: https://wp-filter.com/howto/get-search-arguments-action-page-hack-portfolio-shortcode/ https://wp-filter.com/howto/how-to-make-searchable-enfold-magazine-entries/  

[mdf_results_tax_navigation]

Use this shortcode in MDTF templates, text-widgets, content editors to show all taxonomies in MDTF search request. Has no attributes. Example: http://cars.wp-filter.com/ – select locations in the search form Also this shortcode works optionally in the sort-panel – see there option ‘Show results taxonomies navigation’.  

[mdf_post_features_panel]

This shortcode created to display all meta data created in the meta data constructor and attached to the current post (in posts loop, single page). Has no attributes. Use it in MDTF templates, so on the single pages: Example: http://cars.wp-filter.com/  

[mdf_select_title]

This shortcode created for getting Title text from the drop-down by its meta_key created in the meta data constructor. Example: [mdf_select_title post_id=117 meta_key=medafi_fashion] Attributes: post_id – post ID which uses described drop-down meta_key – meta key of drop-down in meta data constructor Use it in MDTF templates for data outputting. Read also: https://wp-filter.com/features/metadatafilter-get_val_as_select_title/  

[mdf_force_searching]

Use this special shortcode in your site wp theme header.php (on the same bottom of the file) when you sure for 100% that you did all options right, but filtering still doesn work. Example:

Read also: https://wp-filter.com/howto/options-well-result-page-shows-results/  

[mdf_value]

This shortcode is created for getting data from any post meta field by its meta key created by in-built meta data constructor. Example: [mdf_value post_id=5 key=’medafi_price’ reflection=1] Attributes: post_id – post ID from which you want to get data key – meta key, the same as in the meta data constructor reflection – if meta… read more

[mdf_sort_panel]

To create sort-panel on the search page you should drop somewhere there (for example in usual text-widget or in the post content-editor) shortcode [mdf_sort_panel]. This shortcode has 1 attribute and it is should be the same as panel_id attribute of the widget (or [mdf_search_form] shortcode) which presents MDTF search form on the current page … Before using this shortcode you should create MDTF Sort panel here: wp-admin/edit.php?post_type=mdf_shortcodes – and… read more