Title: Additional feature&#8230;?
Last modified: August 31, 2016

---

# Additional feature…?

 *  Resolved [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/)
 * Hi Pascal
 * Thank you very much for adding the ability to move Posts and Comments to Topics
   and replies into this plugin… !
 * I am wondering if you can make it so this ability also is available in Pages 
   and CPTs as well…? I have a lot of both, all of them open for comments…
 * Warm regards…
 * [https://wordpress.org/plugins/bbp-move-topics/](https://wordpress.org/plugins/bbp-move-topics/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170348)
 * Pages yes. I’m also adding the ‘maximum XX words’ to be able to have an exerpt.
 * For custom post types … Technically yes, but more error checking would be needed
   I suppose as I don’t know what fields are filled in the DB.
    If you have a test
   environment, let me launch version 1.1.3 with Pages and some other stuff and 
   then we can see for the custom posts.
 * Pascal.
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170350)
 * I do have a test environment, and am very willing to do testing… 🙂
 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170443)
 * Hi [@crzyhrse](https://wordpress.org/support/users/crzyhrse/),
    What kind of 
   custom posts do you have ? And how do you display them ? Is the link something
   like ‘/wp-admin/edit.php?post_type=MyCPT’? Pascal.
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170474)
 * Hi Pascal,
 * I use this plugin to create them- [https://wordpress.org/plugins/custom-post-type-ui/](https://wordpress.org/plugins/custom-post-type-ui/)
   
   A link to one in the backend looks like this – /mysite.com/wp-admin/post.php?
   post=8442&action=edit A link to the same in the front-end looks like this- /mysite.
   com/reiki_testimonials/helen-t/
 * To display a collection of them I use this plugin- [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)
   
   and using this shortcode on a standard page-
 *     ```
       [loop type="reiki_testimonials" orderby="menu_order"]
       [field title-link]
       [content]
       [/loop].
       ```
   
 * Hoping that can give you all the specifics…?
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170476)
 * Hi Pascal,
 * I use the plugin Custom Post Type UI to create the CPTs…
    A link to one in the
   backend looks like this -/ mysite.com/wp-admin/post.php?post=8442&action=edit
   A link to the same in the front-end looks like this- /musite.com/reiki_testimonials/
   helen-t/
 * To display a collection of them I use this plugin Custom Content Shortcode
    and
   using this shortcode on a standard page-
 *     ```
       [loop type="reiki_testimonials" orderby="menu_order"]
       [field title-link]
       [content]
       [/loop].
       ```
   
 * Hoping that can give you all the specifics…?
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170478)
 * Sorry for the repeat, posted the first but it didn’t seem to post, didn’t show
   up, so tried posting a variation, and now bit later there are two of them…
 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170479)
 * Q1: And then you can add comments to this post like to a normal one, right ?
   
   Q2: Do you see them if you go to /wp-admin/edit.php?post_type=MyCPT (Of course
   replacing MyCPT with your post_type)
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170481)
 * Yes, just like a normal one, all the same way as any other page or post, same
   ways of turning comments on and off for a page or standard post, all the same
   in the backend edit screen for the CPT as for a standard post, except that at
   the top it says Edit and then the name of the CPT, rather than Edit Post…
 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170484)
 * Not sure you saw my 2nd question:
    Q2: Do you see them if you go to /wp-admin/
   edit.php?post_type=MyCPT (Of course replacing MyCPT with your post_type)
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170487)
 * Oops, you’re right, didn’t see it… And yes, they show up in the backend (/wp-
   admin/edit.php?post_type=MyCPT) of the CPT the same as a comment that is made
   on a standard post or page…
 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170492)
 * So it would be sufficient to have the dropdown on that page then… I’ll have a
   look.
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170493)
 * Yes, very much so… And Thanks for getting into this so readily… 🙂
 *  Plugin Author [Pascal Casier](https://wordpress.org/support/users/casiepa/)
 * (@casiepa)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170543)
 * v1.1.3 uploaded.
 * Custom posts and pages covered
    limit to XX words inserted
 * Let me know if it all works !
 * Pascal.
 *  Thread Starter [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170544)
 * Many thanks Pascal…
 * It seems to be fine, will let you know if anything comes up…
 * Warm regards…

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Additional feature…?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbp-move-topics.svg)
 * [bbPress Move Topics](https://wordpress.org/plugins/bbp-move-topics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bbp-move-topics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-move-topics/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-move-topics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-move-topics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-move-topics/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/additional-feature-6/#post-7170544)
 * Status: resolved