Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    @odevbul How are you adding support for the bbPress topics? Something like add_post_type_support( 'topic', AMP_QUERY_VAR );?

    As I understand, topic replies are comments. The AMP plugin doesn’t yet support comments, so that is why they are not displayed. If you want to manually add support, you can do so by adding a custom amp/single.php that lists out all of the comments if is_singular( 'topic' ).

    Thread Starter odevbul

    (@odevbul)

    @westonruter

    No subject answers are in post. I can make the responses individual amp compliant. But I can not show it under the topic.

    With the Better amp plug-in they work fine. I guess there is something missing in your plug-in. You can update a new version by reviewing the plugin.

    By the way, I do not know how to add your code.

    Thank you for your interest. I’m sorry for my bad english ??

    • This reply was modified 7 years, 4 months ago by odevbul.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bbpress amp error’ is closed to new replies.