当然是。。。这是一个三步骤的过程。。
检查用户是否登录返回检查并创建一个if条件是否返回大图像链接(对吗?)
The code (not check for user level since subscriber is the lowest level)
if ( is_user_logged_in() ) {
echo \'<a href=""><img src="LINK TO BIG PICTURE"></a>\';
} else {
echo \'Only Subscribers can view the link to the full image. Register Today!\';
}
<希望这有帮助<干杯,萨吉夫。