There have a filter “woocommerce_related_products_args” in woocommerce/templates/single-product/related.php file. I targeted this filter and modify the defaults related products arguments. Just drop the following code in your child theme’s functions.php file:
hook
[GFPC Plugin] Add Recent Articles text between Big One post and the Mini Block posts
Original Request: I’m currently using Layout #4. I’m curious if there is a way to place “Recent Articles” between Big One post and the Mini Block posts like the screencap attached? I did this very simple way. GFPC plugin have a hook “gfpc_after_entry“. I used this hook and added the following code in functions.php file: