Bulk redirects set up in HubSpot account to point entire HS blog to the new WP blog
Bulk redirect function set up in theme to point old blog pages from domain to new blog pages using wp_redirect()
Theme file changes for resource library and blog, both archive and single pages
Several Avada filters used – had some issue with the Avada loop so it was easier to call the filter from the archive or single templates, instead of the functions file with an “if” statement
Resource filters using forms and JS events with no ajax – Don’t dynamically load posts, rather each option of the forms links to the taxonomy archive for that particular term (faster and easier to integrate with Avada templates, rather than having to set up my own to pull in the ajax response)