Hi,
Thanks for coming back. No I want to add it to a function.
function appalti_faq() {
echo '<section id="section" class="clearfix faq-first"><div class="wrap"><div class="two-thirds first"><h1>';
echo genesis_get_option('faq_titel','child-settings');
echo '</h1>';
echo '<h2>';
echo genesis_get_option('faq_subtitel','child-settings');
echo '</h2></div>';
echo '<div class="one-third">';
echo genesis_get_option('faq_image','child-settings');
echo '</div></div></section>';
So is it possible to echo the FAQ?
Many thanks,
Stefan