Forums

Social Access Control
[resolved] Anyone else have a blag page title that looks like this? (2 posts)

  1. smichener
    Member
    Posted 1 year ago #

    <title><div class='social_access_control_protected_title'><img src='/wp-content/plugins/social-access-control/padlock.gif' valign='middle' border='0' class='social_access_control_padlock'/> Blog</div> | My Blog Title</title>

    Somehow the padlock prefix in social-access-control.php, which includes a div with the class "social_access_control_protected_title" is somehow getting confused as the title for the blog.

    Anyone found a solution for this?

    If you Google "social_access_control_protected_title" you'll see a ton of site with this same issue.

    http://wordpress.org/extend/plugins/social-access-control/

  2. smichener
    Member
    Posted 1 year ago #

    Solution: social-access-control.php line 877

    Change

    add_filter('single_post_title',
    array('social_access_control','filter_title'), 10000, 2);

    to
    // add_filter('single_post_title',
    // array('social_access_control','filter_title'), 10000, 2);

    Just comment out this filter and it works. I have seen no ill side effect as of yet.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic