Blog

Having a blog on your website is another way to ensure fresh, updated content. It’s also a great marketing tool. Well-written, frequent articles related to your organization’s purpose help bring organic search traffic to your website. Linking to other blogs and websites often help organizations learn about your nonprofit, providing future collaboration opportunities. Operating a blog requires diligent time and focus to ensure it stays up to date and fresh for readers and visitors.

'; printContent += ''; printContent += '
'; printContent += ''; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; printContent += '
'; printContent += cntinfo; printContent += ''; printWindow.document.write(printContent); printWindow.document.close(); printWindow.onload = function() { printWindow.print(); }; } }); }); /*jQuery('.article-pdf').click(function(e) { e.preventDefault(); var pageURL = jQuery(this).parents('.article-item-actions').find('.article-read-link').attr('href'); jQuery.ajax({ url: pageURL, success: function(data) { var title = jQuery(data).find('.article-title').text(); var content = jQuery(data).find('.article-single-content').clone(); // Exclude certain child elements content.find('.custom-attach-button').remove(); var printContent = '
'; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; window.jsPDF = window.jspdf.jsPDF // var sanitizedHtml = DOMPurify.sanitize(data); const response = await fetch(url); const htmlContent = await response.text(); var sanitizedHtml = DOMPurify.sanitize(htmlContent); // var doc = new jsPDF(); // doc.html(sanitizedHtml, { // callback: function(doc) { // // Save the PDF file with a name // doc.save('document.pdf'); // } // }); } }); });*/ }); // Function to prevent printing function preventPrinting(event) { // Check if Ctrl key is pressed and the 'p' key is pressed if ((event.ctrlKey || event.metaKey) && event.key === 'p') { // Prevent the default printing behavior event.preventDefault(); // Run custom JavaScript code here document.getElementsByClassName('dpbn-btn')[0].click(); } } // Add event listener to detect keydown events document.addEventListener('keydown', preventPrinting); #printfriendly .pf-primary-img { max-width: 150px !important; margin-left: 0;top: -148px; position: relative; } #printfriendly #pf-title { margin-top: 90px;} #w-print,#w-email { display: none !important; } #printfriendly .article-single-content .elementor-widget-container { margin-top: -60px; } #printfriendly .print-cinfo { display: block !important; margin-top: 40px; padding-top: 15px; border-top: 3px solid #f1f1f1; line-height: 1.7; } .content-unmask .pf-delete, .content-unmask .pf-delete * { cursor:pointer; position:relative; color:revert; pointer-events: none; } .content-unmask img.pf-delete, .content-unmask .pf-delete img { opacity:1 } .content-unmask .pf-delete a, .content-unmask a.pf-delete { color:revert !important } .content-unmask .pf-delete:before { display:none; pointer-events: none; } .content-unmask .pf-delete:after { display:none; pointer-events: none; } #pf-body { pointer-events: none; user-select: none; }