- All
- Anxiety
- Betrayal Trauma
- Books
- Communication
- Coping
- Depression
- Featured
- Free
- General
- Grief and Loss
- Leadership
- Parenting with Purpose
- Podcasts
- Relationships
- Self Worth
- Workshop
All
- All
- Anxiety
- Betrayal Trauma
- Books
- Communication
- Coping
- Depression
- Featured
- Free
- General
- Grief and Loss
- Leadership
- Parenting with Purpose
- Podcasts
- Relationships
- Self Worth
- Workshop
Categories
[facetwp facet="categories_vertical"]
All Courses
DO NOT REMOVE THIS SCRIPT: IS USE TO CHANGE THE CATEGORIES LABEL DINAMICALLY
(function () {
function setCategory () {
const urlParams = new URLSearchParams(window.location.search);
const cat_param = urlParams.get('fwp_categories_vertical');
if (cat_param) {
jQuery('#categories_title').text(cat_param)
}
if (jQuery('#categories_title').text().length === 0 || !cat_param) {
jQuery('#categories_title').text('All Courses');
}
}
jQuery(document).ajaxComplete(function (event, request, settings) {
setCategory();
});
setTimeout(function(){
setCategory();
},1000);
})();