This is the code I currently working, but it is showing the content on all categories, not just the three I have identified. Any assistance would be appreciated. Thank you.
Code:
<?php if ( is_category( array( 69, 70, 71 ) ) {?> <div id="post-footer-read-more" >Continue reading: "<a href="%permalink%">%post-title%</a>"</div><br /><br /> <?php } ?> %date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% | %comments('Leave a comment', 'One comment', '% comments', 'Comments are closed')% %edit(' | ', 'Edit this post', '')%