2015-12-30, 03:15:51
I am trying to add a piece of content using tabs
I am using Red Agency theme and GS 3.3.7
When I paste the code from the template :
It gets modified to :
Which as I understand it will comment out the code
Apologies if this is a noob question - have done a search but cannot find relevant answers
I am using Red Agency theme and GS 3.3.7
When I paste the code from the template :
Code:
<?php get_component_with_params('ra-tabs', array( array('hometab1', 'hometab2', 'hometab3'), 2, false, 'vertical')); ?>
It gets modified to :
Code:
<!--?php get_component_with_params('ra-tabs', array( array('hometab1', 'hometab2', 'hometab3'), 2, false, 'vertical')); ?-->
Which as I understand it will comment out the code
Apologies if this is a noob question - have done a search but cannot find relevant answers