title bug ?
-
Hi, custom title not working : could you please check line 34 in file asb-generate-bookmarks.php
I suspect you haveif ( ( $url == ” ) or ( $title = ” ) ) { $title = get_the_title( $post -> ID ); }
where it should read
if ( ( $url == ” ) or ( $title == ” ) ) { $title = get_the_title( $post -> ID ); }
https://www.ads-software.com/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.