Title: sebtlee's Replies | WordPress.org

---

# sebtlee

  [  ](https://wordpress.org/support/users/sebtlee/)

 *   [Profile](https://wordpress.org/support/users/sebtlee/)
 *   [Topics Started](https://wordpress.org/support/users/sebtlee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sebtlee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sebtlee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sebtlee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sebtlee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sebtlee/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Custom Post Order] Order child pages?](https://wordpress.org/support/topic/order-child-pages/)
 *  Thread Starter [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [4 years ago](https://wordpress.org/support/topic/order-child-pages/#post-15669245)
 * I’ve found a solution for this. This is what I needed in WP_Query $args
 * ‘post_parent’ => $post->ID,
    ‘orderby’ => ‘menu_order’, ‘order’ => ‘ASC’
    -  This reply was modified 4 years ago by [sebtlee](https://wordpress.org/support/users/sebtlee/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Posts not expiring](https://wordpress.org/support/topic/posts-not-expiring-11/)
 *  [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/posts-not-expiring-11/#post-14139257)
 * [@nazmulhassann20](https://wordpress.org/support/users/nazmulhassann20/) –
 * Hmm, that did the trick for me. Not sure I know enough about CRON jobs and hosting
   to help but…
 * You could try installing a plugin like ‘WP Control’ to see what’s happening with
   your CRON jobs.
 * The only other thing I use is a plugin called “Scheduled Post Trigger’, so if
   WordPress fails to execute a CRON job, the next time someone loads a page on 
   your website it checks to see if there are any failed CRON jobs and tries to 
   run them again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Schedule Posts] ASP won’t let me edit any content (POST, PAGES…)](https://wordpress.org/support/topic/asp-wont-let-me-edit-any-content-post-pages/)
 *  [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/asp-wont-let-me-edit-any-content-post-pages/#post-14096436)
 * Couldn’t fix the issue. Now using the plugin “Post Expirator” which is working
   for me.
 * Not as many features as this plugin, but post/page expiration datetime is working
   e.g. can’t replace with another article.
    -  This reply was modified 5 years, 3 months ago by [sebtlee](https://wordpress.org/support/users/sebtlee/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Posts not expiring](https://wordpress.org/support/topic/posts-not-expiring-11/)
 *  [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/posts-not-expiring-11/#post-14096419)
 * Adding the following to my .htaccess file fixed my issue with posts not expiring:
 * # Exclude the WP CRON and other scripts from authentication
    <FilesMatch “(wp-
   cron.php|another-script.php)$”> Satisfy Any Order allow,deny Allow from all Deny
   from none </FilesMatch>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Posts not expiring](https://wordpress.org/support/topic/posts-not-expiring-11/)
 *  [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/posts-not-expiring-11/#post-14096184)
 * Just tried installing with the latest version on WordPress 5.6.2, and the post/
   page did not expire on testing.
    -  This reply was modified 5 years, 3 months ago by [sebtlee](https://wordpress.org/support/users/sebtlee/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Schedule Posts] ASP won’t let me edit any content (POST, PAGES…)](https://wordpress.org/support/topic/asp-wont-let-me-edit-any-content-post-pages/)
 *  [sebtlee](https://wordpress.org/support/users/sebtlee/)
 * (@sebtlee)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/asp-wont-let-me-edit-any-content-post-pages/#post-14096136)
 * Same issue.
 * WordPress 5.6.2
 * If I disable Advanced Schedule Posts the issue goes.
 * Also, if I disable Yoast SEO, but enable Advanced Schedule Posts the issue also
   goes away.
 * [@digiscrap](https://wordpress.org/support/users/digiscrap/) & [@tonimito](https://wordpress.org/support/users/tonimito/)–
   do you also have Yoast SEO installed? I’m thinking there may be a conflict there.
   Did either of you find a solution?
    -  This reply was modified 5 years, 3 months ago by [sebtlee](https://wordpress.org/support/users/sebtlee/).

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