Documentation has been updated. My purchase of the wrong extension has been refunded.
Hi @danielkuipers,
I ran in to this problem myself, I found that the readme that’s provided with the plugin has a lot of useful information on available customisations you can make to the AMP plugin.
This part in particular should help you out, in your case just replace ‘xyz-review’ with the knowledge base custom post type slug:
add_action( 'amp_init', 'xyz_amp_add_review_cpt' );
function xyz_amp_add_review_cpt() {
add_post_type_support( 'xyz-review', AMP_QUERY_VAR );
}
Hope that helps!
Matt
Hi,
Thanks for the responses. The database tables were created by the plugin for me.
1.5.1 is good news! I look forward to trying it out.
Many thanks,
Matt