-
Posted a reply to Blank Page post.php, on the site WordPress.org Forums:
`<?php add_action( 'template_redirect', 'ps_shop_redirect' ); function ps_shop_redirect() { if ( !is_user_logged_in() && is_page( 'shop' )… -
Created a topic, Blank Page post.php, on the site WordPress.org Forums:
I have added code to the functions.php of my child the…