• Resolved drewinator

    (@drewinator)


    Hello,

    Love the theme and very interested in using it! Are we allowed to edit the info in the footer? And if so, how do we edit it? (Did not see where when looking at the stylesheet or footer.php).

    Thanks!

Viewing 12 replies - 16 through 27 (of 27 total)
  • i have add some social links…. but it showing header and footer…. i want show only header there no options like this…. help me this ??

    [email protected]

    (@janeaccesspublishingcom)

    Hi there,

    I’m new to WordPress and am using the Attitude theme. I would like to edit my footer to read:

    Copyright ? 2013 A-1 Glass Website Design by: Access Local Search (with a link to https://www.accesslocalsearch.com)

    https://a1glass.accesstestsites.com/

    Would one of you kind poster please help me out with the code? I am lost. ??

    Also, I would like to reduce the padding below the social icons in the footer. I was able to reduce the padding above them, but not below.

    Thanks so much for your help.

    [email protected]

    (@billlewallengmailcom)

    Jan, your solution to modifying the footer is awesome. I can’t believe I just discovered this forum. Thanks!

    Jan, Placed your code in the functions.php page and I got this error message:
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/87/10884687/html/wp-content/themes/attitude/functions.php:155) in /home/content/87/10884687/html/wp-content/plugins/si-contact-form/si-contact-form.php on line 1997

    Gracias Jan
    Ha funcionado muy bien

    Thanks Jan, it has worked perfectly.

    Hey, I tried this and it didn’t work.I need to remove the “powered by…” information in the footer.

      I created a child theme.
      I created a functions.php and put it in the child theme directory
      I added to the functions.php:

    <?php
    // Remove old copyright text
    add_action( ‘init’ , ‘mh_remove_copy’ , 15 );
    function mh_remove_copy() {
    remove_action( ‘attitude_footer’, ‘attitude_footer_info’, 30 );
    }
    // Add my own copyright text
    add_action( ‘attitude_footer’ , ‘mh_footer_info’ , 30 );
    function mh_footer_info() {
    $output = ‘<div class=”copyright”>’.’Copyright ? [the-year] [site-link] Powered by: SUPER MARTIANS FROM MARS! ‘.'</div><!– .copyright –>’;
    echo do_shortcode( $output );
    }
    ?>

    And nothing happens. Please help. It’s for https://www.AlmightyMeals.com

    Nevermind, I hadn’t “activated” the child theme;) Thanks!!!

    I created a child theme:
    duplicated existing theme, renamed the folder & edited the stylesheet as directed
    Created blank functions.php:
    blanked existing file from parent-folder, inserted the latest code reported to work
    Child theme is active.
    My result is blank white page with only “Copyright ? [the-year] [site-link] Powered by: SUPER MARTIANS FROM MARS!”. Any thoughts if/where I went wrong?

    You shouldn’t change anything in the parent theme like renaming its folder.

    Keep everything in the parent theme the same and don’t blank or delete anything, just create a new folder in wp-contents/themes and call it attitude-child or something. Put the new stylesheet in that folder and create a functions.php file in that folder and add the code.

    carriecolemanphotography

    (@carriecolemanphotography)

    I’d like to change the post footer information in my Twenty Twelve child theme. Right now it says, “This entry was posted in Children on June 18, 2013.” I’d like for it to say, “Posted by Carrie”
    I’d also like to add the date of the post underneath the post title.

    @carriecolemanphotography – this thread is for Attitude theme and is already resolved. Please start a new thread here:

    https://www.ads-software.com/support/theme/twentytwelve#postform

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Remove or edit info in footer?’ is closed to new replies.