redirects for removed/deleted woocommerce products

You can actually use PHP to make redirects, rather than just .htaccess, which has the benefit of allowing you to use variables. I don’t really know woocommerce too well but you could create a redirect similar to this. Note this is pseudo code. These function calls are fictional but the logic will still apply function … Read more

Automatically convert standard posts with custom fields to custom post types

The question: what is the easiest way to convert standard posts with custom fields into a new custom post type There’s no “easy” way. Consider that all posts have custom fields (some are hidden, and WordPress will add them). So you would need to convert post types based on the presence / value of specific … Read more

How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?

The easiest way to accomplish this would be to get an RSS feed from EventOn and then create an RSS Campaign in Mailchimp and pull in the event items automatically using that RSS feed. Configuring RSS Feed in EventOn Using RSS Content Blocks in Mailchimp PS This is really not the right forum for this … Read more