johnh10
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Post Scheduler] Publish/Unpublish posts on day of week?Not in Auto Post Scheduler, no. It’s fairly straightforward.
However you could do that with the premium WP Auto Poster though.Forum: Plugins
In reply to: [Auto Post Scheduler] Delay time among multiple postsHello,
1. This is possible in the premium version WP Auto Poster.
2. Not sure I follow. With WP Auto Poster you can update post times to now without ‘republishing’. If you want to set a post’s published time to Jan 9th, 1984 then it’s best just to use the post editor in WordPress. If you mean something else let me know.
WP Auto Poster is the button at the top of APS settings page.
Forum: Plugins
In reply to: [Auto Post Scheduler] Automated posts work, but do not get brought to topIf your theme displays the posts in chronological order, it sounds like you have a number of sticky posts first.
Forum: Plugins
In reply to: [Broken Link Checker for YouTube] Removed video not flagged as brokenHello,
Copyrighted videos are still valid via the API which is what this plugin uses. Copyright checks are done by the player, and requires advanced checking via a scraper which is in the full plugin Video Link Checker.
Excellent! Also would like to stress adding a filter for tags/categories, so I can use a code snippet to exclude certain terms. Filters are great to put in as you never know what a future user will want to do. ??
The first issue would be to have an interval greater than 60 seconds so it doesn’t interfere with WordPress WP_CRON_LOCK_TIMEOUT
The second issue would be to check why there was a problem with your WP-Cron call. If in doubt ask the author of that plugin what that message means.
Forum: Plugins
In reply to: [Auto Post Scheduler] Update Plugin ?Sure I can update the WordPress test version.
Forum: Plugins
In reply to: [Auto Post Scheduler] Shedule custom postsIf you know how to code you could probably hack the free version to do what you ask.
Forum: Plugins
In reply to: [Auto Post Scheduler] Shedule custom postsHello,
WP Auto Poster can do both of those requests, plus a lot more features. ??Forum: Plugins
In reply to: [Auto Post Scheduler] Repost option to social media instead of blogAPS can recycle the posts, but social media plugins handle pushing it to sites based on WordPress hooks firing when a post is published.
I believe you are asking how to re-share posts to social media without recycling the post on the actual site. For that you would need to write some custom code.
Also, I *believe* NextScripts sets a custom meta field on a post once it’s shared, so that it is not shared again. That would have to be cleared in order to share it again.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Ajax vs CPU performanceNo sorry it’s NSFW, but I did disable voting on archive pages, and the load only goes up to 10 or so that way, which is something I think I can work with. Thanks!
Forum: Reviews
In reply to: [Broken Link Checker for YouTube] Doesn’t WorkAPS checks for videos in the post content, not custom fields used by your theme.
Forum: Plugins
In reply to: [Auto Post Scheduler] Ignoring limit to check posts by authorWhat does the debug log show?
WP_Query is used and WordPress returns the result based on the params.Forum: Plugins
In reply to: [Auto Post Scheduler] APS Not executingInstall a cron plugin like WP-Crontrol, then check your cron events. If APS event is missing, another plugin is not behaving correctly. If the times to next events are negative, then your server cron job call is not correct.
Forum: Plugins
In reply to: [Video Blogster Lite] YouTube returned ErrorYes, YouTube uses a daily quota, and someone used it all. It resets every 24 hours.