functions.php with child theme?
-
This plugin is not working for me. I have set up a child theme and my main theme is a social media type theme where users can post images and repost them, etc. I am trying to get the hashtags to work so that when they post an image they can add a #hasshtag or a @mention int he comments. I think, that I need to use this part:
// this function can be used in theme
// does all the hashtagger stuff on a string
function do_hashtagger( $content ) {
return swcc_htg_content( $content );
}
**I am fairly new to configuring these things. I need help figuring out where to include the function. When I go to the plugins folder of the parent theme, and look at Hashtagger.php I can see this line of code, however, when I create hashtags, nothing is happening. Thank you in advance.
- The topic ‘functions.php with child theme?’ is closed to new replies.