[Plugin: WP Content Slideshow] Fix for use with dedicated wordpress folder
-
The script registration paths for cycle and slideshow won’t work as is IF you have wordpress in its own folder off the root. The “wp-content-slideshow.php” file has to be edited on lines 23 and 25, changing the parameter of the bloginfo call:
from:
get_bloginfo(‘url’)
to:
get_bloginfo(‘wpurl’)It wouldn’t hurt to change this even if wordpress is installed in the root public folder.
The topic ‘[Plugin: WP Content Slideshow] Fix for use with dedicated wordpress folder’ is closed to new replies.