Title: Weaver footer error
Last modified: August 30, 2016

---

# Weaver footer error

 *  Resolved [DomainClaimers](https://wordpress.org/support/users/domainclaimers/)
 * (@domainclaimers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/)
 * While working in the footer made error, does anyone know the 2010 weaver code?
   I can’t find the error and looking for a default to reinstall if needed. Here
   is the current code that is not working. I was trying to get rid of a Pay Pal
   Link that I did not put in when things when wrong.
 * `http://www.domainclaimers.com`
 *     ```
       <?php
       /**
        * The template used to display the footer
        *
        * Contains the closing of the id=main div and all content
        * after.  Calls sidebar-footer.php for bottom widgets
        *
        */
       ?>
           </div><!-- #main -->
       <?php if (weaver_getopt_checked('ttw_footer_last')) echo("</div><!-- #wrapper -->\n"); ?>
           <?php
           if (!weaver_is_checked_page_opt('ttw-hide-footer')) {
           weaver_put_area('prefooter');
           if (!weaver_getopt('ttw_hide_footer')) {
           ?>
       	<div id="footer">
   
       		<div id="colophon">
       <?php 	get_sidebar( 'footer' );
       	echo(do_shortcode(weaver_getopt('ttw_footer_opts')));	/* here is where the footer options get inserted */
       	do_action('wvrx_extended_footer');			/* anything in the extended footer */
       	do_action('wvrx_plus_footer');				/* after ttw_footer_opts added */
       	$date = getdate();
       	$year = $date['year'];
       <table id='ttw_ftable'><tr>
       <td id='ttw_ftdl'><div id="site-info">
       <?php $cp = weaver_getopt('ttw_copyright');
       	if (strlen($cp) > 0) { echo(do_shortcode($cp) . '</div></td>'); }
       	else { ?>
       { ?>
   
       <?php echo($year); ?>  <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?>  ■ </a> <a href="http://www.domainclaimers.com/wp-admin/">Design Editor</a> ■ <a href="http://www.domainclaimers.com/sitemapindex.xml">XML Site Map</a> ■ <a href="#top" title="Return To Top Of Page">Return To Top ▲ </a>
        </div></td> <?php }
       	if (! weaver_getopt('ttw_hide_poweredby')) { ?>
        <td id='ttw_ftdr'><div id="site-generator">
        <?php do_action('weaver_credits' ); ?>
        <a href="http://wordpress.org/">" rel="generator"><?php printf( __( 'Powered by %s.', WEAVER_TRANS ), 'WordPress' ); ?></a>
   
        </div></td> <?php } ?>
       </tr></table>
       		</div><!-- #colophon -->
       	</div><!-- #footer -->
           <?php
           }
           weaver_put_area('postfooter');
           } /* end of ttw-hide-footer */ ?>
   
       </html>
       <?php if (!weaver_getopt_checked('ttw_footer_last')) echo("</div><!-- #wrapper -->\n"); ?>
   
       <?php echo(do_shortcode(weaver_getopt('ttw_end_opts')) ."\n"); /* and this is the end options insertion */
             wp_footer();  ?>
       </body>
       </html>
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794151)
 * What exactly is the error?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794152)
 * All versions of the Weaver theme that have been distributed on WordPress.org 
   are still available; [http://themes.svn.wordpress.org/weaver/](http://themes.svn.wordpress.org/weaver/)
 *  Thread Starter [DomainClaimers](https://wordpress.org/support/users/domainclaimers/)
 * (@domainclaimers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794155)
 * Thanks that worked but I still have the problem that links in the footer are 
   attached to Pay Pal for some reason, that is what I was trying to remove when
   things went bad the first time.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794157)
 * Try deactivating all of your plugins to explore whether any could be responsible
 *  Thread Starter [DomainClaimers](https://wordpress.org/support/users/domainclaimers/)
 * (@domainclaimers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794160)
 * Thanks got it, was a paypal link in the sidebar that was grabbing the code in
   the footer. Removed it and all is solved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Weaver footer error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [DomainClaimers](https://wordpress.org/support/users/domainclaimers/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/footer-error-4/#post-6794160)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
