Title: Submit Old Posts
Last modified: August 20, 2016

---

# Submit Old Posts

 *  Resolved [scottphillips](https://wordpress.org/support/users/scottphillips/)
 * (@scottphillips)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/submit-old-posts/)
 * How can I submit old posts to Amazon to get indexed? It seems to work fine for
   new ones, but none of my old posts appear in the queue and I’m not seeing anyway
   to get them there?
 * [http://wordpress.org/extend/plugins/lift-search/](http://wordpress.org/extend/plugins/lift-search/)

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

 *  Plugin Author [voceplatforms](https://wordpress.org/support/users/voceplatforms/)
 * (@voceplatforms)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/submit-old-posts/#post-3289158)
 * When Lift is configured, it *should* have added all the posts to the queue. If
   you don’t see them in the queue on the dashboard, you can force it by adding 
   the following to your theme’s `functions.php`:
 *     ```
       add_action('admin_init', function() {
           if (current_user_can('admin') && isset($_GET['lift-queue-all'])) {
               Lift_Batch_Queue::queue_all();
           }
       });
       ```
   
 * then when logged in as an admin to wp-admin, append `&lift-queue-all=1` to the
   URL. Go to the Lift dashboard and you should see all the posts in the queue. 
   wp-cron will process those in batches based on the queue interval set in the 
   dashboard.
 * -Chris
 *  Plugin Author [Kevin Langley Jr.](https://wordpress.org/support/users/kevinlangleyjr/)
 * (@kevinlangleyjr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/submit-old-posts/#post-3289257)
 * [@scottphillips](https://wordpress.org/support/users/scottphillips/), we’ve tested
   with the latest release of the plugin and aren’t experiencing this issue. Since
   this issue was filed a while ago, I am hoping that at this point your issue has
   been solved. If it has not, please feel free to open a new fresh support thread
   and we can move forward from there.
 * Thanks!

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

The topic ‘Submit Old Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lift-search_2ea3dc.svg)
 * [Lift: Search for WordPress](https://wordpress.org/plugins/lift-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lift-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lift-search/)
 * [Active Topics](https://wordpress.org/support/plugin/lift-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lift-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lift-search/reviews/)

## Tags

 * [amazon](https://wordpress.org/support/topic-tag/amazon/)
 * [old posts](https://wordpress.org/support/topic-tag/old-posts/)

 * 2 replies
 * 3 participants
 * Last reply from: [Kevin Langley Jr.](https://wordpress.org/support/users/kevinlangleyjr/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/submit-old-posts/#post-3289257)
 * Status: resolved