How can I change logo URL in CP 3.2.1?
How can I change logo URL in CP 3.2.1?
I tried to change logo URL using
http://forums.appthemes.com/classipr...logo-url-8377/ but nothing happened...
And the code is different. Can anyone help me ASAP?
I tried changing header line: <a href="<?php echo appthemes_get_feed_url(); ?>" target="_blank"> with my affiliate URL, but nothing...:
<?php echo cp_login_head(); ?>
<a href="<?php echo appthemes_get_feed_url(); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/icon_rss.gif" width="16" height="16" alt="rss" class="srvicon" /></a>
Best,
Daniel L. Christophersen