StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-09-2012, 04:00 PM
seth17's Avatar
seth17 seth17 is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Location: Kentucky
Posts: 1,538
Default Footer Copyright Shortcode Question

I just noticed that a site I've been working on locally is displaying the footer copyright shortcode on the main page, when it should be displaying the actual output. I haven't changed anything, so not sure why it's doing this. Here's the footer code I've set to display.
PHP Code:
/***** Customize the entire footer *****/
remove_action( 'genesis_footer', 'genesis_do_footer' );
add_action( 'genesis_footer', 'child_do_footer' );
function child_do_footer() {
    ?>
    <p><div class="logo"><a href="http://localhost:8888/"><img class="alignleft" src="http://localhost:8888/wp-content/uploads/2012/04/target2.png"></a></div>

<div class="gototop"><a href="http://localhost:8888/about">About</a> | <a href="http://localhost:8888/services">Services</a > | <a href="http://localhost:8888/work">Work</a> | <a href="http://localhost:8888/resources">Resources</a> | <a href="http://localhost:8888/blog">Blog</a> | <a href="http://localhost:8888/contact">Contact</a> | <a href="http://localhost:8888/privacy">Privacy</a> | <a href="http://localhost:8888/sitemap">Sitemap</a></div>

<div class="creds">Copyright [footer_copyright] · <a href="http://mysite.com">My Site</a></div></p>
    <?php
}
It was displaying this: Copyright © 2012 · My Site
Now it's displaying this: Copyright [footer_copyright] · My Site

Any suggestions on why the shortcode isn't working correctly now?
__________________
SpearsMarketing.com
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Developer Package and remove Copyright Notice Question vibemedia General Discussion 1 10-06-2010 12:42 PM


All times are GMT -5. The time now is 04:12 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.