Hi there.
I want to do as same as this site: http://www.sgidigi.com/
========================================================================================
I add this in functions.php:
add_action( ‘your_hook_name’,’example_function_name’ );
function example_function_name() { ?>
Insert your hook contents in here.
<?php }
And then replace your_hook_namename into generate_inside_navigation
I am confused about this: Insert your hook contents in here.
I replace it into <a href="https://www.facebook.com/talcasv/"><img src="http://demo21.newbieboss.com/wp-content/uploads/003-facebook.png" /></a>
========================================================================================
And then my site looks like this: https://demo21.newbieboss.com
How can I do as same as the site I mention above?
Thanks