• I am using theme called ‘Cell’ and it is a public theme.

    I want to remove their link from the footer and create a page dedicated to them – just moving the link really.

    Is this possible? I have looked in all of the .php files and for some reason (like the majority of themes) it is usually there.

    Help?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a Child Theme?

    Thread Starter Ashbridge

    (@ashbridge)

    How do I look for a Child Theme?

    Thread Starter Ashbridge

    (@ashbridge)

    How will this help me remove the author from the footer?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It won’t.

    It’ll help you keep your changes when the theme updates.

    The purpose of a child theme is that it allows you to make change to theme files without losing those changes when the theme is updated. Always a preferred way to go.

    If you only need to make changes to the CSS code, you can use a custom CSS option (if your theme has one) or custom CSS plugin like jetpack. Depending on what you want to change, you may be able to hide the author in the footer via CSS. If you post a link to your site, someone can advise you further on that.

    Thread Starter Ashbridge

    (@ashbridge)

    I don’t want to share my website publicly.

    Do you have an email I could email you on so you can have a look for me? I know how to edit CSS files etc and will be be able to do the work. I just need to the code to put it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you don’t remember creating the Child Theme, then you probably don’t have it.

    Thread Starter Ashbridge

    (@ashbridge)

    I haven’t made a Child Theme.

    I just need to remove the Author’s link from the footer and I want to create a page saying where I got the page from instead of having the link in my footer.

    Okay, I installed the theme on a test site and what you can add to the CSS (use the custom plug-in) is:

    #footer .cell-project {
      display: none;
    }

    If you want to add something else, I’d strongly suggest using a child theme to edit footer.php.

    Thread Starter Ashbridge

    (@ashbridge)

    Thank you so much.

    I have create a child theme and am happy now!

    Excellent all around! And now you’re set for making any other changes without worrying about losing them in the future.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove author from footer’ is closed to new replies.