I am working with a WordPress site. I used Fancy Text element of the Visual composer in a post. But I want to show this on Homepage. And for homepage, I already get the Homepage template which I have used. I made a custom section with post of this Fancy text. But Homepage is in PHP language. So, my VC_Column and VC_Rows codes are not working on the homepage.
I have tried using
< ?php echo do_shortcode(“ ”); ? >
But I'm noob. Unable to use this also. and only the code is visible on the homepage.
Please tell me how I can use Visual Composer on PHP so that I can edit my homepage template of the theme.
Thank you.