• Resolved transphorm

    (@transphorm)


    Line #249 should is:
    $proto = str_replace( “[permalink]”, $post->guid, $proto );

    should be:
    $proto = str_replace( “[permalink]”, get_permalink($postID), $proto );

    On the setting page it’s mentioned that twitpress wants to use current permalink structure. Without that change it posts https://website/?p=1111.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Twitpress] Permalink Fix’ is closed to new replies.