• I added this code to Jetpack:
    <?php

    add_action(‘init’, ‘coupons_init’);
    function coupons_init() {
    add_post_type_support( ‘coupons’, ‘publicize’ );
    }

    I’m trying to change the custom post in Publicize. Nothing changed. Did I get the code wrong? Where exactly should I put it?

    Thanks

  • The topic ‘HELP!!! Problem adding code to Jetpack’ is closed to new replies.