Title: asknlearn's Replies | WordPress.org

---

# asknlearn

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

 *   [Profile](https://wordpress.org/support/users/asknlearn/)
 *   [Topics Started](https://wordpress.org/support/users/asknlearn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/asknlearn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/asknlearn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/asknlearn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/asknlearn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/asknlearn/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: [[ShipStation Live Rates for WooCommerce] Plugin Showing Too Many UPS Live Rates](https://wordpress.org/support/topic/plugin-showing-too-many-ups-live-rates/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-showing-too-many-ups-live-rates/#post-15556959)
 * Hey again,
 * Thanks – purchased the PRO version and it works as expected. One more question
   though.. is there a way to split orders based on a certain weight with your plugin?
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Odd redirects…](https://wordpress.org/support/topic/odd-redirects/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/odd-redirects/#post-12107053)
 * Does that help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Odd redirects…](https://wordpress.org/support/topic/odd-redirects/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/odd-redirects/#post-12106853)
 * Oh lol! Should have clued in on that (tired dad syndrome). It’s Swift Performance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Odd redirects…](https://wordpress.org/support/topic/odd-redirects/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/odd-redirects/#post-12106845)
 * Post SMTP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Increasing displayed posts beyond 5.](https://wordpress.org/support/topic/increasing-displayed-posts-beyond-5/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/increasing-displayed-posts-beyond-5/#post-11726504)
 * That did the trick! I think I tried that before but missed the extra “)”
 * I really appreciate your help!
 * Extremely kind of you to offer this plugin.
 * All the best to you, now off to write a 5 star review.
 * Take care!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Increasing displayed posts beyond 5.](https://wordpress.org/support/topic/increasing-displayed-posts-beyond-5/)
 *  Thread Starter [asknlearn](https://wordpress.org/support/users/asknlearn/)
 * (@asknlearn)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/increasing-displayed-posts-beyond-5/#post-11726351)
 * Hi there,
 * Thank you for the prompt reply!
    I edited php files for your plugin Everywhere
   it specified 5 posts I just changed it to 6.
 * Not quite sure how to accomplish
    that with a child theme (tho I have one for
   CSS styling.
 * I currently use the Elementor plugin with a custom query with the following php
 *     ```
       add_action(
           /* Pre-Elementor 2.5.1 use this:
           'elementor_pro/posts/query/lwp_related_posts', */
           'elementor/query/lwp_related_posts',
           'lwp_3266_related_posts'
       );
       function lwp_3266_related_posts( $query ) {
           global $post;
           $query->set(
               'post__in',
               km_rpbt_get_related_posts(
                   $post->ID,
                   array( 'fields' => 'ids' )
               )
           );
       }
       ```
   
 * This code was supplied by a blogger to get it to work with Elementor. I guess
   with my minimal knowledge I don’t know how to make it show 6 posts with this 
   code (or if I can do so).
 * Thank you again for being prompt and attempting to help.
    -  This reply was modified 7 years, 1 month ago by [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/).
      Reason: fix code block

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