Unable to get markdown working on Attachment (Description field)
-
I’ve followed the instructions but it’s just not responding. Working on posts and pages, though.
What am I missing?
Tried using this code in both functions.php and through suggested plug-in (that replaces functions.php-editing) but neither works:
add_action(‘init’, ‘my_custom_init’); function my_custom_init() { add_post_type_support( ‘attachment’, ‘wpcom-markdown’ ); }
- This topic was modified 2 years, 4 months ago by .
- This topic was modified 2 years, 4 months ago by . Reason: Typo
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Unable to get markdown working on Attachment (Description field)’ is closed to new replies.