How to show another code before related posts
-
Hi,im using contextual related posts,and i have these code,want to add at then end of content,before contextual related posts,but my code always show after related post..any chance to fix this ?
here my code<?php if( get_field('server_1') ): ?> <button class="button" type="button" onClick="document.getElementById('frame').src='<?php the_field('server_1'); ?>'">Openload</button> <center><iframe name="frame" id="frame" src="<?php the_field('server_1'); ?>" width="800" height="360" scrolling="no" frameborder="0"></iframe></center> <?php endif; ?>i want to put at the end of
<?php the_content();?>and before contextual related post
Tks..
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to show another code before related posts’ is closed to new replies.