• Resolved E.

    (@ebhead)


    I’m not seeing where to change the footer credits in footer.php. Where do I go, and what do I do to change them?

    UPDATE: I found the template for it, but what do I change, and how, so I don’t crash the site?

    UPDATE 2: In the credits template, I was able to edit it, and it appeared to have worked, ’til I just discovered that neither the copyright- entered using customizer- or the edited footer text- I did in the template file- show up on any page except for the front page. How do I get it to show up on all pages?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you show the site url?

    Thread Starter E.

    (@ebhead)

    mmaumio, it’s in development/coming soon mode now.

    UPDATE 3:
    The copyright is resolved and displaying on all pages, though it’s never been centered. How can I center it?

    The footer credits are still only displaying on the frontpage, and I still need them to show on all pages.

    ebhead,

    There are a few variables in play here, could you reply with your website URL like mmaumio requested?

    Thread Starter E.

    (@ebhead)

    Hi Joseph, as stated, the site’s in coming soon mode, so I cannot share the link.

    Theme Author wpfreeware

    (@antorjalalin)

    Find out these lines of codes into footer.php file

    <?php if ( is_home() || is_front_page() ):
    	get_template_part('templates/credit');
    endif;
    ?>

    Replace the above codes with this below line..

    <?php get_template_part('templates/credit'); ?>

    And haa the copyright texts are set to align right & social icons can be displayed in the left, although by mistake the social template file path putted wrong in the updated version. Replace the line no:18 (<?php get_template_part(‘footer-social’);?>) into footer.php with this line of code:
    <?php get_template_part(‘templates/footer-social’);?>

    Note: These issues will be fixed in the next version so till then update those manually. Thanks

    Thread Starter E.

    (@ebhead)

    What if I only want the copyright centered, and not to have any social links in the footer?

    Theme Author wpfreeware

    (@antorjalalin)

    According to the footer markup you can’t centered the copyright text.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘edit remove footer credits’ is closed to new replies.