0

We are looking for an autoblogging WordPress plugin for Atom/Rss feeds (must support Atom). The problem is, I tried 4 autoblogging plugins, but none of them run its cron jobs on time. I want the plugin to update every hour, or at least 4 times a day. I tried but I don't understand how WordPress does cron jobs. I set the plugins to update every 60 minutes, but none of them does. When the time has passed, they just write that the time has passed but they don't update the feeds.

Here are the names of the plugins I tried:

  1. AutoBlogged Version 2.9.1
  2. FeedWordPress Version 2011.1019
  3. WPeMatico Version 0.91.1Beta
  4. CyberSyn Version 2.11

Do you know other plugin for autoblogging from Atom feeds or do you know how to fix this problem?

Thanks! Uri.

4

1 に答える 1

2

wordpress cron ジョブは、ユーザーが Web サイトにアクセスしたときにのみ起動 (呼び出) されるため、サイトに大量のトラフィックがない場合、cron は時間どおりに起動しません。起動したい関数、

次に、ホスティング コントロール パネルを使用して、cron ジョブにアクセスできるかどうかを確認します。

次に、単純に cron ジョブを作成して時間間隔を設定し、その時点で呼び出したい php ページをポイントします。

次に、cron ジョブを実行する時間が来ると、php ファイルを見つけて実行します。

ただし、これもホスティングオプションによって異なります。使用する場合は、こちらをご覧ください。

Cpanel: http://www.upstartblogger.com/how-to-create-a-cron-job-in-cpanel

Plesk: http://myhosting.com/kb/How_to_Set_Up_Cron_Jobs_in_Plesk_9.5

GoDaddy: http://support.godaddy.com/help/article/3547/creating-a-basic-cron-job

マーティ

于 2012-06-18T16:07:44.723 に答える