Show 6 Related posts in aside and 4 below post
-
Hi, I am using ….
<?php if ( function_exists( 'echo_ald_crp' ) ) echo_ald_crp(); ?>
to load 6 related posts in the sidebar. I set 6 in the options page of the plugin.I would now like to show the first 4 ALSO below the posts but keep getting 6 due to the option setting.
Can I pass options in this line of code to limit/override defaults to 4 posts?
<?php if ( function_exists( 'echo_ald_crp' ) ) echo_ald_crp( show=4??????); ?>
Using this on single.php on the following site
https://www.catchingupwithkate.com/plant-with-purpose/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show 6 Related posts in aside and 4 below post’ is closed to new replies.