Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

include_prdcts_in_hp

// Add Shortcode
function include_prdcts_in_hp_func() {

	// Code
echo "<h1>erez</h1>";
}
add_shortcode( 'include_prdcts_in_hp', 'include_prdcts_in_hp_func' );