Anchor link to top of page
escalators 1866493 1920

Das Snippet ist nur wirksam, wenn das Plugin AMP aktiviert ist.

function pptf_add_amp_to_my_post_type() {
	add_post_type_support( 'my_post_type', AMP_QUERY_VAR );
}
add_action('amp_init', 'pptf_add_amp_to_my_post_type');

in der functions.php des Themes einfügen