I would like to know as well. I wish I could have half of my story show up in AppLe News and the rest of the story in my website. I know this was an option in the early days of Apple News
It’s been a while since I looked at Apple’s guidelines, but when we migrated from RSS to “direct” publishing (via this plugin) I seem to remember there being a policy against just publishing a “teaser” like you both describe.
For the original poster of this topic:
RTFM here: 🙂
https://github.com/alleyinteractive/apple-news/wiki/action-and-filter-hooks
I would likely try this?
do_action( ‘apple_news_after_single_settings’ )
but as always ‘trial and error’ it to test.
-
This reply was modified 1 year, 3 months ago by
neotrope.
It has been done using this “apple_news_exporter_content_pre” Filter but with using Markdown Feature if i am trying to do it with HTML it is just replacing the link with plain text.
-
This reply was modified 1 year, 3 months ago by
suhan2411.
I can’t figure out how to do this. If someone has the code to make it work I think it would help a lot of people out. Cheers.