• 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://ww.wp.xz.cn/plugins/simple-social-bookmarks/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

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