Images in Footer
-
Admin
Add this code into your child theme’s
functions.phpfile:function graphene_footer_content(){ ?>
<div class="custom-footer-content">
<!-- Put your HTML codes here -->
</div>
<?php }
add_action('graphene_developer', 'graphene_footer_content');Make sure you replace
<!-- Put your HTML codes here -->with whatever HTML codes you want to put in there, and then position/style it using CSS.Sorry, I was very busy yesterday and didn’t notice the post updated.
Here is the link to the site in question: http://soicraft.net/
I put the code into the child theme’s functions.php, but I get an error:
“Parse error: syntax error, unexpected ‘}’ in /home/soicraft/public_html/wp-content/themes/graphene-child/functions.php on line 5”
Admin
Hurm..did the child theme’s
functions.phpfile starts with<?phpand ends with?>?
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
