I'm trying to move the "Related Blog Posts" on the product page from the bottom of the page into a different section of the page (tabs).
The theme I'm using allows me to add a tab which pulls a static block to create a custom tab. I'd like to use this as a place to store the "Related Blog Posts". The custom tab has an identifier of "block_product_tab1"
I tried moving the "related Blog Post" by replacing "product.info.additional" in wordpress.xml with other "block_product_tab1" but that didn't work.
I'm not sure how to continue.