{
loading = true;
fetch($event.detail.new_url)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
const button = document.querySelector('#blog-pagination .btn');
const href = button.getAttribute('href');
const url = new URL(href, window.location.origin);
const pageValue = url.searchParams.get('page');
if(pageValue && parseInt(pageValue) === parseInt(button.getAttribute('data-total-pages'))) {
document.querySelector('#blog-pagination').style.display = 'none';
}
let html_dom = html_div.querySelector('#blog-grid').innerHTML;
if (document.querySelector('#blog-grid')){
document.querySelector('#blog-grid').innerHTML += html_dom;
}
showingResultCount = document.querySelectorAll('.article-card').length
calculateProgressBarWidth(showingResultCount)
if (html_div.querySelector('#blog-pagination')){
let pagination_dom = html_div.querySelector('#blog-pagination').innerHTML;
if(document.querySelector('#blog-pagination')) {
document.querySelector('#blog-pagination').innerHTML = pagination_dom;
}
}
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})
">
Dec 11, 2025
Ease Stress & Anxiety
What Supplements Help Reduce Anxiety Naturally?
Read more
Dec 11, 2025
Ease Stress & Anxiety
Education
How Can CBD Oils Improve Muscle Recovery and Relaxation?
Read more
Jul 10, 2024
Ease Stress & Anxiety
Mental Health Awareness Week 2023
Read more
Jul 10, 2024
Ease Stress & Anxiety
Busted: 3 Top Stress Myths
Read more
Jul 10, 2024
Ease Stress & Anxiety
Education
The fourfive guide to de-stressing
Read more
Jul 10, 2024
Ease Stress & Anxiety
Should athletes take CBD?
Read more
Jul 10, 2024
Ease Stress & Anxiety
Education
What’s the best way to use CBD?
Read more
Jul 10, 2024
Ease Stress & Anxiety
Manage pain
Why CBD Oil and Vitamin D3 are a perfect match
Read more
Jul 10, 2024
Ease Stress & Anxiety
Nadia Forde’s CBD Health & Wellness Routine
Read more