Title: Plugin to Plugin
Last modified: October 1, 2017

---

# Plugin to Plugin

 *  Resolved [cele4](https://wordpress.org/support/users/cele4/)
 * (@cele4)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-to-plugin/)
 * Can I use this plugin to display A-Z from another plugin? (enzyklopadia)

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

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-to-plugin/#post-9547123)
 * Provided the other plugin uses a post-type to store it’s content then yes, you
   just need to find-out the post-type slug to pass into my plugin. The easiest 
   way to do this, if your plugin is doing things in this way, is to go to the add-
   new page for the plugin’s content and check the browser address-bar. It should
   read something like:
 *     ```
       http://yoursite.example.com/wp-admin/edit.php?post_type=slug-goes-here
       ```
   
 * Copy the text which appears in-place of my example `slug-goes-here` (everything
   after the `post_type=` and before any `&` symbols if there are any present). 
   That will give you the post-type name to use in the shortcode:
 *     ```
       [a-z-listing post-type="slug-goes-here"]
       ```
   
 *  Thread Starter [cele4](https://wordpress.org/support/users/cele4/)
 * (@cele4)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-to-plugin/#post-9547846)
 * Thats great!!! Thank you so much!!

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

The topic ‘Plugin to Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cele4](https://wordpress.org/support/users/cele4/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-to-plugin/#post-9547846)
 * Status: resolved