Wordpress Tricks

Resolving Email Sending Issues with FluentSMTP and Microsoft Office 365 After Server Migration

After migrating a client’s website to a new server, I encountered a problem where FluentSMTP and Microsoft Office 365 were no longer sending emails. The solution to this issue was straightforward: I created a new app on Microsoft Azure and reconnected it to FluentSMTP on the website. By doing this, I was able to restore

Resolving Email Sending Issues with FluentSMTP and Microsoft Office 365 After Server Migration Read More »

Allow HTML in WooCommerce Product Excerpt

WooCommerce’s Gutenberg blocks for product excerpts do not allow HTML tags by default, even though the product description in the backend can include HTML. To overcome this limitation, I created a custom block for the product excerpt. Here’s the process I followed and the necessary code. Step-by-Step Solution By following these steps, you will be

Allow HTML in WooCommerce Product Excerpt Read More »