Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Brian Harris

    (@zgani)

    The content of the footer are generated dynamically by a function that reads the theme’s style.css. It extracts the theme name plus the author url and then returns them via a do_action call in the footer.

    Technically if you wish to display a different name i.e. your site name and your url then you’d simply create a child theme with just the stylesheet header with your details and the function will do the rest.

    However, if you wish to add more content then you’ll need to copy the footer.php file in your child theme and do the edits from there.

    Regards,
    Zulf

    Thread Starter bevyoung2013

    (@bevyoung2013)

    Hi and thanks for the info. The footer do_action call is to ‘fifteenth_credits’ which is a function defined in the Theme Functions file. So do I need to create a new function and replace the call in the footer with whatever that is?

    Theme Author Brian Harris

    (@zgani)

    That is correct.

    Thread Starter bevyoung2013

    (@bevyoung2013)

    Thanks.

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