Skip to main content

Links Shortcodes

Generic navigation shortcodes that work across all LearnDash post types. Use these when building layouts that need to navigate to the next/previous/parent item regardless of content type.

Next Item

[bdash_next_title] — Returns the title of the next item in the course sequence.

[bdash_next_url] — Returns the URL of the next item.

[bdash_next_link] — Returns a complete <a> link to the next item.

[bdash_next_id] — Returns the ID of the next item.

Previous Item

[bdash_previous_title] — Returns the title of the previous item in the course sequence.

[bdash_previous_url] — Returns the URL of the previous item.

[bdash_previous_link] — Returns a complete <a> link to the previous item.

[bdash_previous_id] — Returns the ID of the previous item.

Parent Item

[bdash_parent_title] — Returns the title of the parent item (e.g. the course when on a lesson, the lesson when on a topic).

[bdash_parent_url] — Returns the URL of the parent item.

[bdash_parent_link] — Returns a complete <a> link to the parent item.

[bdash_parent_id] — Returns the ID of the parent item.