Title: [Plugin: Virtual Theme] Category URLs incorrect
Last modified: August 20, 2016

---

# [Plugin: Virtual Theme] Category URLs incorrect

 *  [binaa](https://wordpress.org/support/users/binaa/)
 * (@binaa)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-virtual-theme-category-urls-incorrect/)
 * 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/](http://wordpress.org/extend/plugins/virtual-theme/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [binaa](https://wordpress.org/support/users/binaa/)
 * (@binaa)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-virtual-theme-category-urls-incorrect/#post-2512821)
 * 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.
 *  [John.Rennpferd](https://wordpress.org/support/users/johnrennpferd/)
 * (@johnrennpferd)
 * [14 years ago](https://wordpress.org/support/topic/plugin-virtual-theme-category-urls-incorrect/#post-2512860)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/virtual-theme.svg)
 * [Virtual Theme](https://wordpress.org/plugins/virtual-theme/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/virtual-theme/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/virtual-theme/)
 * [Active Topics](https://wordpress.org/support/plugin/virtual-theme/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/virtual-theme/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/virtual-theme/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [John.Rennpferd](https://wordpress.org/support/users/johnrennpferd/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-virtual-theme-category-urls-incorrect/#post-2512860)
 * Status: not resolved