I would like to insert related post in the text (using shortcodes) but i woudn’t have them at the end of the post. How could I do it? I’m using Newspaper theme.
Hi,
1) deactivate option Automatically append to the post content
2) go to file single.php in your theme
3) search funcion the_content() and below put code <?php echo do_shortcode( "[yuzo_related]" ); ?>