Just picking up from where I left off in the other thread:
I currently can’t show an entire post on the homepage, only the first few sentences, and when I installed the child theme I found on another post it said that I need to install the master - which I already have.
I’ve activated that theme, but the message is now being displayed:
Fatal error: Call to undefined function get_single_category() in /home/flutterf/public_html/axletreewood.com/wp-content/themes/child-theme/content.php on line 11
If you visit my site you’ll see that - feel free to go into the site to fix it if required, thank you
I resolved this issue on your site by changing the function from get_single_category to activello_get_single_category in the content.php file of child theme.