hi there,
<a href="<?php get_option('index.php') ?>/soccer"><img class="pikto" src="<?php bloginfo('template_url') ?>/images/soccer_pos.png"/></a>
how can i change this link to a dynamic one. i don't want to "hardcode" it by adding /soccer to it. Instead i want to call its path by its blogid.
Something like...
<a href="<?php get_option('index.php') . get_blogpath_by_id(3) ?>"><img class="pikto" src="<?php bloginfo('template_url') ?>/images/soccer_pos.png"/></a>
However i have no idea what the actual code looks like. Of course get_blogpath_by_id(3) is Pseudocode!
??? thank you for your help