Hi guys- I posted this question on Themeforest and josueochoa directed me to repost here for a proper answer:
Is it possible to include text, images and links in my header, like at this website: http://fertilegroundpdx.org/index.html (I realize that site is not a WP site, but I guy can dream, right?)
Thank you!
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_in_header() {
?>
<div class="custom_info">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam atque sapiente maxime harum impedit, inventore.
</p>
</div>
<?php
}
add_action('ava_main_header', 'put_stuff_in_header');
Can you post a link to your site?
Cheers!
Josue
Josue:
Thank you for looking at this issue. Unfortunately, when I add that code I get a 500 Internal Server Error.
Thoughts?
Here is the site: http://andylindberg.com/adl_digital_wp/
It is a test zone for building stuff for clients, so, um, it isn’t pretty.
Thanks!
Hi,
That’s strange, can you please create me an administrator account? post it here as a private reply.
Regards,
Josue
Hi!
The custom content has been added to the header, you can modify it here:
http://andylindberg.com/adl_digital_wp/wp-admin/plugin-editor.php?file=functions.php
Best regards,
Josue