• Hi all,

    I’m having a few issues editing our website.
    I need to edit copyright text on the footer. Please see footer on http://www.forthcapital.com/
    The site is based on Bones theme and I can’t seem to find how to edit this footer.

    I’ve had a look at footer.php and functions.php. Even downloaded a copy of the site and did a text search for this. No go.

    Can anyone please help me out here. Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter forthcapital

    (@forthcapital)

    Just to be clear, the PHP code as follows

    <div class="footer-bottom default-bkg-1 bands">
                    <div class="wrap clearfix">
                        <div class="sevencol first footer-copy">
                            <p class="source-org copyright">&copy; <?php echo date('Y'); ?> <?php the_field('footer_copyright_title',5); ?></p>
                        </div><!-- .sevencol -->

    Where is that footer copyright text?

    Sometimes theme developers hide this stuff, check using the Customizer and see if there is a Theme customization panel.. often times that is where you will be able to change it.

    Thread Starter forthcapital

    (@forthcapital)

    Thanks for your reply. I tried, unfortunately, there’s no such thing.
    I can’t see this option anywhere.

    Borge

    (@joeborge0914)

    That should be anywhere in the footer.php. See this thread below.

    link

    the code:
    the_field('footer_copyright_title',5)
    points to a custom field plugin … possibly this one https://en-ca.wordpress.org/plugins/advanced-custom-fields/

    is there such a plugin bundled with the theme?

    Thread Starter forthcapital

    (@forthcapital)

    Wow, thanks.

    Yes, I see this plugin is installed.
    I’ve got three separate plugins – Advanced Custom Fields, Advanced Custom Fields: Flexible Content Field and
    Advanced Custom Fields: Repeater Field.

    I clicked on Edit plugin to check.
    Going through this now – any idea where this will be located?

    Thread Starter forthcapital

    (@forthcapital)

    I can see the field in Advanced Custom Fields but the text there is different to the footer text.

    Not sure if I can link to my image. Please see this screenshot

    It is different and I’m just wondering if the text can be hosted off the site?

    chukwu01

    (@chukwu01)

    I tried to put some listing on the footer1 but it’s not showing when I save. what wrong?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to edit Footer’ is closed to new replies.