• Hey,

    Thanks for the great plugin! I have a website with static pages + 1 blog page, and I’m using this to apply a different theme to the blog page. I did this by making my virtual path same as my blog url i.e. “mydomain.com/posts”. This works fine, but the post category URLs are forming incorrectly. The link points to “mydomain.com/wordpress/posts/category/art” whereas the correct URL should be “mydomain.com/category/art”. Any idea what is wrong?
    My wordpress installation is in the root/wordpress folder.

    Thanks for any help!
    Bina

    http://wordpress.org/extend/plugins/virtual-theme/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter binaa

    (@binaa)

    Ok found out the answer. I commented two lines in the plugin code where the siteurl and home url were being updated, and it worked.

    I did the same thing. Thanks for the heads up! 🙂

    If anyone else is having the same issue, look for this and comment out as I did and it should work.

    // $this->siteurl = $this->siteurl . ‘/’ . $vpath;
    // $this->home = $this->siteurl;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Virtual Theme] Category URLs incorrect’ is closed to new replies.