• erwanpia

    (@erwanpia)


    Hi, custom title not working : could you please check line 34 in file asb-generate-bookmarks.php
    I suspect you have

    if ( ( $url == ” ) or ( $title = ” ) ) { $title = get_the_title( $post -> ID ); }

    where it should read

    if ( ( $url == ” ) or ( $title == ” ) ) { $title = get_the_title( $post -> ID ); }

    https://wordpress.org/plugins/simple-social-bookmarks/

Viewing 1 replies (of 1 total)
  • Plugin Author David Artiss

    (@dartiss)

    Thanks for reporting that – I’ll get it fixed for the next release.

    David.

Viewing 1 replies (of 1 total)

The topic ‘title bug ?’ is closed to new replies.