johnh10
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Post Scheduler] Even though scheduled to run, nothing happensHello, assuming the site has traffic, check to make sure the WordPress cron is running properly. Use a plugin like wp-crontrol to verify. Without cron the events won’t trigger.
Forum: Plugins
In reply to: [Auto Post Scheduler] It doesn’t post anythingI can’t fix every part of WordPress that doesn’t work on your website. APS depends on cron so yes there is an FAQ mentioning it.
Forum: Reviews
In reply to: [Auto Post Scheduler] Not working, no further supportwp-cron is part of WordPress core. APS uses it. I cannot fix your cron for you..
Forum: Plugins
In reply to: [Auto Post Scheduler] It doesn’t post anythingwp-cron is part of WordPress, not part of this plugin.
When you fix your cron, all scheduled events should start working, including APS.
Forum: Plugins
In reply to: [Auto Post Scheduler] It doesn’t post anythingLooks like your cron isn’t working, so it is not calling APS.
Recommend a plugin like WP Crontrol so you can see what is going on with your cron.
Forum: Plugins
In reply to: [Auto Post Scheduler] It doesn’t post anythingCheck the log.
Forum: Plugins
In reply to: [Auto Post Scheduler] APS check – Unable to find eligible posts to publishLog states WP_Query couldn’t find any pending posts.
Check you’re not using a custom post type and you have regular posts that are in pending status.
Woah! I’m very sorry I missed that. Apologies, and thanks again for a great plugin.
Forum: Plugins
In reply to: [Auto Post Scheduler] Errors in debug.logclass WP_User { /** * User data container. * * @since 2.0.0 * @var stdClass */ public $data; /** * The user's ID. * * @since 2.1.0 * @var int */ public $ID = 0;
Forum: Plugins
In reply to: [Auto Post Scheduler] produc categoryJust the default WordPress categories are shown.
Forum: Plugins
In reply to: [Auto Post Scheduler] produc categoryIf it is a custom taxonomy those are not available in the free version, sorry.
Forum: Plugins
In reply to: [Auto Post Scheduler] produc categoryHello, you can select the category in the option Limit check to posts in these Categories.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Related Posts Not DisplayingI do see Related Posts on that page.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Center related box.yarpp-template-thumbnails { text-align: center;
}Forum: Plugins
In reply to: [Auto Post Scheduler] Not workingHmmm, based on that log something is interfering with WP_Query and stopping the script before it can log any more. However, the problem should be found in your site’s error log file. It should state the file, line, and exact reason.