• Resolved crpchintan

    (@crpchintan)


    Hi Team,

    I am bulk importing posts using “ImportWP PRO” plugin. I have enabled “Plugin generated posts” option but still after bulk import of posts its not auto posting to Telegram. Can you please provide the solution.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    By default, the plugin doesn’t send the posts when importing to avoid flooding the channels. If you want to enable that, then you can add this line of code to functions.php of your child/active theme

    add_filter( 'wptelegram_p2tg_send_if_importing', '__return_true' );

    Note: You should not import more than 20 posts at a time to avoid getting rate limited by Telegram.

    Thread Starter crpchintan

    (@crpchintan)

    Hi,

    I added the code into functions.php file, it worked for WP All Import but not working for “ImportWP PRO” plugin, which I am using for bulk post import. Can you please suggest me for it.

    Please enable logs in WP Telegram settings and try again, then send the logs from wp-content directory to our support on Telegram – @WPTelegramSupport

    Thread Starter crpchintan

    (@crpchintan)

    I messaged you on Telegram, please check

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘ImportWP PRO Bulk Import issue’ is closed to new replies.