• how do I edit the photo focus theme credit line in the footer? It’s a pretty good theme for the most part but it’s really obnoxious to not provide an option for editing the credit in the footer… It might even be a deal breaker for using the theme if there’s no way to edit it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m looking for the same thing here. There is a site-info.php but it calls a hook that I can’t seem to find:

    <?php
    /**
    * The template used for displaying credits
    *
    * @package PhotoFocus
    */
    ?>

    <?php
    /**
    * photofocus_credits hook
    * @hooked photofocus_footer_content – 10
    */
    do_action( ‘photofocus_credits’ );

    look for the word “copyright” in the ‘template-tags.php’ file

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘editing the photo focus theme credit’ is closed to new replies.