一个作者如何订阅另一个作者的帖子并收到新帖子的通知?

时间:2013-08-12 作者:Punct Ulica

我试图实现的是实现一个功能,使作者在注册和浏览前端时,可以选择跟踪网站的其他作者,并在被跟踪的作者发布时通过前端消息接收通知。这是WordPress可以实现的吗?

1 个回复
SO网友:Jack Saunsea

我正在使用WP Subscribe Author plugin 这就是工作。

我对PHP文件中发送的电子邮件做了一些调整,因为默认电子邮件中没有帖子的链接。

结束

相关推荐

Author_meta ONLY if it exists

我只想显示作者的网站链接,如果它存在的话,但我无法计算出它的确切语法。我有这个 if ( get_the_author_meta(\'user_url\') ) : // If a user has filled out their decscription show a bio on their entries echo the_author_meta(\'user_url\'); endif; 但我需要把它