johnh10
Forum Replies Created
-
Hi Steve, that worked just fine! What was the issue?
Though heads up, clicking on Count does not re-order the terms.
- This reply was modified 5 months, 3 weeks ago by johnh10.
So far, it’s working great! Maybe add this functionality to the plugin? Comments are allowed on archive pages if the global var $withcomments is set to true.
This is very close!
With the above code, a comment reply link on the index/archive page will now look like
https://domain.com/2024/06/post/?replytocom=1398#respondbut when clicked, AISEO changes the url to
https://domain.com/2024/06/post/#comment-1398so the single post loads then focuses on the comment the person clicked the reply link for, instead of the #respond box itself.
Is there a way to stop AISEO from changing the url when the single post first loads? Hope that makes sense.
Sorry to open this again, but the Crawl Cleanup feature only works on pages with a single post.
If comments are allowed on the homepage and archive pages (which have multiple posts), then this reduction to <code>#comment-1398</code> does nothing when the reply link is clicked. It only works when there is a single post on the page.
Is it possible to fix?
Okay, I found the issue. AISEO assumes the comment id attribute is “#comment-[ID]” and my theme had a prefix so it was actually “#XX-comment-[ID]”. Therefore the AISEO anchor would not match. Fixed and all is good again. Thanks!
Also, note for anyone who might use it, the WP Code snippet above is missing the delimiters in the first parameter.
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.