HTML tags on Post Pages

Posted in: Newspaper
Post count: 66

I want to comply to the following conditions by NewsNow and want to insert the required tags in the template. Is it possible? If yes then How?

Insert HTML comment tags in your article webpage templates as follows:
<!-- Article Start --> should follow the headline but immediately precede the first paragraph of the article
<!-- Article End --> should immediately follow the last paragraph of the article.
If your articles contain a byline or specify an author then <!-- Author Start --> should immediately precede the author's name and <!-- Author End --> should immediately follow it.

Kind Regards
Azhar Nadeem

Post count: 6600

Hi,

According to your description you can add them like this: http://screencast.com/t/zleJ8ISsH
You have to do the same for the other post templates: http://screencast.com/t/DEkYnCiU

Thanks

Post count: 66

Thanks Lucian for making it pretty simple for me to implement. How can I verify that tags have been implemented correctly, I am using the default template for single posts on Sports Courant.

Post count: 9544

You can usually “view source” for your live page to see the actual rendered page and see if the items you added to the template are there.

Note be sure to disable any optimization tools which strip out comments from HTML or those would, of course, be removed (e.g., mod_pagespeed, etc.).

Post count: 6600

Hi,

Thanks Chris!
View page source or dev tools: https://developer.chrome.com/devtools
I can see those tags like this: http://screencast.com/t/AYy0hghZ

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.