Hi, we are building a new site on X-Theme with Icon stack. The customer wants full posts on index and this works fine. We do however really miss the text “Leave a comment” link in the post header meta that for example the Integrity stack has after the post date.
EDIT: I just realised Icon does have some kind of Comments thing in the post header - it has this bubble icon with # of comments. We find that confusing, and would however much prefer a Leave a Comment link just like in Integrity meta and if possible, also a link after the full post on the index.
I think in Functions.php I can just remove the function that makes that # bubble in the Icon header.
I found the Icon and Integrity header code in wp-content/themes/x/framework/legacy/functions/frontend/ so I assume in my child theme functions.php I can rewrite the x_icon_entry_meta function and put the Comments link part from Integrity into it? Would this be possible, could you help me create the code for functions.php ?
Question 2: If this is possible, is it also possible to print out this Leave a Comment link just below the full post on index - so viewers would see it just below the post after reading the full post on index?