Interned
Interned
It is updated. But I was wondering about that function : ``` /** * Filter in a link to a content ID attribute for the next/previous image links on image...
Well, I added this code snippet `else $url = '';` and, in a second time, tried `return $url.'#main'; return '';`. But I still got that notice if I want to...
De-activating and re-activating the theme didn't change anything. You uploaded some file in the WP Library, clicked on "modifying", and then any php notice displayed at all, any issue with...
I modified the code by `if ( isset($post->ID) && wp_attachment_is_image( $post->ID ) )` I haven't got any php notice at all. So, for me, it's ok, issue seems to have...
line 53 in author.php ``. It seems that this function doesn't exist in any file because I got that issue as an author tag is being displayed : Fatal error:...