Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, I have a question regarding image title problem which you suggested a solution in one your post, could you please help me to fix it, you mentioned you have changed these codes in your function.php of your theme.

    function modify_attachment_link( $html, $id ) {
    $att_title = get_the_title($id);
    $html = str_replace( ‘<a href’, ‘<a title=”‘.$att_title.'” href’, $html );
    return $html;
    }
    add_filter( ‘wp_get_attachment_link’, ‘modify_attachment_link’, 10, 2);

    but I can find this part in function.php of my theme or could you please guide me? thanks

    Thread Starter christianthibault

    (@christianthibault)

    wpmc,

    1. It would be best to ask your question in the original post.

    2. The function has to be added to functions.php.

    3. I believe the last update of the plugin fixed the situation.

    Christian Thibault

    Thanks (& sorry for posting here). Im writing for you in the original post, I just dont know if you can find the post.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Firefox Android’ is closed to new replies.