Using the index template, I want to have a header appear above the comments and with the comments whenever the page is a single entry. I’ve tried a segment conditional
{if segment_2 != ""}<h3>Comments</h3>{/if}which works for the index page except the comments header also appears on other aggregate pages and not just the single entry page. I can’t figure out how to limit it to just the actual entry page for the post.
The clients want the comments and option for comments to appear on the same page as the articles. It seems to confuse them when they have to link to the comments…
Anyone have a simple solution?
I know this is rather basic, but for some reason some of the most basic issues are proving the hardest on this site dev. :red: