Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adi339

    (@adi339)

    anyone?? (Looks like the code is showing fine here, even without the backticks – which I did not know about until later)
    Thanks

    DigitalSquid

    (@twelvefootsnowman)

    An easy option would be to just add it to the end of the site name <div>, eg:

    <div id="site-info">
    	<a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    	<?php bloginfo( 'name' ); ?>
    	</a>
    	- Website designed by adi339
    </div><!-- #site-info -->

    It is possible to add it between the two footer links (Site Name and Powered By) but it will involve editing both the HTML and CSS for the footer.

    Thread Starter adi339

    (@adi339)

    This almost works – any idea how to get some blank spaces before it?

    Otherwise, how would one edit both the html and CSS – if it is small edits you could post, I can do it.
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding link to 2010 footer’ is closed to new replies.