activity thread displays posts but not comments from custom post type
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘activity thread displays posts but not comments from custom post type’ is closed to new replies.
adam_ohern
@adam_ohern
9 years, 8 months ago
Thanks all for the fantastic forum! It’s an amazing resource.
I have a plugin that creates a custom post type called “lightning_posttype”. In the main plugin PHP file, I have the following:
Then, in a separate PHP file (required earlier in the main PHP script), I have the following function:
At this point my posts are showing up in the activity feed perfectly, but the comments are not. I’ve been reading and experimenting for quite some time, but can’t seem to find the magic combo.
Any hints greatly appreciated!
Adam