Tagged: x
-
AuthorPosts
-
October 10, 2016 at 5:30 pm #1210589
jdfestaParticipantGood evening. I’m trying to activate my SumoMe account and I need to place code in my header for them to see. When I go into the theme editor I don’t see a header section though?
Site: nyctoursandphotosafaris.com
Thank you!
Jessica Festa
October 10, 2016 at 11:13 pm #1210871
JadeModeratorHi Jessica,
Thanks for writing in! For this particular situation one of the easiest things you could do is output some content via a custom function in a child theme. To accomplish this, you will first need to setup a child theme then add the following code to the functions.php file of that theme:
function my_custom_head_output() { ?> ...code here... <?php } add_action( 'wp_head', 'my_custom_head_output', 99999 );Hope this helps.
October 12, 2016 at 12:57 pm #1213325
jdfestaParticipantHmmm sorry to sound dumb I’m not sure how to setup a child theme if I already have X Theme?
October 12, 2016 at 1:34 pm #1213371
RahulModeratorHey There,
Thanks for writing back!
Kindly walk-through the guidelines given in the following thread. You’ll be able to setup your own Child theme to open a whole new world of modifications without losing anything of your parent X theme :
https://community.theme.co/kb/how-to-setup-child-themes/
Hope this helps!
October 14, 2016 at 4:41 pm #1216657
jdfestaParticipantThanks! Will give it a try.
October 15, 2016 at 12:09 am #1217026
FriechModeratorYou’re welcome, please let us know how it goes.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1210589 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
