this would help you do that.. http://wordpress.org/plugins/advanced-custom-fields/
then you can set up the custom field to only show on cptbc_post_type
only..
on the template you can then get the value you set on the admin like this:
<a href="https://wordpress.stackexchange.com/questions/108258/<?php echo get_field("field_name', $post->ID);?>">Link</a>
Related Posts:
- How to connect different CPTs together?
- Exclude a category from WP_Query
- Check if post type has term
- How to remove Filters from post admin page?
- Setting up custom post type archives in WP3.1? Any luck?
- Query custom post type by custom field
- WordPress custom taxonomy URL rewrite on spelling errors
- Include post id[s] into WP_Query()
- How can i avoid the permalink start with ‘blog’ while using the custom post type?
- Defining a default page for custom post type
- Using Offset in Custom Post Type Query
- How to let custom post type posts show in standard post archive (like in homepage)?
- remove post-name from title in custom post type
- Sort the main query in subcategories/terms?
- Getting Post ID from slug during init
- Custom Post Type single and archive pages are not working
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- Paginate Custom Post Type Page
- Highlight nav menu terms
- Get_post_meta() won’t return value
- Query in a Hierarchical Custom Post Type for Children vs Siblings
- Pagination Issue: Custom Post Type In Index
- multiple search forms and search results
- removing custom tax & CPT slug, adding taxonomy term in front of custom type
- How to create another version of the Category widget?
- Child Theme for Mobile Browsers
- Why is WordPress custom post type not showing in admin panel?
- Issue with pre_get_posts on custom post type archive pages
- Add html to cpt main page / admin edit.php
- Copy custom field value to post title
- How to show cutom post labels in options?
- Sorting Custom Post Type by Meta Value but wont display when set to 0
- WP_Query orderby modified to include custom meta changes
- Can I list a custom post type within another custom post type in the admin area?
- How to display custom taxonomies with links in filter menu?
- List custom taxonomy specific to one custom post type
- Rows with custom columns not well formatted after Quick Edit save
- Show child custom post types list inside single parent custom post type
- Create Connection Between two post types
- A case for Hierarchical Custom Posts
- Custom title set on quick edit
- Filter Posts from the Main Query
- Remotely search WordPress sites using xml-rpc
- WordPress Custom Search by post_type
- Custom post type Permalinks with hierarchical Taxonomies
- Enable taxonomies by post type in an array of CPTs
- Slug for custom post type
- How does the ‘the_post_navigation()’ work for CPT’s?
- Display post from a date range from custom field
- Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
- Displaying tags associated with posts in Custom Post Type
- Stores category posts in an array
- set_query_params using custom params defined in functions file?
- How to define the template for custom posts?
- Auto Expire/Delete Custom Post Type Posts after specified time
- Add post type pages with plugin
- Multiple archives to display parent and subcategories content
- Passing variables through permalink structure in custom post types
- Displaying custom post type listing
- Extend Custom Post Type
- Cannot Save MetaBox Data in Custom Post Type
- I need help in designing a custom post type
- Get newest created custom category (get_term_by and variables) (outside Loop)
- Custom Taxonomy Taxonomies of Same Name point to first created URL
- Taxonomy terms with the same name are updated between separate custom post types
- category.php not showing custom post types
- Custom sortable column with WPAlchemy
- Custom taxonomy permalink without term, redirection to CPT slug
- Menu for taxonomies and posts belongs to taxonomy
- How to automatically create a terms based on each post of a post type
- Display post count for a specific month
- when looping through custom post data not appearing
- Randomizing WordPress Custom Post Type Sorting Through Them Without Page Refresh
- Order posts alphabetically with numbers but some of the posts has numbers in the title
- Create custom post type categories
- How do I create a customised table list of a custom post type (in the admin area)?
- ACF meta_key and meta_value break loop
- Post meta is not accessible within save_post hook
- Front-end submitted post is published with admin ID as author
- hierarchical Custom post type child permalink not found
- Add other all taxonomies as meta boxes to custom post type
- URL with Hierarchical Taxonomies and same slug for all terms and sub-terms
- next_posts_link() always generates second page link on custom post type
- Twenty Seventeen customizer front page section: How to use CPT?
- How to reset HTML filter input fields on CPT list page?
- Should I make a taxonomy to organize data like this?
- How to display post thumbnails from custom post type category on homepage?
- Display Custom taxonomy, Child terms and posts in a template Under Specific Parent terms
- List all posts from custom post type by taxonomy
- WordPress custom field images not getting inserted into array
- how to override menu widget?
- What would prevent a custom role from viewing posts (both standard and custom)?
- changing post type in loop query
- What is the proper way implement a global $wp_rewrite?
- Show posts of parent in edit.php
- Custom Post Type Base URL
- Creating entries with image attachements within posts and managing them in a list
- Archive page – problem with pagination
- Custom Post Type urls not working
- Just the First Metabox what saves the data!