asknlearn
Forum Replies Created
-
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
Does that help?
Oh lol! Should have clued in on that (tired dad syndrome). It’s Swift Performance.
Post SMTP
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Increasing displayed posts beyond 5.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
In reply to: [Related Posts by Taxonomy] Increasing displayed posts beyond 5.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 5 years, 7 months ago by keesiemeijer. Reason: fix code block