I am new in wordpress. I want to install this plugin in my wordpress site.I have downloaded it and activated it too. it generates code like
[contact-form-7 id="78" title="Contact form 1"]
I have write below code to display contact form ..
<?php do_shortcode('[contact-form-7 id="78" title="Contact form 1"]');?>
but it does not display contact form. Can anyone suggest me the solution?