All I get is PHP code. For example, in the slides list, I get this:
ID . '&action=edit'; ?> ID); ?>
<? echo $attachment->post_title; ?> post_title; ?>
post_content; ?>
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
All I get is PHP code. For example, in the slides list, I get this:
ID . '&action=edit'; ?> ID); ?>
<? echo $attachment->post_title; ?> post_title; ?>
post_content; ?>
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
After some searching, I figured out the problem you were having with the plugin.
It seems that your server has disabled the use of short php opening tags ('<?' instead of '<?php') and so those statements are just output to the page, just like you posted.
If you update your slideshow plugin to version 1.3.3, the problem should be fixed. (1.3.3 Will be released within the hour)
You must log in to post.