MicrostockGroup Sponsors

Plugin/theme - Symbiostock eXtra Features - SYXtra

Started by plrang, July 20, 2013, 18:12

Previous topic - Next topic

7Horses

I have a link structure http://7horses.eu/wp/blog/image/image_name/ and I understood this is a problem (syxtra's href link to images doesn't work)  but I don't know how to change it without breaking my site. Any hints what I can do ?  I deactivated syxtra for now.

7Horses

SOLVED for now

I've changed in symbiostock-xtra.php

define('PLR_WP_HOME_URL', home_url() ); // instead of  get_site_url()
to
define('PLR_WP_HOME_URL', 'http://7horses.eu/wp/blog/');

just have to remember this when upgrading.