[Zen Cart] Disable MSU for blog
-
- Posts: 3
- Joined: Tue Dec 15, 2009 11:10 am
[Zen Cart] Disable MSU for blog
I have added a new folder in my zencart folders where my wordpress blog is installed. I want the pages within that folder (e.g. the pages of the blog) not to use MSU, so I want to disable MSU for the pages within that folder.
Any ideas?
Thanks
Re: [Zen Cart] Disable MSU for blog
Code: Select all
if(basename(dirname($_SERVER['SCRIPT_NAME'])) != 'blog') include(DIR_WS_INCLUDES . 'magic_seo_url.php');
-
- Posts: 3
- Joined: Tue Dec 15, 2009 11:10 am
Re: [Zen Cart] Disable MSU for blog
Thanks
Re: [Zen Cart] Disable MSU for blog
-
- Posts: 3
- Joined: Tue Dec 15, 2009 11:10 am
Re: [Zen Cart] Disable MSU for blog
Re: [Zen Cart] Disable MSU for blog
Please try to disable MSU and reproduce the problem. If will disappear then please post your site URL and step-by-step instructions how we can reproduce i on your site.