Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #323875

    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!

    #324762

    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

    #328349

    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!

    #328386

    Hi,

    That’s strange, can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #328543
    This reply has been marked as private.
    #328634

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.