Jump to content

Template Header Coding


Onewalrus

Recommended Posts

Hello,

 

I am using this theme on a site build. I would like to replace the static header image with the Slidedeck 2 Pro, image slider. Their code provided for placing into the header is below.

<?php echo do_shortcode( '[SlideDeck2 id=XXXX iframe=1]' ); ?>

The pertinent part of my theme's header code is as follows:

 

<div id="header-wrapper">
<div id="header">

<div class="container">
                            
<a href="<?php bloginfo('url'); ?>"><?php $logo = (get_option('myproduct_logo') <> '') ? get_option('myproduct_logo') : get_bloginfo('template_directory').'/images/top-bg.jpg'; ?>
<img src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" id="logo"/></a>

I have also attached the complete header file.

header.php

Any help on this would be greatly appreciated, as I am a noob, and do not have the knowledge to perform this task.

 

Thank You,

Paul

 
 
Link to comment
https://forums.phpfreaks.com/topic/283159-template-header-coding/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.