• Please help.. My new site::: http://www.androidtimes.tk is using iStudio theme.. You can view my site.

    I want to remove the footer credits but not have much knowledge about PHP..

    My FOOTER.PHP file:

    <footer>
    	<p><?php printf('©2012 <a href="'.home_url('/').'">'.get_bloginfo('name').'</a>'.__(' · ').'<a href="'.esc_url('http://xuui.net/wordpress/istudio-theme-release.html').'">'.themename.'</a>'.__(' · ').'Designed by <a href="'.esc_attr('http://xuui.net/').'">Xu.hel</a> in ChengDu.');printf(__(' · Powered by <a href="http://wordpress.org/">WordPress</a>'));?></p>
    		<!--<?php echo get_num_queries();?> queries. <?php timer_stop(1);?> seconds. -->
    </footer>
    </div>
    <?php wp_footer();if(is_home()&&istOption('GrowlSwitch')&&istOption('GrowlInfo')){$GrowlInfos=istOption('GrowlInfo');?>
    <script type="text/javascript">
    <!--
    var istoup_info='<?php echo $GrowlInfos;?>';istojGrowlt(istoup_info,8000);
    -->
    </script>
    <?php }?>
    </body>
    </html>

    OR

    VIEW IT ON PASTEBIN

    Thx :))

Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to remove footer credits on iStudio theme???’ is closed to new replies.