Add a code to the single post template
-
I want to add a breadcrumb code to the end of every post in WordPress:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>I tried adding it to single post file, but it came wayyy below where I wanted. I wanted it to come before author info, but it comes just above the comments. Is there anyway I can place it above the author info?
The topic ‘Add a code to the single post template’ is closed to new replies.