Viewing 1 replies (of 1 total)
  • I just added the following in the plugin code file “custom-post-type-ui.php” right under the group of all the lines that look similar to this:

    <input type="checkbox" name="cpt_supports[]" tabindex="21" value="post-formats" <?php If (isset($cpt_supports) && is_array($cpt_supports)) { If (in_array('post-formats', $cpt_supports)) { echo 'checked="checked"'; } }Elseif (!isset($_GET['edittype'])) { echo 'checked="checked"'; }  ?> />&nbsp;Post Formats <a href="#" title="Adds the post formats meta box when creating content for this custom post type" style="cursor: help;">?</a> <br/ >
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Post Type UI] Does not support post formats?’ is closed to new replies.