Okay
  Public Ticket #1408558
hiding the included templates
Closed

Comments

  • inedit started the conversation

    Hello there,


    I have found in the documentation a code to be able to hide the templates that salient comes included with.... but I cannot seem to find that anymore now !

    Could you paste that code here again for me ?

    Thank you,

    sandra


  •  9,017
    Tahir replied

    Could you provide the reference . I am not aware of any such code available. 

    Be.st


    ThemeNectar Support Team 

  • inedit replied

    ok, I found it again. You name it in your documentation SALIENT STUDIO: http://themenectar.com/docs/salient/salient-studio/

    Removing The Studio

    Whether it’s because you want it hidden from your client after you’re done the design or if you just don’t want it at all, removing the studio is easy. In a child theme functions.php, add this snippet

    function add_salient_studio_to_vc() { return false; }