Forums
(@biteeater)
13 years, 8 months ago
Hi, i have same trouble.
Try to rewrite 139 with $url = get_permalink();
Its work on my site
135 global $post; 136 //print_r($post); 137 //we will use the default wordpress stuff 138 $title = $post->post_title; 139 $url = get_permalink();