by wpalert | Feb 8, 2023 | Knowledgebase, Uncategorized
You can use the snippet below to add clickable breadcrumbs to Divi. <pre> <code> <?php /* Plugin Name: Breadcrumb Shortcode */ function breadcrumb_shortcode() { global $post; // Initialize the breadcrumb array $breadcrumb = array(); // Add the current...
by wpalert | Dec 14, 2022 | Knowledgebase
To login to your MadCap managed website, you will need to have your client account credentials. If you are unsure at to what your login information is feel free to contact support. Once you have your account credentials ready, you can follow these steps: Open a web...