Title: Decision Tree Navigator
Author: pawcassowithlove
Published: <strong>एप्रिल 8, 2026</strong>
Last modified: मे 15, 2026

---

प्लगइन शोधा

![](https://ps.w.org/decision-tree-navigator/assets/banner-772x250.png?rev=3501933)

![](https://ps.w.org/decision-tree-navigator/assets/icon-256x256.png?rev=3501933)

# Decision Tree Navigator

 [pawcassowithlove](https://profiles.wordpress.org/pawcassowithlove/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/decision-tree-navigator.2.6.1.zip)

 * [तपशील](https://mr.wordpress.org/plugins/decision-tree-navigator/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/decision-tree-navigator/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/decision-tree-navigator/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/decision-tree-navigator/#developers)

 [समर्थन](https://wordpress.org/support/plugin/decision-tree-navigator/)

## वर्णन

Decision Tree Navigator is a powerful, lightweight plugin that allows you to create
interactive, step-by-step guidance for your website visitors. Whether you are helping
employees find the right HR form or guiding customers through technical troubleshooting,
this plugin provides a premium, responsive interface that feels like a modern application.

#### Features

 * **Intuitive Editor**: Build complex trees with a drag-and-drop interface.
 * **“Other Options” Shortcut**: Ensure users find help even if they are on the 
   wrong path with smart cross-links.
 * **Mobile Friendly**: Fully responsive design that works beautifully on all devices.
 * **Developer Friendly**: Clean CSS architecture and PHP filters for deep customization.
 * **Flexible Layouts**: Toggle Breadcrumbs, Sidebar, or “Other Options” shelf per
   tree from the dashboard.
 * **Lightweight**: Zero external dependencies; uses native WordPress patterns.

## स्क्रीनशॉट

[⌊The interactive frontend interface.⌉⌊The interactive frontend interface.⌉[

The interactive frontend interface.

[⌊The powerful Decision Tree Editor.⌉⌊The powerful Decision Tree Editor.⌉[

The powerful Decision Tree Editor.

[⌊Admin settings and tree management.⌉⌊Admin settings and tree management.⌉[

Admin settings and tree management.

[[

## स्थापना

 1. Upload the `decision-tree` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to the **Decision Tree** menu to create your first tree.
 4. Use the shortcode `[dtnav_decision_tree id="your-tree-id"]` to embed it in any 
    page.

## नेहमी विचारले जाणारे प्रश्न

### Can I customize the colors?

Yes! You can use the built-in Design editor or disable the default styles and use
your theme’s CSS.

### How many trees can I create?

There is no limit. You can create as many independent trees as you need.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Decision Tree Navigator” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या 
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ pawcassowithlove ](https://profiles.wordpress.org/pawcassowithlove/)

“Decision Tree Navigator” 1 लोकॅलमध्ये भाषांतरित केले आहे. [अनुवादकांना](https://translate.wordpress.org/projects/wp-plugins/decision-tree-navigator/contributors)
त्यांच्या योगदानाबद्दल धन्यवाद.

[भाषांतर करा “Decision Tree Navigator” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/decision-tree-navigator)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/decision-tree-navigator/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/decision-tree-navigator/) तपासा,
किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/decision-tree-navigator/)
च्या [RSS](https://plugins.trac.wordpress.org/log/decision-tree-navigator/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 2.6.1

 * **Bug fix**: Fixed Back button always returning to Start instead of the previous
   step. Navigation history was not being recorded due to `activeId` being set before`
   render()` was called.

#### 2.6.0

 * **Theme-Native Typography**: All font sizes now use `em` instead of `rem`, so
   the tree scales correctly with any theme’s body font size — no more fixed-size
   mismatch.
 * **Simplified Editor**: Removed badges entirely (label + color fields) to reduce
   clutter and keep the editor focused on content that matters.
 * **Accessibility**: Added `aria-labelledby` to all landmark regions (`section`,`
   article`), fixed duplicate HTML `id` when multiple shortcodes appear on the same
   page, and corrected screen reader double-announcement caused by `aria-live` on
   the container.
 * **Navigation Fix**: Back button now uses a proper history stack instead of inferring
   path from tree structure, fixing incorrect back behavior after “Also available”
   jumps.
 * **Security**: Added missing capability check to the slug-generation AJAX handler;
   replaced `sanitize_textarea_field` with `wp_strip_all_tags` for CSS fields to
   preserve valid CSS attribute selectors.
 * **Bug Fixes**: Fixed empty custom CSS incorrectly bypassing the factory stylesheet;
   fixed missing `<aside>` closing tag in settings; corrected `esc_html__()/printf()`
   misuse to `wp_kses_post(sprintf())` for translatable strings containing HTML.

#### 2.5.0

 * **Resource Card Linking**: Added a “Link URL” field to resource cards, allowing
   Organization names to become clickable.
 * **Smart Contact Details**: The details field now automatically detects and linkifies
   email addresses and URLs.
 * **UX Polish**: Improved URL detection to automatically repair missing protocols(
   e.g. www.cornell.edu -> https://www.cornell.edu).
 * **Accessibility**: Ensured all resource links are underlined for full WCAG compliance.

#### 2.4.0

 * **Dashboard Controls**: Added per-tree toggles for Breadcrumbs, Sidebar, and “
   Other Options” shelf.
 * **Simplified UI**: Replaced clunky toggles with clean, professional checkboxes
   in the management table.
 * **Performance**: Improved logic for conditional assets loading.

#### 2.3.0

 * Prefix Compliance: Renamed all internal PHP functions, hooks, options, and CSS
   handles from `cdt_` to `dtnav_` (5-character prefix) per WordPress.org guidelines.
 * Security: Applied `wp_strip_all_tags()` when outputting custom CSS via `wp_add_inline_style()`
   to prevent injection.
 * Readme: Added plugin owner to Contributors list.

#### 2.2.0

 * Theme-First Architecture: Lowered CSS specificity for better theme integration.
 * WCAG Gold Standard: Improved focus management — focus now shifts specifically
   to the main heading (`h2`) upon navigation.
 * Robust Focus Indicators: Forceful focus rings and 100ms timing ensure visibility
   across all WordPress themes.
 * Enhanced Grid Layout: Unified grid-based alignment for all row-based UI components(
   Choices, “Other options”).
 * Result Polish: Badges are now optional (tag-based); added “Purple” badge color
   option.
 * ARIA Cleanup: Removed redundant labels and ensured all icons are `aria-hidden
   ="true"`.

#### 2.1.0

 * Multi-tree support finalized.
 * CSS Variable support for primary and hover colors.
 * Improved database persistence.

#### 2.0.0

 * Official public release.
 * New multi-tree support.
 * New “Other Options” visual shelf.
 * Improved security and database persistence.

## मेटा

 *  आवृत्ती **2.6.1**
 *  शेवटचा अद्यतन **2 महिने पूर्वी**
 *  सक्रिय स्थापना **20+**
 *  वर्डप्रेस आवृत्ती ** 6.0 किंवा मोठा **
 *  परीक्षित केले आहे **6.9.5**
 *  PHP आवृत्ती ** 7.4 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/decision-tree-navigator/) आणि [Russian](https://ru.wordpress.org/plugins/decision-tree-navigator/).
 *  [तुमच्या भाषेत भाषांतर करा](https://translate.wordpress.org/projects/wp-plugins/decision-tree-navigator)
 * टॅग्ज:
 * [decision tree](https://mr.wordpress.org/plugins/tags/decision-tree/)[flow chart](https://mr.wordpress.org/plugins/tags/flow-chart/)
   [guidance](https://mr.wordpress.org/plugins/tags/guidance/)[interactive](https://mr.wordpress.org/plugins/tags/interactive/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/decision-tree-navigator/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[Your review](https://wordpress.org/support/plugin/decision-tree-navigator/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/decision-tree-navigator/reviews/)

## योगदानकर्ते

 *   [ pawcassowithlove ](https://profiles.wordpress.org/pawcassowithlove/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/decision-tree-navigator/)