Forums
(@jfix)
12 years, 2 months ago
Thanks, I did just now: https://en.forums.wordpress.com/topic/email-subscribers-com-org?replies=1#post-1026408
Let’s see whether somebody there can help.
17 years, 8 months ago
Oh well, it is much easier and obvious to call the created template directly, like this:
https://example.com/wp-myspecialfeed.php
This is resolved.
I have just found that in rewrite.php, there is also a need to add myspecialfeed to the known feeds in $feeds in line 220, and to the $default_feeds on line 704 ff.
rewrite.php
myspecialfeed
$feeds
$default_feeds
However, https://example.com/?feed=myspecialfeed still doesn’t output anything.