• lonfirebrand

    (@lonfirebrand)


    I’m a developer and keep debug on the dev servers.
    Just a FYI
    Notice: Undefined variable: galink_author_id in /mypath/wp-content/plugins/google-author-link/google-author-link.php on line 151

    You check for home, single, etc. but search results, etc. don’t have authors.
    I think you just need to move that code inside the (is_single() || is_page()) block.

    https://wordpress.org/plugins/google-author-link/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Peter Shilling

    (@petershilling)

    Hi, this bug is fixed in version 1.5.1

    Hello, I’m reporting similar/same but in case this is helpful:

    Notice: Undefined variable: galink_author_id in /wp-content/plugins/google-author-link/google-author-link.php on line 148

    This happens only on tag and category pages/list.
    eg. myurl.com/tag/name/

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Undefined variable: galink_author_id’ is closed to new replies.