Title: [Plugin: Post Links] Using with Custom Post Types
Last modified: August 19, 2016

---

# [Plugin: Post Links] Using with Custom Post Types

 *  [cmurockstar](https://wordpress.org/support/users/cmurockstar/)
 * (@cmurockstar)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-post-links-using-with-custom-post-types/)
 * I am using this plugin on my website now, but i would like to see the link fields
   to show up on custom post types too. How can i change the plugin so that it will
   allow links on any page, custom post type, etc and not just Posts?

Viewing 1 replies (of 1 total)

 *  [perywinkle](https://wordpress.org/support/users/perywinkle/)
 * (@perywinkle)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-post-links-using-with-custom-post-types/#post-1838714)
 * I love this plugin!
    I’ve been wondering the same thing. I’ve hacked the plugin
   a little to allow for it to show up in a custom post type. But I’m not sure it’s
   working properly on save.
 * Here’s my hack so far:
 * /plugins/post-links/post-links.php
 * line 212:
 *     ```
       // Register the meta boxes
       	add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'post', 'normal');
       	add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'page', 'normal');
       	// adding custom post type
               add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'post-type-name', 'normal');
       }
       ```
   
 * Mic

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Post Links] Using with Custom Post Types’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/post-links.svg)
 * [Post Links](https://wordpress.org/plugins/post-links/)
 * [Support Threads](https://wordpress.org/support/plugin/post-links/)
 * [Active Topics](https://wordpress.org/support/plugin/post-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-links/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [perywinkle](https://wordpress.org/support/users/perywinkle/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-post-links-using-with-custom-post-types/#post-1838714)
 * Status: not resolved