WPIntell

Source evidence

Adding to custom post

Text Control · support · 2013-04-05T15:15:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 19 rows with source links

26.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mac2net unresolved
Hi Frank Can I use the code below in your plugin to add the functionality to a custom post? add_meta_box('textcontroldiv',__('Text Control', 'textcontrol'),'tc_inside_the_textcontrol_box','my_custom_post','advanced'); Or perhaps it would be better to add somewhere else code that would replace the function tc_add_custom_box? In the theme’s functions.php? Thanks Mike http://wordpress.org/extend/plugins/text-control-2/ Currently is the plugin not ready for CPT, but you can enhance this with your custom code. Maybe I will release a new version with a option for custom post type. Use a custom plugin, not the functions.php of the theme – is not fine, but it works.

Comments

1 shown
Frank Bueltge 2013-10-31T17:58:00+00:00

Currently is the plugin not ready for CPT, but you can enhance this with your custom code. Maybe I will release a new version with a option for custom post type. Use a custom plugin, not the functions.php of the theme – is not fine, but it works.