• Resolved dean79

    (@dean79)


    Hello there,

    I want to set First Service Content in Option Panel, but with html tags, especially new line tag. Is there any option to add html tags in these fields (not only the specified) ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Please follow this instruction

    firstly open spa-home.php file(Theme-package >> option panel >>spa-home.php)

    please find this code one by one in spa-home.php

    $current_options['service1_content']=sanitize_text_field($_POST['service1_content']);
    
    $current_options['service2_content']=sanitize_text_field($_POST['service2_content']);
    
    $current_options['service3_content']=sanitize_text_field($_POST['service3_content']);
    
    $current_options['service4_content']=sanitize_text_field($_POST['service4_content']);
    
    and replace this code one by one 
    
    $current_options['service1_content']=$_POST['service1_content'];
    
    $current_options['service2_content']=$_POST['service2_content'];
    
    $current_options['service3_content']=$_POST['service3_content'];
    
    $current_options['service4_content']=$_POST['service4_content'];

    Let me know for any confusions

    Thanks

    Thread Starter dean79

    (@dean79)

    Thanks, it worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frontpage settings – First Service Content’ is closed to new replies.