Inserting comments in articles
-
I would like to submit my articles to a site called News Now. One of the requirements is that the actual article CONTENT be marked with
<!– Article Start –>
CONTENT
<!– Article End –>See here for details.
I’m using k2 and thought I could do this by inserting this in the page.php source code:
<div class="entry-content"><!-- Article Start --> <?php the_content(); ?><!-- Article End --> <?php link_pages('<p><strong>'.__('Pages:','k2_domain').'</strong> ', '</p>', 'number'); ?> </div>However when I view the source of my articles eg here I can’t see these comments inserted. Any ideas how I need to go about doing what they require?
Thanks
David
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Inserting comments in articles’ is closed to new replies.