• Yeah simple as this may be but Sociable is aquiring the ‘loop’ post when functioning.

    Line 596 in the sociable.php:

    $post = $wp_query->post;

    put two backslashes to comment it out:

    // $post = $wp_query->post;

    This will make it so that it’s using the “current” post it’s in and not grabbing the one that’s using the loop.

    Bad Yoast! Bad! j/k You can’t do a global $post and then rewrite it with the $wp_query->post in theme’s.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sociable Fix for ComicPress & Multi Loop themes.’ is closed to new replies.