• I’m a newbie to WordPress, can anybody help me to replace my side logo display. i want to make my side logo can auto slide.

    Some context from the header.php
    <body <?php body_class($class); ?>>

    <div id=”pagewrap”>

    <div id=”header” class=”pagewidth”>

    <div id=”site-logo”>
    <?php if($data[‘setting-site_logo’] == ‘image’ && $data[‘setting-site_logo_image_value’] != ”){ ?>
    <?php themify_image(“src=”.$data[‘setting-site_logo_image_value’].”&w=”.$data[‘setting-site_logo_width’].”&h=”.$data[‘setting-site_logo_height’].”&alt=”.get_bloginfo(‘name’).”&before=&after=”); ?>
    <?php } else { ?>
    /”><?php bloginfo(‘name’); ?>
    <?php } ?>
    </div>

    If you do say php code, would you mind pasting the code for me to use as I’m not that great with PHP.

    Thanks to anyone who helps.

  • The topic ‘how to make side logo can auto flash’ is closed to new replies.