I am trying to put datafeedr in my header with no luck. I can get it under the logo, and above the logo but not next to it.
Website is: climberism.com
</div><!-- /top-bar -->
<div id="logo">
<a href="<?php echo get_option('home'); ?>/">
<?php if (strlen($wpzoom_misc_logo_path) > 1) { ?>
<img src="<?php echo "$wpzoom_misc_logo_path";?>" alt="<?php bloginfo('name'); ?>" />
<?php } else { ?><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /><?php } ?>
</a>
</div>
Trying to put this code in there:
<?php if (function_exists('dfrads')) { echo dfrads('5537092'); } ?>