Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
Did you insert this code (likely causing the error)?
<script type="text/javascript">
<?php
global $userdata;
if ($userdata) {
echo "z_user_name=\"" . $userdata->display_name . "\";\n";
echo "z_user_email=\"" . $userdata->user_email . "\";\n";
}
?>
z_post_title="<?php the_title();?>";
z_post_category="<?php $c=get_the_category();echo $c[0]->cat_name;?>";
</script>
Denis
1 to 6 of 6