On my Blog page at
- I want to change the post meta. Specifically, it says 0Comments and 0 reactions - I want to change that to just 0 Comments.
So I copied the pagelines_post_comments_shortcode function into the child theme functions.php and edited the code to just pring out the number of comments and leave out the reactions.
Actually I am not certain that I have got it right because I dont know how to override the default pagelines fuction and use my own one from the child theme functions.php?
Or is there an easier way of achieving what I want to achieve?
Thanks in advance













