December 25, 2015 at 3:00 pm
Hi – I am trying to integrate CometChat into my Virtue Premium WordPress theme site.
The installation instructions for CometChat after running /var/www/website.com/public_html/cometchat/install.php say this :-
————————————————————————————————————————
Installation complete. Did you expect something more complicated?
Add the following immediately after <head> tag in your site template:
<link type=”text/css” href=”/cometchat/cometchatcss.php” rel=”stylesheet” charset=”utf-8″>
<script type=”text/javascript” src=”/cometchat/cometchatjs.php” charset=”utf-8″></script>
————————————————————————————————————————
I am unclear as to which file I need to be copying this into. I do not have a <head> section in my /var/www/website.com/public_html/wp-config.php file.
My /var/www/website.com/public_html/wp-content/themes/virtue/premium/header.php does not either :-
<?php
/*
Empty on purpose.
– Force plugins to stop stating incorrect errors –
wp_head();
*/
so can you tell me into which file I need to add these lines please?
I am running Ubuntu 14.04 LAMP stack
Thanks
webdev71